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
/
xlog.c
Commit message (
Expand
)
Author
Age
*
Fix MVCC bug with prepared xact with subxacts on standby
Heikki Linnakangas
2024-06-27
*
Make recovery report error message when invalid page header is found.
Fujii Masao
2023-09-12
*
Initialize 'recordXtime' to silence compiler warning.
Heikki Linnakangas
2023-06-06
*
Log the correct ending timestamp in recovery_target_xid mode.
Tom Lane
2023-01-19
*
Improve heuristics for compressing the KnownAssignedXids array.
Tom Lane
2022-11-29
*
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
*
Fix assertion failure and segmentation fault in backup code.
Fujii Masao
2022-07-20
*
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
*
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
*
Fix typo
Alvaro Herrera
2021-11-08
*
Fix snapshot builds during promotion of hot standby node with 2PC
Michael Paquier
2021-10-04
*
Fix WAL replay in presence of an incomplete record
Alvaro Herrera
2021-09-29
*
Revert "Avoid creating archive status ".ready" files too early"
Alvaro Herrera
2021-09-04
*
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
*
Make the standby server promptly handle interrupt signals.
Fujii Masao
2021-07-25
*
Fix incorrect PITR message for transaction ROLLBACK PREPARED
Michael Paquier
2021-06-30
*
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
*
Prevent buffer overrun in read_tablespace_map().
Tom Lane
2021-03-17
*
Fix and simplify some usages of TimestampDifference().
Tom Lane
2020-11-10
*
Fix typo.
Robert Haas
2020-08-06
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2020-08-06
*
Add parens to ConvertToXSegs macro
Alvaro Herrera
2020-06-24
*
Fix locking bugs that could corrupt pg_control.
Thomas Munro
2020-06-08
*
Prevent archive recovery from scanning non-existent WAL files.
Fujii Masao
2020-05-09
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Avoid assertion failure with targeted recovery in standby mode.
Fujii Masao
2020-03-09
*
Remove shadow variables linked to RedoRecPtr in xlog.c
Michael Paquier
2019-12-18
*
Fix initialization of fake LSN for unlogged relations
Michael Paquier
2019-10-27
*
Fix failure of archive recovery with recovery_min_apply_delay enabled.
Fujii Masao
2019-10-18
*
Make crash recovery ignore recovery_min_apply_delay setting.
Fujii Masao
2019-10-18
*
Make crash recovery ignore restore_command and recovery_end_command settings.
Fujii Masao
2019-10-11
*
Remove temporary WAL and history files at the end of archive recovery
Michael Paquier
2019-10-02
*
Make crash recovery ignore recovery target settings.
Fujii Masao
2019-09-30
*
Message style fixes
Peter Eisentraut
2019-09-23
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Fix comment for issue_xlog_fsync().
Fujii Masao
2019-05-21
*
Refactor the fsync queue for wider use.
Thomas Munro
2019-04-04
*
Generate less WAL during GiST, GIN and SP-GiST index build.
Heikki Linnakangas
2019-04-03
[next]