aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Prevent underflow in KeepLogSeg().Nathan Bossart2023-04-27
* Avoid trying to write an empty WAL record in log_newpage_range().Tom Lane2023-04-17
* Log the correct ending timestamp in recovery_target_xid mode.Tom Lane2023-01-19
* Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.Tom Lane2022-12-13
* Improve heuristics for compressing the KnownAssignedXids array.Tom Lane2022-11-29
* Make multixact error message more explicitAlvaro Herrera2022-11-24
* Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.Tom Lane2022-11-09
* Suppress variable-set-but-not-used warnings from clang 15.Tom Lane2022-09-20
* Prevent WAL corruption after a standby promotion.Robert Haas2022-08-29
* 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
* Fix control file update done in restartpoints still running after promotionMichael Paquier2022-05-16
* Rethink the delay-checkpoint-end mechanism in the back-branches.Robert Haas2022-04-14
* 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
* Fix one-off bug causing missing commit timestamps for subtransactionsMichael Paquier2022-01-21
* Remove assertion for replication origins in PREPARE TRANSACTIONMichael Paquier2021-12-14
* Fix determination of broken LSN in OVERWRITTEN_CONTRECORDAlvaro Herrera2021-11-26
* Report any XLogReadRecord() error in XlogReadTwoPhaseData().Noah Misch2021-11-11
* Fix typoAlvaro Herrera2021-11-08
* 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
* Send NOTIFY signals during CommitTransaction.Tom Lane2021-09-14
* Revert "Avoid creating archive status ".ready" files too early"Alvaro Herrera2021-09-04
* 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
* Advance old-segment horizon properly after slot invalidationAlvaro Herrera2021-07-16
* Fix incorrect PITR message for transaction ROLLBACK PREPAREDMichael Paquier2021-06-30
* Fix race condition in TransactionGroupUpdateXidStatus().Amit Kapila2021-06-28
* Tidy up GetMultiXactIdMembers()'s behavior on errorHeikki Linnakangas2021-06-17
* Fix outdated comment that talked about seek position of WAL file.Heikki Linnakangas2021-06-16
* Fix corner case failure of new standby to follow new primary.Robert Haas2021-06-09
* Fix bug in WAL replay of COMMIT_TS_SETTS record.Fujii Masao2021-03-25
* Fix timeline assignment in checkpoints with 2PC transactionsMichael Paquier2021-03-22
* Prevent buffer overrun in read_tablespace_map().Tom Lane2021-03-17
* Fix bug in COMMIT AND CHAIN command.Fujii Masao2021-02-19