Commit Graph

55543 Commits (de2aca288569fd0cabb425c0858e92e2c8c938cb)
 

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