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
*
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
*
Perform only one ReadControlFile() during startup.
Andres Freund
2017-09-14
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Replace "transaction log" with "write-ahead log"
Peter Eisentraut
2017-05-12
*
Make min_wal_size/max_wal_size use MB internally
Simon Riggs
2017-04-04
*
Fix backup canceling
Teodor Sigaev
2017-03-24
*
Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).
Heikki Linnakangas
2017-03-07
*
Add WAL consistency checking facility.
Robert Haas
2017-02-08
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Skip checkpoints, archiving on idle systems.
Andres Freund
2016-12-22
*
New recovery target recovery_target_lsn
Simon Riggs
2016-09-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Mark wal_level as PGDLLIMPORT.
Tom Lane
2016-05-24
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
*
Speedup 2PC by skipping two phase state files in normal path
Simon Riggs
2016-01-20
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove files signaling a standby promotion request at postmaster startup
Fujii Masao
2015-09-09
*
Make postmaster restart archiver soon after it dies, even during recovery.
Fujii Masao
2015-06-12
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add archive_mode='always' option.
Heikki Linnakangas
2015-05-15
*
Map basebackup tablespaces using a tablespace_map file
Andrew Dunstan
2015-05-12
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Add GUC to enable compression of full page images stored in WAL.
Fujii Masao
2015-03-11
*
Replace checkpoint_segments with min_wal_size and max_wal_size.
Heikki Linnakangas
2015-02-23
*
Add GUC to control the time to wait before retrieving WAL after failed attempt.
Fujii Masao
2015-02-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Renumber CHECKPOINT_* flags.
Andres Freund
2014-10-21
*
Flush unlogged table's buffers when copying or moving databases.
Andres Freund
2014-10-20
*
Remove num_xloginsert_locks GUC, replace with a #define
Heikki Linnakangas
2014-10-01
*
Add rmgr callback to name xlog record types for display purposes.
Andres Freund
2014-09-19
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Change the signature of rm_desc so that it's passed a XLogRecord.
Heikki Linnakangas
2014-06-14
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Replace the XLogInsert slots with regular LWLocks.
Heikki Linnakangas
2014-03-21
*
Only WAL-log the modified portion in an UPDATE, if possible.
Heikki Linnakangas
2014-03-12
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Add recovery_target='immediate' option.
Heikki Linnakangas
2014-01-25
[next]