Commit Graph

55448 Commits (fb1a59de0c52609653166aafc6ce8679a9cfe54b)
 

Author SHA1 Message Date
David Rowley fb1a59de0c Refactor heapam.c adding heapgettup_initial_block function 2 years ago
Peter Eisentraut 253432f426 meson: Fix typo in pkgconfig generation 2 years ago
Michael Paquier 38cc085464 Simplify main waiting loop of the archiver process 2 years ago
Andres Freund fbed4bc59e dblink: Fix variable confusion introduced in e4602483e9 2 years ago
Thomas Munro c289117505 Try to fix pg_upgrade test on Windows, again. 2 years ago
Tom Lane 758f44bc3a Update time zone data files to tzdata release 2022g. 2 years ago
David Rowley e9aaf06328 Remove dead NoMovementScanDirection code 2 years ago
Tom Lane 856ca51a23 Doc: clarify use of NULL to drop comments and security labels. 2 years ago
Tom Lane eae0e20def Remove over-optimistic Assert. 2 years ago
Michael Paquier 3db72ebcbe Generate code for query jumbling through gen_node_support.pl 2 years ago
Michael Paquier 8c1cd726c5 Remove recovery test 011_crash_recovery.pl 2 years ago
Thomas Munro 54e72b66ed Refactor rmtree() to use get_dirent_type(). 2 years ago
Tom Lane 3bef56e116 Invent "join domains" to replace the below_outer_join hack. 2 years ago
Tom Lane b448f1c8d8 Do assorted mop-up in the planner. 2 years ago
Tom Lane 2489d76c49 Make Vars be outer-join-aware. 2 years ago
Tom Lane ec7e053a98 Doc: clarify behavior of boolean options in replication commands. 2 years ago
Dean Rasheed fe9e658f4d Ensure that MERGE recomputes GENERATED expressions properly. 2 years ago
Amit Kapila 1e8b61735c Rename GUC logical_decoding_mode to logical_replication_mode. 2 years ago
Thomas Munro 8d2c1913ed Remove unneeded volatile qualifiers from postmaster.c. 2 years ago
Tom Lane e4e89eb5bb Minor GUC code refactoring. 2 years ago
Andrew Dunstan a1c4cd6f2c Allow multiple --excludes options in pgindent 2 years ago
Peter Eisentraut 8f6858064b meson: Fix installation path computation 2 years ago
Peter Eisentraut 17e72ec45d doc: Adjust a few more references to "postmaster" 2 years ago
David Rowley 456fa635a9 Teach planner about more monotonic window functions 2 years ago
Michael Paquier 783d8abc3b Fix behavior with pg_restore -l and compressed dumps 2 years ago
Tom Lane 3a28d78089 Improve TimestampDifferenceMilliseconds to cope with overflow sanely. 2 years ago
Tom Lane 24ff700f6a Code review for commit 05a7be935. 2 years ago
Tom Lane e35bb9f158 Doc: use less-awkward phrasing. 2 years ago
Robert Haas 14fb38626f DROP ROLE regress_role_limited_admin at end of test 2 years ago
Peter Eisentraut 37e2673350 Don't install postmaster symlink anymore 2 years ago
Peter Eisentraut 81266442fb Remove gratuitous references to postmaster program 2 years ago
Peter Geoghegan 6c6b497266 Revert "Add eager and lazy freezing strategies to VACUUM." 2 years ago
Jeff Davis 8b5f36bb6c Clarify documentation for CLUSTER on partitioned tables. 2 years ago
Michael Paquier 9d2d9728b8 Make auto_explain print the query identifier in verbose mode 2 years ago
Thomas Munro ffcf6f4cfc Fix rare sharedtuplestore.c corruption. 2 years ago
Michael Paquier 9aeff092c0 Revert "Rename contrib module basic_archive to basic_wal_module" 2 years ago
Peter Geoghegan 1a8e72bff7 Doc: update VACUUM VERBOSE freezing tip. 2 years ago
Peter Geoghegan 4d41799261 Add eager and lazy freezing strategies to VACUUM. 2 years ago
Andres Freund 642e8821d7 plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCE 2 years ago
Andres Freund 23c12329a7 plpython: Avoid the need to redefine *printf macros 2 years ago
Tom Lane 3b4ac33254 Avoid type cheats for invalid dsa_handles and dshash_table_handles. 2 years ago
Michael Paquier d7c4830abb doc: Fix network_ops -> inet_ops in SpGiST operator class list 2 years ago
Michael Paquier 0ad3c60caf Rename contrib module basic_archive to basic_wal_module 2 years ago
Thomas Munro 239b175342 Process pending postmaster work before connections. 2 years ago
Peter Geoghegan 8f8f115932 Update more obsolete multixact.c comments. 2 years ago
Andrew Dunstan 1249371632 Improve exclude pattern file processing in pgindent 2 years ago
Robert Haas f1358ca52d Adjust interaction of CREATEROLE with role properties. 2 years ago
Amit Kapila 6c6d6ba3ee Fix the Drop Database hang. 2 years ago
Andres Freund 728f86fec6 libpqwalreceiver: Convert to libpq-be-fe-helpers.h 2 years ago
Andres Freund e4602483e9 dblink, postgres_fdw: Handle interrupts during connection establishment 2 years ago