aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix GiST buffering build to work when there are included columns.Tom Lane2020-10-12
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* Update parallel BTree scan state when the scan keys can't be satisfied.Amit Kapila2020-09-17
* Fix code for re-finding scan position in a multicolumn GIN index.Tom Lane2020-08-27
* Prevent concurrent SimpleLruTruncate() for any given SLRU.Noah Misch2020-08-15
* Handle new HOT chains in index-build table scansAlvaro Herrera2020-08-13
* BRIN: Handle concurrent desummarization properlyAlvaro Herrera2020-08-12
* Fix typo.Robert Haas2020-08-06
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2020-08-06
* Fix comments related to table AMsMichael Paquier2020-07-14
* Remove WARNING message from brin_desummarize_rangeAlvaro Herrera2020-07-09
* Add parens to ConvertToXSegs macroAlvaro Herrera2020-06-24
* Fix masking of SP-GiST pages during xlog consistency checkAlexander Korotkov2020-06-20
* Fix buffile.c error handling.Thomas Munro2020-06-16
* Fix locking bugs that could corrupt pg_control.Thomas Munro2020-06-08
* Avoid killing btree items that are already deadAlvaro Herrera2020-05-15
* Prevent archive recovery from scanning non-existent WAL files.Fujii Masao2020-05-09
* Report missing wait event for timeline history file.Fujii Masao2020-05-08
* Clear up issue with FSM and oldest bpto.xact.Peter Geoghegan2020-05-01
* Fix undercounting in VACUUM VERBOSE output.Peter Geoghegan2020-05-01
* Fix bug in nbtree VACUUM "skip full scan" feature.Peter Geoghegan2020-05-01
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Fix possible crash during FATAL exit from reindexing.Tom Lane2020-04-21
* Allow parallel create index to accumulate buffer usage stats.Amit Kapila2020-04-09
* Use TransactionXmin instead of RecentGlobalXmin in heap_abort_speculative().Andres Freund2020-04-05
* Fix bugs in gin_fuzzy_search_limit processing.Tom Lane2020-04-03
* Revert "Skip redundant anti-wraparound vacuums"Michael Paquier2020-03-31
* Consistently truncate non-key suffix columns.Peter Geoghegan2020-03-30
* Revert "Skip WAL for new relfilenodes, under wal_level=minimal."Noah Misch2020-03-22
* Skip WAL for new relfilenodes, under wal_level=minimal.Noah Misch2020-03-21
* In log_newpage_range(), heed forkNum and page_std arguments.Noah Misch2020-03-21
* During heap rebuild, lock any TOAST index until end of transaction.Noah Misch2020-03-21
* Avoid assertion failure with targeted recovery in standby mode.Fujii Masao2020-03-09
* Fix mesurement of elapsed time during truncating heap in VACUUM.Fujii Masao2020-02-19
* Store the deletion horizon XID for a deleted GIN page on the right page.Tom Lane2020-02-09
* Force tuple conversion when the source has missing attributes.Andrew Gierth2020-02-05
* Handle lack of DSM slots in parallel btree build, take 2.Thomas Munro2020-02-05
* Handle lack of DSM slots in parallel btree build.Thomas Munro2020-01-31
* Fix crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas2020-01-20
* Reimplement nullification of walsender timestampAlvaro Herrera2020-01-08
* pg_stat_activity: show NULL stmt start time for walsendersAlvaro Herrera2020-01-07
* Remove shadow variables linked to RedoRecPtr in xlog.cMichael Paquier2019-12-18
* Change overly strict Assert in TransactionGroupUpdateXidStatus.Amit Kapila2019-12-17
* Fix yet another crash in page split during GiST index creation.Heikki Linnakangas2019-12-16
* Fix crash when a page was split during GiST index creation.Heikki Linnakangas2019-12-13
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Fix page modification outside of critical section in GINAlexander Korotkov2019-11-20
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix deadlock between ginDeletePage() and ginStepRight()Alexander Korotkov2019-11-20