summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-02Refactor heapam.c adding heapgettup_initial_block functionDavid Rowley
2023-02-01meson: Fix typo in pkgconfig generationPeter Eisentraut
2023-02-01Simplify main waiting loop of the archiver processMichael Paquier
2023-02-01dblink: Fix variable confusion introduced in e4602483e95Andres Freund
2023-02-01Try to fix pg_upgrade test on Windows, again.Thomas Munro
2023-01-31Update time zone data files to tzdata release 2022g.Tom Lane
2023-01-31Remove dead NoMovementScanDirection codeDavid Rowley
2023-01-31Doc: clarify use of NULL to drop comments and security labels.Tom Lane
2023-01-31Remove over-optimistic Assert.Tom Lane
2023-01-31Generate code for query jumbling through gen_node_support.plMichael Paquier
2023-01-31Remove recovery test 011_crash_recovery.plMichael Paquier
2023-01-31Refactor rmtree() to use get_dirent_type().Thomas Munro
2023-01-30Invent "join domains" to replace the below_outer_join hack.Tom Lane
2023-01-30Do assorted mop-up in the planner.Tom Lane
2023-01-30Make Vars be outer-join-aware.Tom Lane
2023-01-30Doc: clarify behavior of boolean options in replication commands.Tom Lane
2023-01-30Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed
2023-01-30Rename GUC logical_decoding_mode to logical_replication_mode.Amit Kapila
2023-01-28Remove unneeded volatile qualifiers from postmaster.c.Thomas Munro
2023-01-27Minor GUC code refactoring.Tom Lane
2023-01-27Allow multiple --excludes options in pgindentAndrew Dunstan
2023-01-27meson: Fix installation path computationPeter Eisentraut
2023-01-27doc: Adjust a few more references to "postmaster"Peter Eisentraut
2023-01-27Teach planner about more monotonic window functionsDavid Rowley
2023-01-27Fix behavior with pg_restore -l and compressed dumpsMichael Paquier
2023-01-26Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Doc: use less-awkward phrasing.Tom Lane
2023-01-26DROP ROLE regress_role_limited_admin at end of testRobert Haas
2023-01-26Don't install postmaster symlink anymorePeter Eisentraut
2023-01-26Remove gratuitous references to postmaster programPeter Eisentraut
2023-01-26Revert "Add eager and lazy freezing strategies to VACUUM."Peter Geoghegan
2023-01-26Clarify documentation for CLUSTER on partitioned tables.Jeff Davis
2023-01-26Make auto_explain print the query identifier in verbose modeMichael Paquier
2023-01-26Fix rare sharedtuplestore.c corruption.Thomas Munro
2023-01-26Revert "Rename contrib module basic_archive to basic_wal_module"Michael Paquier
2023-01-25Doc: update VACUUM VERBOSE freezing tip.Peter Geoghegan
2023-01-25Add eager and lazy freezing strategies to VACUUM.Peter Geoghegan
2023-01-25plpython: Stop undefining _POSIX_C_SOURCE, _XOPEN_SOURCEAndres Freund
2023-01-25plpython: Avoid the need to redefine *printf macrosAndres Freund
2023-01-25Avoid type cheats for invalid dsa_handles and dshash_table_handles.Tom Lane
2023-01-25doc: Fix network_ops -> inet_ops in SpGiST operator class listMichael Paquier
2023-01-25Rename contrib module basic_archive to basic_wal_moduleMichael Paquier
2023-01-25Process pending postmaster work before connections.Thomas Munro
2023-01-24Update more obsolete multixact.c comments.Peter Geoghegan
2023-01-24Improve exclude pattern file processing in pgindentAndrew Dunstan
2023-01-24Adjust interaction of CREATEROLE with role properties.Robert Haas
2023-01-24Fix the Drop Database hang.Amit Kapila
2023-01-24libpqwalreceiver: Convert to libpq-be-fe-helpers.hAndres Freund
2023-01-24dblink, postgres_fdw: Handle interrupts during connection establishmentAndres Freund