summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2023-02-08Fix the logical replication timeout during large DDLs.Amit Kapila
2023-02-07Rethink nullingrel marking rules in build_joinrel_tlist().Tom Lane
2023-02-07Doc: make src/test/*/README match current reality.Tom Lane
2023-02-07Remove leftover code in deconstruct_distribute_oj_quals().Tom Lane
2023-02-07Remove useless casts to (void *) in arguments of some system functionsPeter Eisentraut
2023-02-07Use appropriate wait event when sending data in the apply worker.Amit Kapila
2023-02-07More refactoring of heapgettup() and heapgettup_pagemode()David Rowley
2023-02-07Include values of A_Const nodes in query jumblingMichael Paquier
2023-02-06Fix more outdated commentsPeter Eisentraut
2023-02-06Fix up outdated commentsPeter Eisentraut
2023-02-06Fix up join removal's interaction with PlaceHolderVars.Tom Lane
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-02-06Remove useless casts to (void *) in hash_search() callsPeter Eisentraut
2023-02-06Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier
2023-02-06Add support for progress reporting to pg_verifybackupMichael Paquier
2023-02-06Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier
2023-02-05Revert refactoring of restore command code to shell_restore.cMichael Paquier
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