summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-02-07Remove leftover code in deconstruct_distribute_oj_quals().HEADmasterTom 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-06ci: freebsd: stop postgres instance on failure, to prevent log upload failuresAndres Freund
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-06doc: Fix SQL keywords listsPeter Eisentraut
2023-02-06Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas
2023-02-06doc: Fix description of SQL standard partsPeter Eisentraut
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-03doc: Fix XML formatting that psql cannot handlePeter Eisentraut
2023-02-03ci: Use windows VMs instead of windows containersAndres Freund
2023-02-03Reduce code duplication between heapgettup and heapgettup_pagemodeDavid Rowley
2023-02-03Optimize the origin drop functionality.Amit Kapila
2023-02-03ci: Upgrade macOS version from 12 to 13.Thomas Munro
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-02Doc: Abstract AF_UNIX sockets don't work on Windows.Thomas Munro
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-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