aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix indentation in twophase.cMichael Paquier2023-07-18
* Fix recovery of 2PC transaction during crash recoveryMichael Paquier2023-07-18
* Fix race in SSI interaction with gin fast path.Thomas Munro2023-07-04
* Fix race in SSI interaction with bitmap heap scan.Thomas Munro2023-07-04
* Fix race in SSI interaction with empty btrees.Thomas Munro2023-07-04
* nbtree VACUUM: cope with topparent inconsistencies.Peter Geoghegan2023-06-21
* Initialize 'recordXtime' to silence compiler warning.Heikki Linnakangas2023-06-06
* nbtree VACUUM: cope with right sibling link corruption.Peter Geoghegan2023-05-25
* Fix handling of empty ranges and NULLs in BRINTomas Vondra2023-05-19
* Fix handling of NULLs when merging BRIN summariesTomas Vondra2023-05-18
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Fix dereference of dangling pointer in GiST index buffering build.Tom Lane2023-03-29
* Log the correct ending timestamp in recovery_target_xid mode.Tom Lane2023-01-19
* Avoid using tuple from syscache for update of pg_database.datfrozenxidMichael Paquier2023-01-11
* Fix typos in comments, code and documentationMichael Paquier2023-01-03
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Fix memory leak for hashing with nondeterministic collations.Jeff Davis2022-12-01
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Replace RelationOpenSmgr() with RelationGetSmgr().Tom Lane2022-11-17
* Fix cleanup lock acquisition in SPLIT_ALLOCATE_PAGE replay.Amit Kapila2022-11-14
* Fix theoretical torn page hazard.Jeff Davis2022-11-11
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Fix ordering issue with WAL operations in GIN fast insert pathMichael Paquier2022-10-26
* Avoid improbable PANIC during heap_update, redux.Tom Lane2022-09-30
* Fix race condition where heap_delete() fails to pin VM page.Jeff Davis2022-09-22
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Backpatch nbtree page deletion hardening.Peter Geoghegan2022-09-05
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checkingAlvaro Herrera2022-08-05
* Add HINT for restartpoint race with KeepFileRestoredFromArchive().Noah Misch2022-08-05
* Fix replay of create database records on standbyAlvaro Herrera2022-07-28
* Allow "in place" tablespaces.Alvaro Herrera2022-07-27
* Force immediate commit after CREATE DATABASE etc in extended protocol.Tom Lane2022-07-26
* Fix assertion failure and segmentation fault in backup code.Fujii Masao2022-07-20
* Fix visibility check when XID is committed in CLOG but not in procarray.Heikki Linnakangas2022-06-27
* Silence compiler warnings from some older compilers.Tom Lane2022-06-01
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-16
* Make relation-enumerating operations be security-restricted operations.Noah Misch2022-05-09
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* Prevent access to no-longer-pinned buffer in heapam_tuple_lock().Tom Lane2022-04-13
* Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.Robert Haas2022-03-24
* Fix "missing continuation record" after standby promotionAlvaro Herrera2022-03-23
* Fix race between DROP TABLESPACE and checkpointing.Thomas Munro2022-03-16
* Clean up assorted failures under clang's -fsanitize=undefined checks.Tom Lane2022-03-03
* WAL log unchanged toasted replica identity key attributes.Amit Kapila2022-02-14
* fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().Andres Freund2022-01-21
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Fix silly mistake in AssertAlvaro Herrera2022-01-04
* Allow special SKIP LOCKED condition in Assert()Alvaro Herrera2022-01-04