Commit Graph

58776 Commits (b0ea16528cda1f3a993bbfeb2b93eed9762af4e6)
 

Author SHA1 Message Date
Alvaro Herrera b0ea16528c
Revert "Fix partition pruning setup during DETACH CONCURRENTLY" 2 years ago
Alvaro Herrera 27162a64b3
Fix partition pruning setup during DETACH CONCURRENTLY 2 years ago
Peter Eisentraut f7f4e7e6fa Translation updates 2 years ago
Alexander Korotkov 70a845c04a Remove extra comment at TableAmRoutine.scan_analyze_next_block 2 years ago
Bruce Momjian a8ffa32377 doc PG 17 relnotes: wording improvements, add links, merge item 2 years ago
Heikki Linnakangas 441ef5e1ba Fix relcache invalidation when relfilelocator is updated 2 years ago
Bruce Momjian 90fe7b74df doc PG 17 relnotes: add link to enable_group_by_reordering GUC 2 years ago
Alexander Korotkov 82e79ee46b Add doc entry for the new GUC paramenter enable_group_by_reordering 2 years ago
John Naylor fd49e8f323 Prevent access of uninitialized memory in radix tree nodes 2 years ago
Peter Eisentraut c5c82123d3 pg_combinebackup: Error message improvements 2 years ago
Peter Eisentraut aea79883c5 Remove redundant newlines from error messages 2 years ago
Peter Eisentraut 58445651db Fix make build on MinGW 2 years ago
Peter Eisentraut 02bbc3c83a parse_manifest: Use const char * 2 years ago
Peter Eisentraut 15cd9a3881 jsonapi: Use const char * 2 years ago
Peter Eisentraut 0b06bf9fa9 jsonapi: Use size_t 2 years ago
Amit Kapila 7a089f6e6a Doc: Generated columns are skipped for logical replication. 2 years ago
Bruce Momjian 95cabf542f doc PG 17 relnotes: remove mention of undocumented GUC 2 years ago
Tom Lane e6d0d16adf Don't throw an error if a queued AFTER trigger no longer exists. 2 years ago
Peter Eisentraut ab4346ebbf pg_combinebackup: Fix small mistake in --help output 2 years ago
Peter Eisentraut d048a32789 pg_createsubscriber: Indent --help output correctly 2 years ago
Peter Eisentraut 3639d08e2f pg_dump: Fix weird error message composition 2 years ago
Peter Eisentraut 16a3415440 Fix redundancy in error messages 2 years ago
Peter Eisentraut 95b44bb025 Unify some error messages 2 years ago
Peter Eisentraut c61c0cb3a9 meson: Fix import library name in Windows 2 years ago
Nathan Bossart 832dc19ea6 Fix comment in pg_upgrade.h. 2 years ago
Amit Langote 03ec203164 SQL/JSON: Correctly enforce the default ON EMPTY behavior 2 years ago
Amit Langote 0f271e8e8d SQL/JSON: Correct jsonpath variable name matching 2 years ago
Bruce Momjian 5e05a0e992 doc PG 17 relnotes: properly wrap SGML text 2 years ago
Bruce Momjian 5ade0b8f80 doc PG 17 relnotes: add links to documentation sections 2 years ago
David Rowley aa901a37cf Fix possible Assert failure in cost_memoize_rescan 2 years ago
Peter Eisentraut 5603e119f4 Fix incorrect punctuation in error message 2 years ago
Michael Paquier ae482a7ec5 Fix typo in 029_stats_restart.pl 2 years ago
Bruce Momjian 82ed67a5fe doc PG 17 relnotes: update to current 2 years ago
Andres Freund a6685c5e36 doc PG 17 relnotes: Fix sslnegotation typo 2 years ago
Tom Lane 92c49d1062 Fix insertion of SP-GiST REDIRECT tuples during REINDEX CONCURRENTLY. 2 years ago
Tom Lane ba26d15663 Remove recordExtensionInitPriv[Worker]'s ownerId argument. 2 years ago
Tom Lane 35dd40d34c Improve tracking of role dependencies of pg_init_privs entries. 2 years ago
Andrew Dunstan 653d3969bb Teach jsonpath string() to unwrap in lax mode 2 years ago
Peter Eisentraut 81d20fbf7a pg_createsubscriber: Remove failover replication slots on subscriber 2 years ago
Peter Eisentraut b963913826 pg_createsubscriber: Remove replication slot check on primary 2 years ago
Peter Eisentraut 04c8634c0c pg_createsubscriber: Only --recovery-timeout controls the end of recovery process 2 years ago
Michael Paquier 8f1888eb6d Make regress function make_tuple_indirect() able to handle plain attributes 2 years ago
Michael Paquier faaa0d2798 doc: Mention modules/injection_points as example for injection points 2 years ago
Noah Misch 645bda2a71 Add Windows file version information to test_json_parser programs. 2 years ago
Noah Misch 8866ed9560 Remove use of %z in sscanf. 2 years ago
Heikki Linnakangas 0099b9408e Convert confusing macros in multixact.c to static inline functions 2 years ago
Tatsuo Ishii 92aff003d7 doc: fix typo in create role manual. 2 years ago
Tom Lane 76618097a6 Clean out column-level pg_init_privs entries when dropping tables. 2 years ago
Tom Lane 01aa88f712 Fix misc_sanity test to accept SHARED_DEPENDENCY_INITACL entries. 2 years ago
Masahiko Sawada f1affb6705 Reintroduce dead tuple counter in pg_stat_progress_vacuum. 2 years ago