index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
access
/
transam
Commit message (
Expand
)
Author
Age
*
Prevent underflow in KeepLogSeg().
Nathan Bossart
2023-04-27
*
Avoid trying to write an empty WAL record in log_newpage_range().
Tom Lane
2023-04-17
*
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
*
Rethink handling of [Prevent|Is]InTransactionBlock in pipeline mode.
Tom Lane
2022-12-13
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
Make multixact error message more explicit
Alvaro Herrera
2022-11-24
*
Doc: add comments about PreventInTransactionBlock/IsInTransactionBlock.
Tom Lane
2022-11-09
*
Suppress variable-set-but-not-used warnings from clang 15.
Tom Lane
2022-09-20
*
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
*
Add HINT for restartpoint race with KeepFileRestoredFromArchive().
Noah Misch
2022-08-05
*
Fix replay of create database records on standby
Alvaro Herrera
2022-07-28
*
Allow "in place" tablespaces.
Alvaro Herrera
2022-07-27
*
Force immediate commit after CREATE DATABASE etc in extended protocol.
Tom Lane
2022-07-26
*
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-20
*
Fix visibility check when XID is committed in CLOG but not in procarray.
Heikki Linnakangas
2022-06-27
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-16
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Revert "Fix replay of create database records on standby"
Alvaro Herrera
2022-03-29
*
Fix replay of create database records on standby
Alvaro Herrera
2022-03-25
*
Fix possible recovery trouble if TRUNCATE overlaps a checkpoint.
Robert Haas
2022-03-24
*
Fix "missing continuation record" after standby promotion
Alvaro Herrera
2022-03-23
*
Fix race between DROP TABLESPACE and checkpointing.
Thomas Munro
2022-03-16
*
Clean up assorted failures under clang's -fsanitize=undefined checks.
Tom Lane
2022-03-03
*
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
Fix determination of broken LSN in OVERWRITTEN_CONTRECORD
Alvaro Herrera
2021-11-26
*
Report any XLogReadRecord() error in XlogReadTwoPhaseData().
Noah Misch
2021-11-11
*
Fix typo
Alvaro Herrera
2021-11-08
*
Fix CREATE INDEX CONCURRENTLY for the newest prepared transactions.
Noah Misch
2021-10-23
*
Reset properly snapshot export state during transaction abort
Michael Paquier
2021-10-18
*
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-04
*
Fix Portal snapshot tracking to handle subtransactions properly.
Tom Lane
2021-10-01
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Send NOTIFY signals during CommitTransaction.
Tom Lane
2021-09-14
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Fix broken snapshot handling in parallel workers.
Robert Haas
2021-08-25
*
Avoid creating archive status ".ready" files too early
Alvaro Herrera
2021-08-23
*
Refresh apply delay on reload of recovery_min_apply_delay at recovery
Michael Paquier
2021-08-16
*
Update minimum recovery point on truncation during WAL replay of abort record.
Fujii Masao
2021-07-29
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-07-25
*
Advance old-segment horizon properly after slot invalidation
Alvaro Herrera
2021-07-16
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
Fix race condition in TransactionGroupUpdateXidStatus().
Amit Kapila
2021-06-28
*
Tidy up GetMultiXactIdMembers()'s behavior on error
Heikki Linnakangas
2021-06-17
*
Fix outdated comment that talked about seek position of WAL file.
Heikki Linnakangas
2021-06-16
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
*
Fix bug in WAL replay of COMMIT_TS_SETTS record.
Fujii Masao
2021-03-25
*
Fix timeline assignment in checkpoints with 2PC transactions
Michael Paquier
2021-03-22
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Fix bug in COMMIT AND CHAIN command.
Fujii Masao
2021-02-19
[next]