Commit Graph

59089 Commits (06ffce4559d0f7d29e0d92d18b72b4b96772ad1c)
 

Author SHA1 Message Date
Heikki Linnakangas cbfbda7841 Fix MVCC bug with prepared xact with subxacts on standby 1 year ago
Heikki Linnakangas ecbf6ac51d tests: Trim newline from result returned by BackgroundPsql->query 1 year ago
Alvaro Herrera a2dff271eb
Fix thinkos in comments 1 year ago
Amit Kapila 3e53492aa7 Drop the temporary tuple slots allocated by pgoutput. 1 year ago
Michael Paquier 7467939ea2 Fix overflow with pgstats DSA reference count 1 year ago
Heikki Linnakangas b1ffe3ff0b Fix bugs in MultiXact truncation 1 year ago
Bruce Momjian f92fd18307 doc PG 17 relnotes: fix system catalog name mistake 1 year ago
Bruce Momjian d537b2e037 doc PG 17 relnotes: add item about pg_collation column renames 1 year ago
Nathan Bossart 32f07991b7 Use PqMsg_* macros in fe-auth.c. 1 year ago
Peter Geoghegan 486c2ea25c Fix nbtree array unsatisfied inequality check. 1 year ago
Alvaro Herrera dbca3469eb
Fix partition pruning setup during DETACH CONCURRENTLY 1 year ago
Tom Lane 1bf29f51fa Improve comment in gram.y. 1 year ago
Joe Conway 23c5a0e7d4 Stamp 17beta2. 1 year ago
Alvaro Herrera b0ea16528c
Revert "Fix partition pruning setup during DETACH CONCURRENTLY" 1 year ago
Alvaro Herrera 27162a64b3
Fix partition pruning setup during DETACH CONCURRENTLY 1 year ago
Peter Eisentraut f7f4e7e6fa Translation updates 1 year ago
Alexander Korotkov 70a845c04a Remove extra comment at TableAmRoutine.scan_analyze_next_block 1 year ago
Bruce Momjian a8ffa32377 doc PG 17 relnotes: wording improvements, add links, merge item 1 year ago
Heikki Linnakangas 441ef5e1ba Fix relcache invalidation when relfilelocator is updated 1 year ago
Bruce Momjian 90fe7b74df doc PG 17 relnotes: add link to enable_group_by_reordering GUC 1 year ago
Alexander Korotkov 82e79ee46b Add doc entry for the new GUC paramenter enable_group_by_reordering 1 year ago
John Naylor fd49e8f323 Prevent access of uninitialized memory in radix tree nodes 1 year ago
Peter Eisentraut c5c82123d3 pg_combinebackup: Error message improvements 1 year ago
Peter Eisentraut aea79883c5 Remove redundant newlines from error messages 1 year ago
Peter Eisentraut 58445651db Fix make build on MinGW 1 year ago
Peter Eisentraut 02bbc3c83a parse_manifest: Use const char * 1 year ago
Peter Eisentraut 15cd9a3881 jsonapi: Use const char * 1 year ago
Peter Eisentraut 0b06bf9fa9 jsonapi: Use size_t 1 year ago
Amit Kapila 7a089f6e6a Doc: Generated columns are skipped for logical replication. 1 year ago
Bruce Momjian 95cabf542f doc PG 17 relnotes: remove mention of undocumented GUC 1 year ago
Tom Lane e6d0d16adf Don't throw an error if a queued AFTER trigger no longer exists. 1 year ago
Peter Eisentraut ab4346ebbf pg_combinebackup: Fix small mistake in --help output 1 year ago
Peter Eisentraut d048a32789 pg_createsubscriber: Indent --help output correctly 1 year ago
Peter Eisentraut 3639d08e2f pg_dump: Fix weird error message composition 1 year ago
Peter Eisentraut 16a3415440 Fix redundancy in error messages 1 year ago
Peter Eisentraut 95b44bb025 Unify some error messages 1 year ago
Peter Eisentraut c61c0cb3a9 meson: Fix import library name in Windows 1 year ago
Nathan Bossart 832dc19ea6 Fix comment in pg_upgrade.h. 1 year ago
Amit Langote 03ec203164 SQL/JSON: Correctly enforce the default ON EMPTY behavior 1 year ago
Amit Langote 0f271e8e8d SQL/JSON: Correct jsonpath variable name matching 1 year ago
Bruce Momjian 5e05a0e992 doc PG 17 relnotes: properly wrap SGML text 1 year ago
Bruce Momjian 5ade0b8f80 doc PG 17 relnotes: add links to documentation sections 1 year ago
David Rowley aa901a37cf Fix possible Assert failure in cost_memoize_rescan 1 year ago
Peter Eisentraut 5603e119f4 Fix incorrect punctuation in error message 1 year ago
Michael Paquier ae482a7ec5 Fix typo in 029_stats_restart.pl 1 year ago
Bruce Momjian 82ed67a5fe doc PG 17 relnotes: update to current 1 year ago
Andres Freund a6685c5e36 doc PG 17 relnotes: Fix sslnegotation typo 1 year ago
Tom Lane 92c49d1062 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 1 year ago
Tom Lane ba26d15663 Remove recordExtensionInitPriv[Worker]'s ownerId argument. 1 year ago
Tom Lane 35dd40d34c Improve tracking of role dependencies of pg_init_privs entries. 1 year ago