Commit Graph

49006 Commits (24d2d38b1eb86c0b410ad0f07f66566a83c6f05c)
 

Author SHA1 Message Date
Amit Kapila 24d2d38b1e Fix the usage of parallel and full options of vacuum command. 5 years ago
Michael Paquier 542d7817f7 Disable silently generation of manifests with servers <= 12 in pg_basebackup 5 years ago
Peter Geoghegan f0ca378d4c Slightly simplify nbtree split point choice loop. 5 years ago
Michael Paquier 8f4ee44bcd Fix minor memory leak in pg_dump 6 years ago
Fujii Masao a2ac73e7be Code review for backup manifest. 6 years ago
Peter Geoghegan 4a05a64095 Remove obsolete "hole in center of page" comment. 6 years ago
Tom Lane 2d59643dbc Account for collation when coercing the output of a SQL function. 6 years ago
Andrew Dunstan 0516f94d18 Stop requiring an explicit return from perl subroutines 6 years ago
Andrew Dunstan e60c6f6ea1 Set Perl search path more idiomatically 6 years ago
Robert Haas 149f2ae88a Document the backup manifest file format. 6 years ago
Peter Geoghegan 80634e3b18 Rearrange _bt_insertonpg() "update metapage" code. 6 years ago
Michael Paquier 8128b0c152 Fix collection of typos and grammar mistakes in the tree, volume 2 6 years ago
Peter Geoghegan f762b2feba Add defensive "split_only_page" nbtree assertion. 6 years ago
Amit Kapila a6fea120a7 Comments and doc fixes for commit 40d964ec99. 6 years ago
Peter Geoghegan 826ee1a019 Make _bt_insertonpg() more like _bt_split(). 6 years ago
Noah Misch d60cfb6bf2 Add a wait_for_catchup() before immediate stop of a test master. 6 years ago
Alvaro Herrera e56d717d8a
Silence Perl warning 6 years ago
Peter Geoghegan bc3087b626 Harmonize nbtree page split point code. 6 years ago
Andrew Dunstan 8f00d84afc Use perl's $/ more idiomatically 6 years ago
Andrew Dunstan 7be5d8df1f Use perl warnings pragma consistently 6 years ago
Andrew Dunstan 8930e43ecd Print policy name in perlcritic messages 6 years ago
Robert Haas 7a6b017b34 Rename pg_validatebackup to pg_verifybackup some more. 6 years ago
Amit Kapila ef08ca113f Cosmetic fixups for WAL usage work. 6 years ago
Peter Eisentraut 0c620a5803 Improve error messages after LoadLibrary() 6 years ago
Tom Lane e894c61836 Doc: introduce new layout for tables of functions and operators. 6 years ago
Tom Lane 88d934f038 Doc: introduce and document "&zwsp;" for allowing optional line breaks. 6 years ago
Robert Haas dbc60c5593 Rename pg_validatebackup to pg_verifybackup. 6 years ago
Peter Geoghegan 26640c4071 Doc: Fix contrib/amcheck tip. 6 years ago
Tom Lane 35cb574aa8 Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code. 6 years ago
Noah Misch 328c70997b Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS. 6 years ago
Noah Misch 4216858122 When WalSndCaughtUp, sleep only in WalSndWaitForWal(). 6 years ago
Tom Lane 969f9d0b4b Make EXPLAIN report maximum hashtable usage across multiple rescans. 6 years ago
Tom Lane 5c27bce7f3 Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case. 6 years ago
Peter Eisentraut 12fb189bfe Fix RELCACHE_FORCE_RELEASE issue 6 years ago
Peter Eisentraut 5a1d0c9925 Fix relcache reference leak 6 years ago
Andrew Gierth 8a47b775a1 doc: restore intentional typo 6 years ago
Peter Geoghegan 20fbb711ef Add contrib/amcheck debug message. 6 years ago
Tom Lane f333d35428 Doc: clarify locking requirements for ALTER TABLE ADD FOREIGN KEY. 6 years ago
Tom Lane 401418ca6a Suppress unused-variable warning. 6 years ago
Tom Lane 7c91e9055d Doc: sync CREATE GROUP syntax synopsis with CREATE ROLE. 6 years ago
Michael Paquier dd0f37ecce Fix collection of typos and grammar mistakes in the tree 6 years ago
Tom Lane e083fa34ce Further stabilize results of 019_replslot_limit.pl. 6 years ago
Tom Lane 2e0e409e3c Further cleanup of ts_headline code. 6 years ago
Tom Lane a4d4f59196 Doc: improve documentation about ts_headline() function. 6 years ago
Tom Lane c9b0c678d3 Fix default text search parser's ts_headline code for phrase queries. 6 years ago
Tom Lane b10f8bb9fd Cosmetic improvements for default text search parser's ts_headline code. 6 years ago
Peter Eisentraut e92e4a2b68 Fix CREATE TABLE LIKE INCLUDING GENERATED column order issue 6 years ago
Fujii Masao c4f82a779d Fix typo in pg_validatebackup documentation. 6 years ago
Fujii Masao 1ec50a81ec Exclude backup_manifest file that existed in database, from BASE_BACKUP. 6 years ago
Amit Kapila 5c71362174 Allow parallel create index to accumulate buffer usage stats. 6 years ago