aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* In security-restricted operations, block enqueue of at-commit user code.Noah Misch2020-11-09
* Properly detoast data in brin_form_tupleTomas Vondra2020-11-07
* Fix missing fsync of SLRU directories.Thomas Munro2020-09-24
* 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 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
* 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
* 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 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
* Back-patch log_newpage_range().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 crash in BRIN inclusion op functions, due to missing datum copy.Heikki Linnakangas2020-01-20
* Avoid assertion failure with LISTEN in a serializable transaction.Tom Lane2019-11-24
* Revise GIN READMEAlexander Korotkov2019-11-20
* Fix traversing to the deleted GIN page via downlinkAlexander Korotkov2019-11-20
* Fix assertion failure when running pgbench -s.Fujii Masao2019-11-07
* Fix failure of archive recovery with recovery_min_apply_delay enabled.Fujii Masao2019-10-18
* 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
* Fix oversight in backpatch of 6cae9d2c10Alexander Korotkov2019-09-19
* 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 RelationIdGetRelation calls that weren't bothering with error checks.Tom Lane2019-09-08
* 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 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
* Fix variable initialization when using buffering build with GiSTMichael Paquier2019-07-10
* Remove leftover reference to old "flat file" mechanism in a comment.Heikki Linnakangas2019-05-08
* Fix WAL format incompatibility introduced by backpatching of 52ac6cd2d0Alexander Korotkov2019-03-24
* Avoid possible deadlock while locking multiple heap pages.Amit Kapila2019-02-02
* Fix use of dangling pointer in heap_delete() when logging replica identityMichael Paquier2019-02-01
* Prevent GIN deleted pages from being reclaimed too earlyAlexander Korotkov2018-12-13
* Prevent deadlock in ginRedoDeletePage()Alexander Korotkov2018-12-13
* Do not decode TOAST data for table rewritesTomas Vondra2018-11-28
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Initialize TransactionState and user ID consistently at transaction startMichael Paquier2018-11-14
* Fix memory leak in repeated SPGIST index scans.Tom Lane2018-10-31
* Fix logical decoding error when system table w/ toast is repeatedly rewritten.Andres Freund2018-10-10
* Propagate xactStartTimestamp and stmtStartTimestamp to parallel workers.Tom Lane2018-10-06