summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-04-23Doc: improve description of geometric multiplication/division.Tom Lane
2020-04-22nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan
2020-04-22Fix cost_incremental_sort for expressions with varno 0Tomas Vondra
2020-04-22docs: land height is "elevation", not "altitude"Bruce Momjian
2020-04-22Sync up some inconsistent comments in config/c-compiler.m4.Tom Lane
2020-04-22Doc: update section 9.11 for new function table layout.Tom Lane
2020-04-22Remove bogus Assert in foreign key cloning codeDavid Rowley
2020-04-22Remove HEAPDEBUGALLPeter Eisentraut
2020-04-21Fix single-record reads to use restore_command if available in pg_rewindMichael Paquier
2020-04-21psql \d: Display table where trigger is defined, if inheritedAlvaro Herrera
2020-04-21Fix memory leak in libpq when using sslmode=verify-fullMichael Paquier
2020-04-21Document partitiong tables ancillary object handling some moreAlvaro Herrera
2020-04-21Fix possible crash during FATAL exit from reindexing.Tom Lane
2020-04-21Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane
2020-04-21Fix detaching partitions with cloned row triggersAlvaro Herrera
2020-04-21Consider outliers in split interval calculation.Peter Geoghegan
2020-04-21Allow matchingsel() to be used with operators that might return NULL.Tom Lane
2020-04-21Clean up cpluspluscheck violation.Tom Lane
2020-04-21Fix duplicate typedef from commit 0d8c9c121.Tom Lane
2020-04-21Mention pg_promote() as a method to trigger promotion in documentation.Fujii Masao
2020-04-21doc: change SGML markup "figure" to "example"Bruce Momjian
2020-04-20Doc: update sections 9.7 and 9.8 for new function table layout.Tom Lane
2020-04-20Move the server's backup manifest code to a separate file.Robert Haas
2020-04-20Add tab-completion for ALTER INDEX .. [NO] DEPENDS ONAlvaro Herrera
2020-04-20Add ALTER .. NO DEPENDS ONAlvaro Herrera
2020-04-20Doc: update sections 9.5 and 9.6 for new function table layout.Tom Lane
2020-04-20Allow pg_read_all_stats to access all stats views againMagnus Hagander
2020-04-19Doc: update the rest of section 9.4 for new function table layout.Tom Lane
2020-04-19Fix missing pfree() in logtape.c, missed by 24d85952.Jeff Davis
2020-04-19Doc: update sections 9.1-9.3 for new function table layout.Tom Lane
2020-04-19Fix update-unicode targetPeter Eisentraut
2020-04-18Doc: sync functableentry markup choices with website style.Tom Lane
2020-04-18Fix race conditions in synchronous standby management.Tom Lane
2020-04-18Fix possible crash with GENERATED ALWAYS columnsDavid Rowley
2020-04-18Doc: revise formatting of function/operator tables.Tom Lane
2020-04-17Revert "Only provide new libpq sslpasskey hook for openssl-enabled builds"Andrew Dunstan
2020-04-17Only provide openssl_tls_init_hook if building with opensslAndrew Dunstan
2020-04-17Use a slightly more liberal regex to detect Visual Studio versionAndrew Dunstan
2020-04-17Only provide new libpq sslpasskey hook for openssl-enabled buildsAndrew Dunstan
2020-04-17Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane
2020-04-17Add index term for backup manifest in documentation.Fujii Masao
2020-04-17Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier
2020-04-16Remove unneeded constraint dependency trackingDavid Rowley
2020-04-16Fix cache reference leak in contrib/sepgsql.Tom Lane
2020-04-16Fix the usage of parallel and full options of vacuum command.Amit Kapila
2020-04-16Disable silently generation of manifests with servers <= 12 in pg_basebackupMichael Paquier
2020-04-15Slightly simplify nbtree split point choice loop.Peter Geoghegan
2020-04-15Fix minor memory leak in pg_dumpMichael Paquier
2020-04-15Code review for backup manifest.Fujii Masao
2020-04-14Remove obsolete "hole in center of page" comment.Peter Geoghegan