Commit Graph

55459 Commits (7ae0ab0ad9704b10400a611a9af56c63304c27a5)
 

Author SHA1 Message Date
David Rowley 7ae0ab0ad9 Reduce code duplication between heapgettup and heapgettup_pagemode 3 years ago
Amit Kapila 3e577ff602 Optimize the origin drop functionality. 3 years ago
Thomas Munro 2e9f120b65 ci: Upgrade macOS version from 12 to 13. 3 years ago
David Rowley 8ca6d49f63 Add helper functions to simplify heapgettup code 3 years ago
David Rowley f9bc34fcb6 Further refactor of heapgettup and heapgettup_pagemode 3 years ago
Thomas Munro cdf6518ef0 Retire PG_SETMASK() macro. 3 years ago
Andrew Dunstan e0d70a91a0 Document installing perltidy with cpanm 3 years ago
Dean Rasheed 0736fc1ceb Clarify the choice of rscale in numeric_sqrt(). 3 years ago
Dean Rasheed 9a84f2947b Ensure that numeric.c compiles with other NBASE values. 3 years ago
Thomas Munro 117d2604c2 Doc: Abstract AF_UNIX sockets don't work on Windows. 3 years ago
Amit Kapila 9f2213a7c5 Allow the logical_replication_mode to be used on the subscriber. 3 years ago
David Rowley fb1a59de0c Refactor heapam.c adding heapgettup_initial_block function 3 years ago
Peter Eisentraut 253432f426 meson: Fix typo in pkgconfig generation 3 years ago
Michael Paquier 38cc085464 Simplify main waiting loop of the archiver process 3 years ago
Andres Freund fbed4bc59e dblink: Fix variable confusion introduced in e4602483e9 3 years ago
Thomas Munro c289117505 Try to fix pg_upgrade test on Windows, again. 3 years ago
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