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 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
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
Unified logging system for command-line programs
Peter Eisentraut
2019-04-01
*
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-29
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Refactor more code logic to update the control file
Michael Paquier
2019-03-18
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
*
Adjust error message for partial writes in WAL segments
Michael Paquier
2019-03-11
*
Tighten use of OpenTransientFile and CloseTransientFile
Michael Paquier
2019-03-09
*
Removed unused variable, openLogOff.
Robert Haas
2019-03-06
*
Move max_wal_senders out of max_connections for connection slot handling
Michael Paquier
2019-02-12
*
Adjust comment about timeout when waiting for WAL at recovery
Michael Paquier
2019-02-01
*
Change default of recovery_target_timeline to 'latest'
Peter Eisentraut
2019-01-13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Remove configure switch --disable-strong-random
Michael Paquier
2019-01-01
*
Improve comments and logs in do_pg_stop/start_backup
Michael Paquier
2019-01-01
*
Change "checkpoint starting" message to use "wal"
Peter Eisentraut
2018-12-30
*
Fix failure to check for open() or fsync() failures.
Tom Lane
2018-12-26
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
*
PANIC on fsync() failure.
Thomas Munro
2018-11-19
*
Remove unnecessary memcpy when reading WAL record fitting on page
Michael Paquier
2018-11-19
*
Use pg_pread() and pg_pwrite() for data files and WAL.
Thomas Munro
2018-11-07
*
Fix typo in xlog.c.
Andres Freund
2018-10-31
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Fix assertion failure when updating full_page_writes for checkpointer.
Amit Kapila
2018-09-28
*
Rework activation of commit timestamps during recovery
Michael Paquier
2018-09-26
*
Fix minor error message style guide violation.
Tom Lane
2018-09-19
*
Attach FPI to the first record after full_page_writes is turned on.
Amit Kapila
2018-09-13
[next]