summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2020-04-23Fix transient memory leak for SRFs in FROM.Andres Freund
2020-04-23Fix option related issues in pg_verifybackup.Fujii Masao
2020-04-22nbtree: Rename BT_RESERVED_OFFSET_MASK.Peter Geoghegan
2020-04-22Fix cost_incremental_sort for expressions with varno 0Tomas Vondra
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-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-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-20Allow pg_read_all_stats to access all stats views againMagnus Hagander
2020-04-19Fix missing pfree() in logtape.c, missed by 24d85952.Jeff Davis
2020-04-19Fix update-unicode targetPeter Eisentraut
2020-04-18Fix race conditions in synchronous standby management.Tom Lane
2020-04-18Fix possible crash with GENERATED ALWAYS columnsDavid Rowley
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-17Fix minor memory leak in pg_basebackup and pg_receivewalMichael Paquier
2020-04-16Remove unneeded constraint dependency trackingDavid Rowley
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
2020-04-14Account for collation when coercing the output of a SQL function.Tom Lane
2020-04-14Stop requiring an explicit return from perl subroutinesAndrew Dunstan
2020-04-14Set Perl search path more idiomaticallyAndrew Dunstan
2020-04-14Rearrange _bt_insertonpg() "update metapage" code.Peter Geoghegan
2020-04-14Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier
2020-04-14Add defensive "split_only_page" nbtree assertion.Peter Geoghegan
2020-04-14Comments and doc fixes for commit 40d964ec99.Amit Kapila
2020-04-14Make _bt_insertonpg() more like _bt_split().Peter Geoghegan
2020-04-14Add a wait_for_catchup() before immediate stop of a test master.Noah Misch
2020-04-13Harmonize nbtree page split point code.Peter Geoghegan
2020-04-13Use perl's $/ more idiomaticallyAndrew Dunstan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-13Print policy name in perlcritic messagesAndrew Dunstan