Commit Graph

49115 Commits (47046763c3ed1f16b81a389df7e44be5f3dba83c)
 

Author SHA1 Message Date
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
Alvaro Herrera 5fc703946b
Add ALTER .. NO DEPENDS ON 5 years ago
Tom Lane 4157f73b4b Doc: update sections 9.5 and 9.6 for new function table layout. 5 years ago
Magnus Hagander 7e4e574744 Allow pg_read_all_stats to access all stats views again 5 years ago
Tom Lane 9aece5cd05 Doc: update the rest of section 9.4 for new function table layout. 5 years ago
Jeff Davis 0cacb2b79d Fix missing pfree() in logtape.c, missed by 24d85952. 5 years ago
Tom Lane 81e83216d5 Doc: update sections 9.1-9.3 for new function table layout. 5 years ago
Peter Eisentraut 73afabcdc2 Fix update-unicode target 5 years ago
Tom Lane 00f4aba46d Doc: sync functableentry markup choices with website style. 5 years ago
Tom Lane f332241a60 Fix race conditions in synchronous standby management. 5 years ago
David Rowley 3cb02e307e Fix possible crash with GENERATED ALWAYS columns 5 years ago
Tom Lane 737d69ffc3 Doc: revise formatting of function/operator tables. 5 years ago