summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
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-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-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-01Simplify main waiting loop of the archiver processMichael Paquier
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-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-27Teach planner about more monotonic window functionsDavid Rowley
2023-01-26Improve TimestampDifferenceMilliseconds to cope with overflow sanely.Tom Lane
2023-01-26Code review for commit 05a7be935.Tom Lane
2023-01-26Don't install postmaster symlink anymorePeter 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-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
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-24Fix error handling in libpqrcv_connect()Andres Freund
2023-01-23Fix XLogPageRead() commentPeter Eisentraut
2023-01-23Add non-decimal integer support to type numeric.Dean Rasheed
2023-01-23Optimise numeric division for 3 and 4 base-NBASE digit divisors.Dean Rasheed