aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* 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
* Suppress "variable 'pagesaving' set but not used" warning.Tom Lane2022-04-06
* Revert "Fix replay of create database records on standby"Alvaro Herrera2022-03-29
* Fix replay of create database records on standbyAlvaro Herrera2022-03-25
* 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
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Fix corruption of toast indexes with REINDEX CONCURRENTLYMichael Paquier2021-12-08
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Fix parallel operations that prevent oldest xmin from advancing.Amit Kapila2021-11-19
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-11-11
* Fix typoAlvaro Herrera2021-11-08
* Fix ordering of items in nbtree error message.Peter Geoghegan2021-10-27
* Further harden nbtree posting split code.Peter Geoghegan2021-10-27
* Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.Noah Misch2021-10-23
* Reset properly snapshot export state during transaction abortMichael Paquier2021-10-18
* Fix snapshot builds during promotion of hot standby node with 2PCMichael Paquier2021-10-04
* Fix Portal snapshot tracking to handle subtransactions properly.Tom Lane2021-10-01
* Fix WAL replay in presence of an incomplete recordAlvaro Herrera2021-09-29
* Remove overzealous index deletion assertion.Peter Geoghegan2021-09-20
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Further portability tweaks for float4/float8 hash functions.Tom Lane2021-09-04
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* Fix float4/float8 hash functions to produce uniform results for NaNs.Tom Lane2021-09-02
* Report tuple address in data-corruption error messageAlvaro Herrera2021-08-30
* Count SP-GiST index scans in pg_stat statistics.Tom Lane2021-08-27
* Fix broken snapshot handling in parallel workers.Robert Haas2021-08-25
* Avoid creating archive status ".ready" files too earlyAlvaro Herrera2021-08-23
* Refresh apply delay on reload of recovery_min_apply_delay at recoveryMichael Paquier2021-08-16
* Update minimum recovery point on truncation during WAL replay of abort record.Fujii Masao2021-07-29
* Make the standby server promptly handle interrupt signals.Fujii Masao2021-07-25