aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Include values of A_Const nodes in query jumblingMichael Paquier2023-02-07
* ci: freebsd: stop postgres instance on failure, to prevent log upload failuresAndres Freund2023-02-06
* Fix more outdated commentsPeter Eisentraut2023-02-06
* Fix up outdated commentsPeter Eisentraut2023-02-06
* Fix up join removal's interaction with PlaceHolderVars.Tom Lane2023-02-06
* doc: Fix SQL keywords listsPeter Eisentraut2023-02-06
* Disable STARTUP_PROGRESS_TIMEOUT in standby mode.Robert Haas2023-02-06
* doc: Fix description of SQL standard partsPeter Eisentraut2023-02-06
* Remove useless casts to (void *) in hash_search() callsPeter Eisentraut2023-02-06
* Extend check_GUC_init() with checks on flag combinations when loading GUCsMichael Paquier2023-02-06
* Add support for progress reporting to pg_verifybackupMichael Paquier2023-02-06
* Properly NULL-terminate GSS receive buffer on error packet receptionMichael Paquier2023-02-06
* Revert refactoring of restore command code to shell_restore.cMichael Paquier2023-02-06
* Fix over-optimistic updating of info about commutable outer joins.Tom Lane2023-02-05
* Fix thinko in qual distribution.Tom Lane2023-02-04
* Fix thinko in outer-join removal.Tom Lane2023-02-04
* Rethink treatment of "postponed" quals in deconstruct_jointree().Tom Lane2023-02-04
* Allow underscores in integer and numeric constants.Dean Rasheed2023-02-04
* Remove unused code related to unknown typePeter Eisentraut2023-02-04
* Make int64_div_fast_to_numeric() more robust.Dean Rasheed2023-02-03
* doc: Fix XML formatting that psql cannot handlePeter Eisentraut2023-02-03
* ci: Use windows VMs instead of windows containersAndres Freund2023-02-02
* Reduce code duplication between heapgettup and heapgettup_pagemodeDavid Rowley2023-02-03
* Optimize the origin drop functionality.Amit Kapila2023-02-03
* ci: Upgrade macOS version from 12 to 13.Thomas Munro2023-02-03
* Add helper functions to simplify heapgettup codeDavid Rowley2023-02-03
* Further refactor of heapgettup and heapgettup_pagemodeDavid Rowley2023-02-03
* Retire PG_SETMASK() macro.Thomas Munro2023-02-03
* Document installing perltidy with cpanmAndrew Dunstan2023-02-02
* Clarify the choice of rscale in numeric_sqrt().Dean Rasheed2023-02-02
* Ensure that numeric.c compiles with other NBASE values.Dean Rasheed2023-02-02
* Doc: Abstract AF_UNIX sockets don't work on Windows.Thomas Munro2023-02-02
* Allow the logical_replication_mode to be used on the subscriber.Amit Kapila2023-02-02
* Refactor heapam.c adding heapgettup_initial_block functionDavid Rowley2023-02-02
* meson: Fix typo in pkgconfig generationPeter Eisentraut2023-02-01
* Simplify main waiting loop of the archiver processMichael Paquier2023-02-01
* dblink: Fix variable confusion introduced in e4602483e95Andres Freund2023-01-31
* Try to fix pg_upgrade test on Windows, again.Thomas Munro2023-02-01
* Update time zone data files to tzdata release 2022g.Tom Lane2023-01-31
* Remove dead NoMovementScanDirection codeDavid Rowley2023-02-01
* Doc: clarify use of NULL to drop comments and security labels.Tom Lane2023-01-31
* Remove over-optimistic Assert.Tom Lane2023-01-31
* Generate code for query jumbling through gen_node_support.plMichael Paquier2023-01-31
* Remove recovery test 011_crash_recovery.plMichael Paquier2023-01-31
* Refactor rmtree() to use get_dirent_type().Thomas Munro2023-01-31
* Invent "join domains" to replace the below_outer_join hack.Tom Lane2023-01-30
* Do assorted mop-up in the planner.Tom Lane2023-01-30
* Make Vars be outer-join-aware.Tom Lane2023-01-30
* Doc: clarify behavior of boolean options in replication commands.Tom Lane2023-01-30
* Ensure that MERGE recomputes GENERATED expressions properly.Dean Rasheed2023-01-30