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
Commit message (
Expand
)
Author
Age
*
Prevent WAL corruption after a standby promotion.
Robert Haas
2022-08-29
*
BRIN: mask BRIN_EVACUATE_PAGE for WAL consistency checking
Alvaro Herrera
2022-08-05
*
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
*
Silence compiler warnings from some older compilers.
Tom Lane
2022-06-01
*
Fix control file update done in restartpoints still running after promotion
Michael Paquier
2022-05-16
*
Make relation-enumerating operations be security-restricted operations.
Noah Misch
2022-05-09
*
Rethink the delay-checkpoint-end mechanism in the back-branches.
Robert Haas
2022-04-14
*
Prevent access to no-longer-pinned buffer in heapam_tuple_lock().
Tom Lane
2022-04-13
*
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
*
WAL log unchanged toasted replica identity key attributes.
Amit Kapila
2022-02-14
*
fsync pg_logical/mappings in CheckPointLogicalRewriteHeap().
Andres Freund
2022-01-21
*
Fix one-off bug causing missing commit timestamps for subtransactions
Michael Paquier
2022-01-21
*
Fix silly mistake in Assert
Alvaro Herrera
2022-01-04
*
Allow special SKIP LOCKED condition in Assert()
Alvaro Herrera
2022-01-04
*
Remove assertion for replication origins in PREPARE TRANSACTION
Michael Paquier
2021-12-14
*
Fix corruption of toast indexes with REINDEX CONCURRENTLY
Michael Paquier
2021-12-08
*
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
*
Remove overzealous index deletion assertion.
Peter Geoghegan
2021-09-20
*
Further portability tweaks for float4/float8 hash functions.
Tom Lane
2021-09-04
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
Fix float4/float8 hash functions to produce uniform results for NaNs.
Tom Lane
2021-09-02
*
Report tuple address in data-corruption error message
Alvaro Herrera
2021-08-30
*
Count SP-GiST index scans in pg_stat statistics.
Tom Lane
2021-08-27
*
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
*
Remove dead assignment to local variable.
Heikki Linnakangas
2021-07-12
*
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
*
Report sort phase progress in parallel btree build
Alvaro Herrera
2021-06-11
*
Fix corner case failure of new standby to follow new primary.
Robert Haas
2021-06-09
[next]