summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2020-04-24Repair performance regression in information_schema.triggers view.Tom Lane
2020-04-23Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier
2020-04-23Remove ACLDEBUG #define and associated code.Tom Lane
2020-04-23Remove useless (and broken) logging logic in memory context functions.Tom Lane
2020-04-23Rename exposed identifiers to say "backup manifest".Robert Haas
2020-04-23Fix transient memory leak for SRFs in FROM.Andres Freund
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 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-20Move the server's backup manifest code to a separate file.Robert Haas
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-18Fix race conditions in synchronous standby management.Tom Lane
2020-04-18Fix possible crash with GENERATED ALWAYS columnsDavid Rowley
2020-04-17Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane
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-15Slightly simplify nbtree split point choice loop.Peter Geoghegan
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-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-13Harmonize nbtree page split point code.Peter Geoghegan
2020-04-13Use perl warnings pragma consistentlyAndrew Dunstan
2020-04-13Cosmetic fixups for WAL usage work.Amit Kapila
2020-04-13Improve error messages after LoadLibrary()Peter Eisentraut
2020-04-11Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.Tom Lane
2020-04-11Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch
2020-04-11When WalSndCaughtUp, sleep only in WalSndWaitForWal().Noah Misch
2020-04-11Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane
2020-04-11Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane
2020-04-11Fix RELCACHE_FORCE_RELEASE issuePeter Eisentraut
2020-04-11Fix relcache reference leakPeter Eisentraut
2020-04-10Suppress unused-variable warning.Tom Lane
2020-04-10Fix collection of typos and grammar mistakes in the treeMichael Paquier
2020-04-09Further cleanup of ts_headline code.Tom Lane
2020-04-09Fix default text search parser's ts_headline code for phrase queries.Tom Lane
2020-04-09Cosmetic improvements for default text search parser's ts_headline code.Tom Lane
2020-04-09Fix CREATE TABLE LIKE INCLUDING GENERATED column order issuePeter Eisentraut