aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
...
* Fix another minor page deletion buffer lock issue.Peter Geoghegan2020-04-25
* Fix minor nbtree page deletion buffer lock issue.Peter Geoghegan2020-04-25
* In caught-up logical walsender, sleep only in WalSndWaitForWal().Noah Misch2020-04-25
* Revert "When WalSndCaughtUp, sleep only in WalSndWaitForWal()."Noah Misch2020-04-25
* Fix error case for CREATE ROLE ... IN ROLE.Andrew Gierth2020-04-25
* Repair performance regression in information_schema.triggers view.Tom Lane2020-04-24
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Remove ACLDEBUG #define and associated code.Tom Lane2020-04-23
* Remove useless (and broken) logging logic in memory context functions.Tom Lane2020-04-23
* Rename exposed identifiers to say "backup manifest".Robert Haas2020-04-23
* Fix transient memory leak for SRFs in FROM.Andres Freund2020-04-22
* Fix cost_incremental_sort for expressions with varno 0Tomas Vondra2020-04-23
* Remove bogus Assert in foreign key cloning codeDavid Rowley2020-04-22
* Remove HEAPDEBUGALLPeter Eisentraut2020-04-22
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Fix minor violations of FunctionCallInvoke usage protocol.Tom Lane2020-04-21
* Fix detaching partitions with cloned row triggersAlvaro Herrera2020-04-21
* Consider outliers in split interval calculation.Peter Geoghegan2020-04-21
* Allow matchingsel() to be used with operators that might return NULL.Tom Lane2020-04-21
* Clean up cpluspluscheck violation.Tom Lane2020-04-21
* Move the server's backup manifest code to a separate file.Robert Haas2020-04-20
* Add ALTER .. NO DEPENDS ONAlvaro Herrera2020-04-20
* Allow pg_read_all_stats to access all stats views againMagnus Hagander2020-04-20
* Fix missing pfree() in logtape.c, missed by 24d85952.Jeff Davis2020-04-19
* Fix race conditions in synchronous standby management.Tom Lane2020-04-18
* Fix possible crash with GENERATED ALWAYS columnsDavid Rowley2020-04-18
* Fix possible future cache reference leak in ALTER EXTENSION ADD/DROP.Tom Lane2020-04-17
* Remove unneeded constraint dependency trackingDavid Rowley2020-04-17
* Fix the usage of parallel and full options of vacuum command.Amit Kapila2020-04-16
* Slightly simplify nbtree split point choice loop.Peter Geoghegan2020-04-15
* Remove obsolete "hole in center of page" comment.Peter Geoghegan2020-04-14
* Account for collation when coercing the output of a SQL function.Tom Lane2020-04-14
* Set Perl search path more idiomaticallyAndrew Dunstan2020-04-14
* Rearrange _bt_insertonpg() "update metapage" code.Peter Geoghegan2020-04-14
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-14
* Add defensive "split_only_page" nbtree assertion.Peter Geoghegan2020-04-13
* Comments and doc fixes for commit 40d964ec99.Amit Kapila2020-04-14
* Make _bt_insertonpg() more like _bt_split().Peter Geoghegan2020-04-13
* Harmonize nbtree page split point code.Peter Geoghegan2020-04-13
* Use perl warnings pragma consistentlyAndrew Dunstan2020-04-13
* Cosmetic fixups for WAL usage work.Amit Kapila2020-04-13
* Improve error messages after LoadLibrary()Peter Eisentraut2020-04-13
* Suppress -Wimplicit-fallthrough warning in new LIMIT WITH TIES code.Tom Lane2020-04-11
* Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch2020-04-11
* When WalSndCaughtUp, sleep only in WalSndWaitForWal().Noah Misch2020-04-11
* Make EXPLAIN report maximum hashtable usage across multiple rescans.Tom Lane2020-04-11
* Clear dangling pointer to avoid bogus EXPLAIN printout in a corner case.Tom Lane2020-04-11
* Fix RELCACHE_FORCE_RELEASE issuePeter Eisentraut2020-04-11
* Fix relcache reference leakPeter Eisentraut2020-04-11
* Suppress unused-variable warning.Tom Lane2020-04-10