aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Fix initialization of fake LSN for unlogged relationsMichael Paquier2019-10-27
* Fix memory leak introduced in commit 7df159a620.Amit Kapila2019-10-21
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18
* Make crash recovery ignore recovery_min_apply_delay setting.Fujii Masao2019-10-18
* Make crash recovery ignore restore_command and recovery_end_command settings.Fujii Masao2019-10-11
* Flush logical mapping files with fd opened for read/write at checkpointMichael Paquier2019-10-09
* Remove temporary WAL and history files at the end of archive recoveryMichael Paquier2019-10-02
* Make crash recovery ignore recovery target settings.Fujii Masao2019-09-30
* Fix failure with lock mode used for custom relation optionsMichael Paquier2019-09-25
* Fix bug in pairingheap_SpGistSearchItem_cmp()Alexander Korotkov2019-09-25
* Message style fixesPeter Eisentraut2019-09-23
* Fix freeing old values in index_store_float8_orderby_distances()Alexander Korotkov2019-09-20
* Improve handling of NULLs in KNN-GiST and KNN-SP-GiSTAlexander Korotkov2019-09-19
* Fix nbtree page split rmgr desc routine.Peter Geoghegan2019-09-12
* Fix handling of NULL distances in KNN-GiSTAlexander Korotkov2019-09-08
* Fix handling Inf and Nan values in GiST pairing heap comparatorAlexander Korotkov2019-09-08
* Fix behavior of AND CHAIN outside of explicit transaction blocksPeter Eisentraut2019-09-08
* Make pg_promote() detect postmaster death while waiting for promotion to end.Fujii Masao2019-09-06
* Better error messages for short reads/writes in SLRUPeter Eisentraut2019-09-03
* Avoid touching replica identity index in ExtractReplicaIdentity().Tom Lane2019-09-02
* Fix overflow check and comment in GIN posting list encoding.Heikki Linnakangas2019-08-28
* Fix bogus commentAlvaro Herrera2019-08-20
* Fix predicate-locking of HOT updated rows.Heikki Linnakangas2019-08-07
* Use full 64-bit XID for checking if a deleted GiST page is old enough.Heikki Linnakangas2019-07-24
* Refactor checks for deleted GiST pages.Heikki Linnakangas2019-07-24
* Fix nbtree metapage cache upgrade bug.Peter Geoghegan2019-07-18
* Correct nbtsplitloc.c comment.Peter Geoghegan2019-07-15
* Fix pathological nbtree split point choice issue.Peter Geoghegan2019-07-15
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Add missing assertions for required table am callbacks.Amit Kapila2019-07-06
* Fix many typos and inconsistenciesMichael Paquier2019-07-01
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Update commentPeter Eisentraut2019-06-27
* Add toast-level reloption for vacuum_index_cleanupMichael Paquier2019-06-25
* Remove unnecessary comment.Thomas Munro2019-06-23
* Fix typoMagnus Hagander2019-06-19
* Fix description of WAL record XLOG_BTREE_META_CLEANUPMichael Paquier2019-06-19
* Fix memory corruption/crash in ANALYZE.Andres Freund2019-06-18
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-18
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Revert "Avoid spurious deadlocks when upgrading a tuple lock"Alvaro Herrera2019-06-16
* Silence compiler warningAlvaro Herrera2019-06-14
* Fix typos and inconsistencies in code commentsMichael Paquier2019-06-14
* Avoid spurious deadlocks when upgrading a tuple lockAlvaro Herrera2019-06-13
* Don't access catalogs to validate GUCs when not connected to a DB.Andres Freund2019-06-10
* Update stale comments, and fix comment typos.Noah Misch2019-06-08
* Fix assorted inconsistencies.Amit Kapila2019-06-08