Commit Graph

49115 Commits (47046763c3ed1f16b81a389df7e44be5f3dba83c)
 

Author SHA1 Message Date
Tom Lane 47046763c3 Doc: standardize markup a bit more. 5 years ago
Tom Lane 1ad23335f3 Doc: update sections 9.22 - 9.30 for new function table layout. 5 years ago
Alexander Korotkov 9f87ae38ea Fix typo in comment 5 years ago
Peter Eisentraut 7dd777938b Add missing newlines in error messages 5 years ago
Peter Geoghegan 9dc7251417 Refactor btvacuumpage(). 5 years ago
Stephen Frost b68a560f8e Fix GSS client to non-GSS server connection 5 years ago
Tomas Vondra d5d09692ea Remove superfluous memset from pgstat_recv_resetslrucounter 5 years ago
Tomas Vondra e685ca63ca Remove pg_xact from pg_stat_reset_slru docs 5 years ago
Peter Eisentraut 7471348388 Add NLS to pg_verifybackup 5 years ago
Tomas Vondra 60fbb4d762 Simplify cost_incremental_sort a bit 5 years ago
Tomas Vondra 2e08d314ed Remove pg_xact entry from SLRU stats 5 years ago
Tom Lane 0da06d9faf Get rid of trailing semicolons in C macro definitions. 5 years ago
Tom Lane d66935448f Doc: update sections 9.17 - 9.21 for new function table layout. 5 years ago
Peter Geoghegan 69cf853fe7 Clear up issue with FSM and oldest bpto.xact. 5 years ago
Peter Geoghegan 4e21f8b633 Reorder function prototypes for consistency. 5 years ago
Peter Geoghegan 73a076b03f Fix undercounting in VACUUM VERBOSE output. 5 years ago
Peter Geoghegan b0229f26da Fix bug in nbtree VACUUM "skip full scan" feature. 5 years ago
Peter Eisentraut 3c800ae0b9 Put new command-line options into alphabetical order in help output 5 years ago
Michael Paquier 78bad97faa Improve various aspects of pg_rewind documentation 5 years ago
Peter Geoghegan d9c501da70 Add nbtree ScalarArrayOpExpr tests. 5 years ago
Peter Geoghegan dd1f645cc8 Fix AddressSanitizer use-after-scope complaint. 5 years ago
Tom Lane 30e82f1bc9 Doc: update sections 9.14 - 9.16 for new function table layout. 5 years ago
Peter Eisentraut eb892102e0 Make SQL/JSON error code names match SQL standard 5 years ago
Peter Eisentraut 7462c1d78c Update config.guess and config.sub 5 years ago
Michael Paquier 401aad6704 Rename connection parameters to control min/max SSL protocol version in libpq 5 years ago
Tom Lane 4ad047a6ea Doc: re-re-revise markup for tables of functions. 5 years ago
Peter Geoghegan ab2343d4cb Remove redundant _bt_killitems() buffer check. 5 years ago
Michael Paquier e30b0b5cfa Fix check for conflicting SSL min/max protocol settings 5 years ago
Alvaro Herrera 1816a1c6ff
Fix checkpoint signalling 5 years ago
Peter Eisentraut fef819ac53 Fix typo 5 years ago
Alvaro Herrera d0abe78d84
Check slot->restart_lsn validity in a few more places 5 years ago
Peter Geoghegan 52b164c5a0 Add LP_DEAD deletion of a posting list tuple test. 5 years ago
Peter Eisentraut 6baa17fbd1 Add missing gettext triggers 5 years ago
Alexander Korotkov ef11051bbe Fix definition of pg_statio_all_tables view 5 years ago
Michael Paquier ebf6de8692 Add more TAP coverage for archive status with crash recovery of standbys 5 years ago
Robert Haas 0278d3f79a Fix bogus tar-file padding logic for standby.signal. 5 years ago
Tom Lane e81e5741a6 Fix full text search to handle NOT above a phrase search correctly. 5 years ago
Tom Lane 5ac2475548 Doc: render π more nicely in PDF output. 5 years ago
Peter Eisentraut d51f704fd8 pg_dump: Replace can't-happen error with assertion 5 years ago
Michael Paquier 641b76d9d1 Fix some typos 5 years ago
Tom Lane 459f4076c8 Doc: improve documentation of websearch_to_tqsuery(). 5 years ago
Peter Eisentraut f057980149 Fix typo 5 years ago
Noah Misch 896135512e Raise a timeout to 180s, in test 003_recovery_targets.pl. 5 years ago
Peter Geoghegan 7154aa16a6 Fix another minor page deletion buffer lock issue. 5 years ago
Peter Geoghegan fa7ff642c2 Fix minor nbtree page deletion buffer lock issue. 5 years ago
Noah Misch f246ea3b2a In caught-up logical walsender, sleep only in WalSndWaitForWal(). 5 years ago
Noah Misch 72a3dc321d Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()." 5 years ago
Andrew Gierth d9a4cce29d Fix error case for CREATE ROLE ... IN ROLE. 5 years ago
Tom Lane 6c5f916168 Update Windows timezone name list to include currently-known zones. 5 years ago
Tom Lane bd8c5cee96 Improve placement of "display name" comment in win32_tzmap[] entries. 5 years ago