Commit Graph

49056 Commits (ee88ef55dbacfca15ad425e849280669e3d6ee4d)
 

Author SHA1 Message Date
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
Andrew Dunstan 6741cfa596 Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds" 5 years ago
Andrew Dunstan f342d7ad03 Only provide openssl_tls_init_hook if building with openssl 5 years ago
Andrew Dunstan a9659fb654 Use a slightly more liberal regex to detect Visual Studio version 5 years ago
Andrew Dunstan 9e24109f1a Only provide new libpq sslpasskey hook for openssl-enabled builds 5 years ago
Tom Lane 3125a5baec Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP. 5 years ago
Fujii Masao 4db819ba40 Add index term for backup manifest in documentation. 5 years ago
Michael Paquier 198efe774b Fix minor memory leak in pg_basebackup and pg_receivewal 5 years ago
David Rowley 5b736e9cf9 Remove unneeded constraint dependency tracking 5 years ago
Tom Lane fc576b7c4f Fix cache reference leak in contrib/sepgsql. 5 years ago