summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-05Fix over-optimistic updating of info about commutable outer joins.Tom Lane
2023-02-04Fix thinko in qual distribution.Tom Lane
2023-02-04Fix thinko in outer-join removal.Tom Lane
2023-02-04Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane
2023-02-04Allow underscores in integer and numeric constants.Dean Rasheed
2023-02-04Remove unused code related to unknown typePeter Eisentraut
2023-02-03Make int64_div_fast_to_numeric() more robust.Dean Rasheed
2023-02-03Reduce code duplication between heapgettup and heapgettup_pagemodeDavid Rowley
2023-02-03Optimize the origin drop functionality.Amit Kapila
2023-02-02Add helper functions to simplify heapgettup codeDavid Rowley
2023-02-02Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley
2023-02-02Retire PG_SETMASK() macro.Thomas Munro
2023-02-02Document installing perltidy with cpanmAndrew Dunstan
2023-02-02Clarify the choice of rscale in numeric_sqrt().Dean Rasheed
2023-02-02Ensure that numeric.c compiles with other NBASE values.Dean Rasheed
2023-02-02Allow the logical_replication_mode to be used on the subscriber.Amit Kapila
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-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-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-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-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-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-26Make auto_explain print the query identifier in verbose modeMichael Paquier
2023-01-26Fix rare sharedtuplestore.c corruption.Thomas Munro
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-25Process pending postmaster work before connections.Thomas Munro
2023-01-24Update more obsolete multixact.c comments.Peter Geoghegan