Commit Graph

49326 Commits (c2e71cb355a43d3ea0eaa6433d07f3681f934d54)
 

Author SHA1 Message Date
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
Tom Lane f8d3e2ab27 Doc: update section 9.13 for new function table layout. 5 years ago
Bruce Momjian 395a9a1248 git_changelog: use modern format for rel branch names in example 5 years ago
Robert Haas 05021a2c0c Try to avoid compiler warnings in optimized builds. 5 years ago
Tom Lane baf17ad9df Repair performance regression in information_schema.triggers view. 5 years ago
Tom Lane 4cac3a49e6 Update time zone data files to tzdata release 2020a. 5 years ago
Peter Eisentraut 3a89615776 Update Unicode data to Unicode 13.0.0 and CLDR 37 5 years ago
Michael Paquier f9c1b8dba4 Remove some unstable parts from new TAP test for archive status check 5 years ago
Michael Paquier 4e87c4836a Fix handling of WAL segments ready to be archived during crash recovery 5 years ago
Tom Lane 3436c5e283 Remove ACLDEBUG #define and associated code. 5 years ago
Tom Lane ee88ef55db Remove useless (and broken) logging logic in memory context functions. 5 years ago
Tom Lane 5b0aa112a8 Doc: update section 9.12 for new function table layout. 5 years ago
Robert Haas ab7646ff92 Also rename 'struct manifest_info'. 5 years ago
Robert Haas 3989dbdf12 Rename exposed identifiers to say "backup manifest". 5 years ago
Andres Freund 299298bc87 Fix transient memory leak for SRFs in FROM. 5 years ago
Fujii Masao 0a89e93bfa Fix option related issues in pg_verifybackup. 5 years ago
Tom Lane 1cc34640ca Doc: improve description of geometric multiplication/division. 5 years ago
Peter Geoghegan 48107e396f nbtree: Rename BT_RESERVED_OFFSET_MASK. 5 years ago
Tomas Vondra de0dc1a847 Fix cost_incremental_sort for expressions with varno 0 5 years ago
Bruce Momjian 92c12e46d5 docs: land height is "elevation", not "altitude" 5 years ago
Tom Lane 748507c780 Sync up some inconsistent comments in config/c-compiler.m4. 5 years ago
Tom Lane 791090bd77 Doc: update section 9.11 for new function table layout. 5 years ago
David Rowley 9f2c4edec2 Remove bogus Assert in foreign key cloning code 5 years ago
Peter Eisentraut aaf069aa34 Remove HEAPDEBUGALL 5 years ago
Michael Paquier cd12323440 Fix single-record reads to use restore_command if available in pg_rewind 5 years ago
Alvaro Herrera c33869cc3b
psql \d: Display table where trigger is defined, if inherited 5 years ago
Michael Paquier 27dbe1a184 Fix memory leak in libpq when using sslmode=verify-full 5 years ago
Alvaro Herrera 8803506c41
Document partitiong tables ancillary object handling some more 5 years ago
Tom Lane d12bdba77b Fix possible crash during FATAL exit from reindexing. 5 years ago
Tom Lane 5836d32655 Fix minor violations of FunctionCallInvoke usage protocol. 5 years ago
Alvaro Herrera afccd76f1c
Fix detaching partitions with cloned row triggers 5 years ago
Peter Geoghegan 1542e16f2c Consider outliers in split interval calculation. 5 years ago
Tom Lane 1c455078b0 Allow matchingsel() to be used with operators that might return NULL. 5 years ago
Tom Lane 9d25e1aa31 Clean up cpluspluscheck violation. 5 years ago
Tom Lane 2117c3cb3d Fix duplicate typedef from commit 0d8c9c121. 5 years ago
Fujii Masao 67f82e966b Mention pg_promote() as a method to trigger promotion in documentation. 5 years ago
Bruce Momjian f192312dc0 doc: change SGML markup "figure" to "example" 5 years ago
Tom Lane 1ec42696be Doc: update sections 9.7 and 9.8 for new function table layout. 5 years ago
Robert Haas 079ac29d4d Move the server's backup manifest code to a separate file. 5 years ago
Alvaro Herrera 1e324cb0e7
Add tab-completion for ALTER INDEX .. [NO] DEPENDS ON 5 years ago