aboutsummaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAge
* Fix minor problems with non-exclusive backup cleanup.Robert Haas2020-08-06
* Fix handling of WAL segments ready to be archived during crash recoveryMichael Paquier2020-04-24
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Make checkpoint requests more robust.Tom Lane2019-03-19
* Avoid casting away a constPeter Eisentraut2019-03-16
* Update copyright for 2019Bruce Momjian2019-01-02
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Add pg_promote functionMichael Paquier2018-10-25
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Update copyright for 2018Bruce Momjian2018-01-02
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-14
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04
* Fix backup cancelingTeodor Sigaev2017-03-24
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-07
* Add WAL consistency checking facility.Robert Haas2017-02-08
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-22
* New recovery target recovery_target_lsnSimon Riggs2016-09-03
* pgindent run for 9.6Robert Haas2016-06-09
* Mark wal_level as PGDLLIMPORT.Tom Lane2016-05-24
* Implement backup API functions for non-exclusive backupsMagnus Hagander2016-04-05
* Add new replication mode synchronous_commit = 'remote_apply'.Robert Haas2016-03-29
* Merge wal_level "archive" and "hot_standby" into new name "replica"Peter Eisentraut2016-03-18
* Speedup 2PC by skipping two phase state files in normal pathSimon Riggs2016-01-20
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Make postmaster restart archiver soon after it dies, even during recovery.Fujii Masao2015-06-12
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06