index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
access
/
xlog.h
Commit message (
Expand
)
Author
Age
*
Document XLOG_INCLUDE_XID a little better
Alvaro Herrera
2021-09-21
*
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
*
Move InRecovery and standbyState global vars to xlogutils.c.
Heikki Linnakangas
2021-07-31
*
Add support for LZ4 with compression of full-page writes in WAL
Michael Paquier
2021-06-29
*
Don't ERROR on PreallocXlogFiles() race condition.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to unlink a pre-existing file.
Noah Misch
2021-06-28
*
Remove XLogFileInit() ability to skip ControlFileLock.
Noah Misch
2021-06-28
*
Revert recovery prefetching feature.
Thomas Munro
2021-05-10
*
Optionally prefetch referenced data in recovery.
Thomas Munro
2021-04-08
*
Code review for server's handling of "tablespace map" files.
Tom Lane
2021-03-17
*
Be clear about whether a recovery pause has taken effect.
Robert Haas
2021-03-11
*
Track total amounts of times spent writing and syncing WAL data to disk.
Fujii Masao
2021-03-09
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Remove non-fast promotion.
Fujii Masao
2020-07-29
*
Rename wal_keep_segments to wal_keep_size.
Fujii Masao
2020-07-20
*
Immediately WAL-log subtransaction and top-level XID association.
Amit Kapila
2020-07-20
*
code: replace 'master' with 'primary' where appropriate.
Andres Freund
2020-07-08
*
Adjust max_slot_wal_keep_size behavior per review
Alvaro Herrera
2020-06-24
*
Save slot's restart_lsn when invalidated due to size
Alvaro Herrera
2020-06-24
*
Don't export basebackup.c's sendTablespace().
Robert Haas
2020-06-17
*
Change the display of WAL usage statistics in Explain.
Amit Kapila
2020-05-05
*
Fix handling of WAL segments ready to be archived during crash recovery
Michael Paquier
2020-04-24
*
Allow users to limit storage reserved by replication slots
Alvaro Herrera
2020-04-07
*
Revert "Improve handling of parameter differences in physical replication"
Peter Eisentraut
2020-04-04
*
Add infrastructure to track WAL usage.
Amit Kapila
2020-04-04
*
Improve handling of parameter differences in physical replication
Peter Eisentraut
2020-03-30
*
Allow walreceiver configuration to change on reload
Alvaro Herrera
2020-03-27
*
Set wal_receiver_create_temp_slot PGC_POSTMASTER
Alvaro Herrera
2020-03-27
*
Prefer standby promotion over recovery pause.
Fujii Masao
2020-03-24
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Fix minor problems with non-exclusive backup cleanup.
Robert Haas
2019-12-19
*
Remove XLogFileNameP() from the tree
Michael Paquier
2019-12-03
*
Don't call data type input functions in GUC check hooks
Peter Eisentraut
2019-06-30
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Add wal_recycle and wal_init_zero GUCs.
Thomas Munro
2019-04-02
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
Make checkpoint requests more robust.
Tom Lane
2019-03-19
*
Avoid casting away a const
Peter Eisentraut
2019-03-16
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Integrate recovery.conf into postgresql.conf
Peter Eisentraut
2018-11-25
*
Add pg_promote function
Michael Paquier
2018-10-25
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Simplify do_pg_start_backup's API by opening pg_tblspc internally.
Tom Lane
2017-12-04
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Make WAL segment size configurable at initdb time.
Andres Freund
2017-09-19
*
Fix crash restart bug introduced in 8356753c212.
Andres Freund
2017-09-18
[next]