aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
* Refactor btvacuumpage().Peter Geoghegan2020-05-02
* Fix GSS client to non-GSS server connectionStephen Frost2020-05-02
* Remove superfluous memset from pgstat_recv_resetslrucounterTomas Vondra2020-05-02
* Remove pg_xact from pg_stat_reset_slru docsTomas Vondra2020-05-02
* Add NLS to pg_verifybackupPeter Eisentraut2020-05-02
* Simplify cost_incremental_sort a bitTomas Vondra2020-05-02
* Remove pg_xact entry from SLRU statsTomas Vondra2020-05-02
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Doc: update sections 9.17 - 9.21 for new function table layout.Tom Lane2020-05-01
* Clear up issue with FSM and oldest bpto.xact.Peter Geoghegan2020-05-01
* Reorder function prototypes for consistency.Peter Geoghegan2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Put new command-line options into alphabetical order in help outputPeter Eisentraut2020-05-01
* Improve various aspects of pg_rewind documentationMichael Paquier2020-05-01
* Add nbtree ScalarArrayOpExpr tests.Peter Geoghegan2020-04-30
* Fix AddressSanitizer use-after-scope complaint.Peter Geoghegan2020-04-30
* Doc: update sections 9.14 - 9.16 for new function table layout.Tom Lane2020-04-30
* Make SQL/JSON error code names match SQL standardPeter Eisentraut2020-04-30
* Update config.guess and config.subPeter Eisentraut2020-04-30
* Rename connection parameters to control min/max SSL protocol version in libpqMichael Paquier2020-04-30
* Doc: re-re-revise markup for tables of functions.Tom Lane2020-04-30
* Remove redundant _bt_killitems() buffer check.Peter Geoghegan2020-04-29
* Fix check for conflicting SSL min/max protocol settingsMichael Paquier2020-04-30
* Fix checkpoint signallingAlvaro Herrera2020-04-29
* Fix typoPeter Eisentraut2020-04-29
* Check slot->restart_lsn validity in a few more placesAlvaro Herrera2020-04-28
* Add LP_DEAD deletion of a posting list tuple test.Peter Geoghegan2020-04-28
* Add missing gettext triggersPeter Eisentraut2020-04-28
* Fix definition of pg_statio_all_tables viewAlexander Korotkov2020-04-28
* Add more TAP coverage for archive status with crash recovery of standbysMichael Paquier2020-04-28
* Fix bogus tar-file padding logic for standby.signal.Robert Haas2020-04-27
* Fix full text search to handle NOT above a phrase search correctly.Tom Lane2020-04-27
* Doc: render π more nicely in PDF output.Tom Lane2020-04-27
* pg_dump: Replace can't-happen error with assertionPeter Eisentraut2020-04-27
* Fix some typosMichael Paquier2020-04-27
* Doc: improve documentation of websearch_to_tqsuery().Tom Lane2020-04-26
* Fix typoPeter Eisentraut2020-04-26
* Raise a timeout to 180s, in test 003_recovery_targets.pl.Noah Misch2020-04-25
* Fix another minor page deletion buffer lock issue.Peter Geoghegan2020-04-25
* Fix minor nbtree page deletion buffer lock issue.Peter Geoghegan2020-04-25
* In caught-up logical walsender, sleep only in WalSndWaitForWal().Noah Misch2020-04-25
* Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."Noah Misch2020-04-25
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Update Windows timezone name list to include currently-known zones.Tom Lane2020-04-24
* Improve placement of "display name" comment in win32_tzmap[] entries.Tom Lane2020-04-24
* Doc: update section 9.13 for new function table layout.Tom Lane2020-04-24
* git_changelog: use modern format for rel branch names in exampleBruce Momjian2020-04-24
* Try to avoid compiler warnings in optimized builds.Robert Haas2020-04-24
* Repair performance regression in information_schema.triggers view.Tom Lane2020-04-24