| 2024-10-16 |
Peter Eisentraut | initdb: Change default to using data checksums. |
commit | commitdiff | tree |
| 2024-10-16 |
Peter Eisentraut | doc: Fix initdb option xreflabels |
commit | commitdiff | tree |
| 2024-10-15 |
Nathan Bossart | Add type cast to foreach_internal's loop variable. |
commit | commitdiff | tree |
| 2024-10-15 |
David Rowley | Move clause_sides_match_join() into restrictinfo.h |
commit | commitdiff | tree |
| 2024-10-15 |
Masahiko Sawada | Add contrib/pg_logicalinspect. |
commit | commitdiff | tree |
| 2024-10-15 |
Masahiko Sawada | Move SnapBuild and SnapBuildOnDisk structs to snapshot_... |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: invent a saner syntax for ecpg.addons entries. |
commit | commitdiff | tree |
| 2024-10-14 |
Nathan Bossart | Add commit 7f7474a8e4 to .git-blame-ignore-revs. |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: add cross-checks to parse.pl for usage of interna... |
commit | commitdiff | tree |
| 2024-10-14 |
Jeff Davis | Move libc-specific code from pg_locale.c into pg_locale... |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: avoid breaking the IDENT precedence level in... |
commit | commitdiff | tree |
| 2024-10-14 |
Jeff Davis | Move ICU-specific code from pg_locale.c into pg_locale_... |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: improve preprocessor's memory management. |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: move some functions into a new file ecpg/preproc... |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: re-implement preprocessor's string management. |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: major cleanup, simplification, and documentation... |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: remove check_rules.pl. |
commit | commitdiff | tree |
| 2024-10-14 |
Tom Lane | ecpg: clean up documentation of parse.pl, and add more... |
commit | commitdiff | tree |
| 2024-10-14 |
Masahiko Sawada | Remove obsolete comment in reorderbuffer.h. |
commit | commitdiff | tree |
| 2024-10-14 |
Masahiko Sawada | Use construct_array_builtin for FLOAT8OID instead of... |
commit | commitdiff | tree |
| 2024-10-14 |
Peter Eisentraut | Track scan reversals in MergeJoin |
commit | commitdiff | tree |
| 2024-10-14 |
Peter Eisentraut | Track sort direction in SortGroupClause |
commit | commitdiff | tree |
| 2024-10-14 |
Peter Eisentraut | Allow TAP tests to force checksums off when calling... |
commit | commitdiff | tree |
| 2024-10-14 |
Peter Eisentraut | Run pgperltidy on newly-added test code |
commit | commitdiff | tree |
| 2024-10-14 |
Daniel Gustafsson | doc: Add anchors for COPY format descriptions |
commit | commitdiff | tree |
| 2024-10-14 |
Peter Eisentraut | Remove traces of BeOS. |
commit | commitdiff | tree |
| 2024-10-14 |
Michael Paquier | psql: Fix \watch when using interval values less than 1ms |
commit | commitdiff | tree |
| 2024-10-13 |
Jeff Davis | Fixup for pg_set_relation_stats(). |
commit | commitdiff | tree |
| 2024-10-13 |
Michael Paquier | Use MAX_PARALLEL_WORKER_LIMIT for max_parallel_maintena... |
commit | commitdiff | tree |
| 2024-10-12 |
Tom Lane | Correctly identify which EC members are computable... |
commit | commitdiff | tree |
| 2024-10-11 |
Jeff Davis | Fix missed case for builtin collation provider. |
commit | commitdiff | tree |
| 2024-10-11 |
Jeff Davis | Create functions pg_set_relation_stats, pg_clear_relati... |
commit | commitdiff | tree |
| 2024-10-11 |
Daniel Gustafsson | Avoid mixing custom and OpenSSL BIO functions |
commit | commitdiff | tree |
| 2024-10-11 |
Nathan Bossart | Add pg_ls_summariesdir(). |
commit | commitdiff | tree |
| 2024-10-11 |
Heikki Linnakangas | Mark consume_xids test functions VOLATILE and PARALLEL... |
commit | commitdiff | tree |
| 2024-10-11 |
Daniel Gustafsson | Fix typo in connection limits test |
commit | commitdiff | tree |
| 2024-10-11 |
Álvaro Herrera | Use deconstruct_array_builtin instead of deconstruct_array |
commit | commitdiff | tree |
| 2024-10-11 |
Tatsuo Ishii | pgbench: Improve result outputs related to failed trans... |
commit | commitdiff | tree |
| 2024-10-11 |
David Rowley | Adjust EXPLAIN's output for disabled nodes |
commit | commitdiff | tree |
| 2024-10-10 |
Tom Lane | Don't hard-code the input file name in gen_tabcomplete... |
commit | commitdiff | tree |
| 2024-10-10 |
Tom Lane | Avoid possible segfault in psql's tab completion. |
commit | commitdiff | tree |
| 2024-10-10 |
Álvaro Herrera | Unbreak overflow test for attinhcount/coninhcount |
commit | commitdiff | tree |
| 2024-10-10 |
Fujii Masao | Improve descriptions of some pg_stat_checkpoints functi... |
commit | commitdiff | tree |
| 2024-10-09 |
Tom Lane | Avoid crash in estimate_array_length with null root... |
commit | commitdiff | tree |
| 2024-10-09 |
Michael Paquier | Apply GUC name from central table in more places of... |
commit | commitdiff | tree |
| 2024-10-09 |
Richard Guo | Allow pushdown of HAVING clauses with grouping sets |
commit | commitdiff | tree |
| 2024-10-09 |
Richard Guo | Consider explicit incremental sort for mergejoins |
commit | commitdiff | tree |
| 2024-10-09 |
Daniel Gustafsson | Remove incorrect function import from pgindent |
commit | commitdiff | tree |
| 2024-10-08 |
Tom Lane | Allow roles created by new test to log in under SSPI. |
commit | commitdiff | tree |
| 2024-10-08 |
Michael Paquier | pg_stat_statements: Add columns to track parallel worke... |
commit | commitdiff | tree |
| 2024-10-08 |
Michael Paquier | Introduce two fields in EState to track parallel worker... |
commit | commitdiff | tree |
| 2024-10-08 |
Tom Lane | Silence assorted annoying test output. |
commit | commitdiff | tree |
| 2024-10-08 |
Tom Lane | Add min and max aggregates for bytea type. |
commit | commitdiff | tree |
| 2024-10-08 |
Andres Freund | Use aux process resource owner in walsender |
commit | commitdiff | tree |
| 2024-10-08 |
Andres Freund | bufmgr/smgr: Don't cross segment boundaries in StartRea... |
commit | commitdiff | tree |
| 2024-10-08 |
Andres Freund | bufmgr: Return early in ScheduleBufferTagForWriteback... |
commit | commitdiff | tree |
| 2024-10-08 |
Tom Lane | Silence buildfarm warning chatter from bd1276a3c. |
commit | commitdiff | tree |
| 2024-10-08 |
Heikki Linnakangas | Fix typo and run pgperltidy on newly-added test |
commit | commitdiff | tree |
| 2024-10-08 |
Heikki Linnakangas | Use an shmem_exit callback to remove backend from PMChi... |
commit | commitdiff | tree |
| 2024-10-08 |
Heikki Linnakangas | Add test for dead-end backends |
commit | commitdiff | tree |
| 2024-10-08 |
Heikki Linnakangas | Add test for connection limits |
commit | commitdiff | tree |
| 2024-10-08 |
Tatsuo Ishii | Doc: add check to detect non-breaking spaces in the... |
commit | commitdiff | tree |
| 2024-10-08 |
Fujii Masao | Move check for binary mode and on_error option to the... |
commit | commitdiff | tree |
| 2024-10-08 |
Fujii Masao | Add REJECT_LIMIT option to the COPY command. |
commit | commitdiff | tree |
| 2024-10-08 |
Amit Kapila | Stabilize the test added by commit 022564f60c. |
commit | commitdiff | tree |
| 2024-10-08 |
Michael Paquier | Improve style of two code paths |
commit | commitdiff | tree |
| 2024-10-08 |
Jeff Davis | Fix search_path cache initialization. |
commit | commitdiff | tree |
| 2024-10-07 |
Nathan Bossart | Fix test for password hash length limit. |
commit | commitdiff | tree |
| 2024-10-07 |
Nathan Bossart | vacuumdb: Schema-qualify operator in catalog query... |
commit | commitdiff | tree |
| 2024-10-07 |
Nathan Bossart | Fix Y2038 issues with MyStartTime. |
commit | commitdiff | tree |
| 2024-10-07 |
Tom Lane | Convert tab-complete's long else-if chain to a switch... |
commit | commitdiff | tree |
| 2024-10-07 |
Tom Lane | Prepare tab-complete.c for preprocessing. |
commit | commitdiff | tree |
| 2024-10-07 |
Tom Lane | Invent "MatchAnyN" option for tab-complete.c's Matches... |
commit | commitdiff | tree |
| 2024-10-07 |
Nathan Bossart | Restrict password hash length. |
commit | commitdiff | tree |
| 2024-10-07 |
Amit Kapila | Fix fetching default toast value during decoding of... |
commit | commitdiff | tree |
| 2024-10-07 |
Daniel Gustafsson | doc: Quote value in SET NAMES documentation |
commit | commitdiff | tree |
| 2024-10-07 |
Michael Paquier | doc: Add minimal C and SQL example to add a custom... |
commit | commitdiff | tree |
| 2024-10-07 |
Michael Paquier | Use camel case for "DateStyle" in some error messages |
commit | commitdiff | tree |
| 2024-10-06 |
Tom Lane | Ignore not-yet-defined Portals in pg_cursors view. |
commit | commitdiff | tree |
| 2024-10-06 |
Andrew Dunstan | Move Cluster.pm initialization code to a more obvious... |
commit | commitdiff | tree |
| 2024-10-06 |
Michael Paquier | libpq: Discard leading and trailing spaces for paramete... |
commit | commitdiff | tree |
| 2024-10-05 |
Tom Lane | Use generateClonedIndexStmt to propagate CREATE INDEX... |
commit | commitdiff | tree |
| 2024-10-05 |
Heikki Linnakangas | Clean up WaitLatch calls that passed latch without... |
commit | commitdiff | tree |
| 2024-10-05 |
Heikki Linnakangas | Remove unneeded #include |
commit | commitdiff | tree |
| 2024-10-05 |
Heikki Linnakangas | Remove unused latch |
commit | commitdiff | tree |
| 2024-10-05 |
Thomas Munro | Reject non-ASCII locale names. |
commit | commitdiff | tree |
| 2024-10-04 |
Tom Lane | ecpg: avoid adding whitespace around '&' in connection... |
commit | commitdiff | tree |
| 2024-10-04 |
Peter Eisentraut | Rename PageData to GenericXLogPageData |
commit | commitdiff | tree |
| 2024-10-04 |
Dean Rasheed | Speed up numeric division by always using the "fast... |
commit | commitdiff | tree |
| 2024-10-04 |
Michael Paquier | Remove assertion checking query ID in execMain.c |
commit | commitdiff | tree |
| 2024-10-03 |
Dean Rasheed | Fix wrong varnullingrels error for MERGE WHEN NOT MATCH... |
commit | commitdiff | tree |
| 2024-10-03 |
Dean Rasheed | Fix incorrect non-strict join recheck in MERGE WHEN... |
commit | commitdiff | tree |
| 2024-10-03 |
Amit Langote | Replace Unicode apostrophe with ASCII apostrophe |
commit | commitdiff | tree |
| 2024-10-03 |
Fujii Masao | Refactor CopyFrom() in copyfrom.c. |
commit | commitdiff | tree |
| 2024-10-03 |
Fujii Masao | file_fdw: Add on_error and log_verbosity options to... |
commit | commitdiff | tree |
| 2024-10-03 |
Fujii Masao | Add log_verbosity = 'silent' support to COPY command. |
commit | commitdiff | tree |
| 2024-10-03 |
Amit Langote | Fix expression list handling in ATExecAttachPartition() |
commit | commitdiff | tree |
| 2024-10-03 |
Michael Paquier | Remove support for unlogged on partitioned tables |
commit | commitdiff | tree |
| 2024-10-03 |
Tom Lane | Adjust json_manifest_per_file_callback API in one more... |
commit | commitdiff | tree |
| 2024-10-02 |
Tom Lane | Parse libpq's "keepalives" option more like other integ... |
commit | commitdiff | tree |
| next |