summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAgeFilesLines
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-081-22/+22
* Remove secondary checkpointSimon Riggs2017-11-071-71/+22
* Refactor new file permission handlingPeter Eisentraut2017-09-231-18/+10
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-191-104/+151
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-181-17/+27
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-141-14/+34
* Message style fixesPeter Eisentraut2017-09-111-1/+1
* Exclude special values in recovery_target_timeSimon Riggs2017-09-071-0/+12
* Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas2017-08-051-62/+66
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-191-8/+14
* Fix typo in commentPeter Eisentraut2017-06-301-4/+4
* Fix typo in commentAlvaro Herrera2017-06-221-1/+1
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-211-1/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-165/+165
* Phase 2 of pgindent updates.Tom Lane2017-06-211-14/+13
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-211-4/+4
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-051-0/+11
* Revert "Prevent panic during shutdown checkpoint"Andres Freund2017-06-051-6/+0
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-55/+57
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-121-7/+7
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-121-16/+15
* Prevent panic during shutdown checkpointPeter Eisentraut2017-05-051-0/+6
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-271-2/+2
* Fix new warnings from GCC 7Peter Eisentraut2017-04-171-3/+3
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-041-9/+13
* Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs2017-04-041-0/+10
* Correct grammar in error messageSimon Riggs2017-03-281-1/+1
* Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane2017-03-281-1/+1
* Fsync directory after creating or unlinking file.Teodor Sigaev2017-03-271-13/+6
* Fix backup cancelingTeodor Sigaev2017-03-241-0/+22
* Track the oldest XID that can be safely looked up in CLOG.Robert Haas2017-03-231-0/+11
* Replication lag tracking for walsendersSimon Riggs2017-03-231-0/+14
* Expose waitforarchive option through pg_stop_backup()Stephen Frost2017-03-221-1/+2
* Refactor GetOldestXmin() to use flagsSimon Riggs2017-03-221-2/+2
* Create and use wait events for read, write, and fsync operations.Robert Haas2017-03-181-0/+31
* Rename "pg_clog" directory to "pg_xact".Robert Haas2017-03-171-1/+1
* Spelling fixesPeter Eisentraut2017-03-141-1/+1
* Make logging about multixact wraparound protection less chatty.Tom Lane2017-03-141-2/+2
* Change xlog to WAL in some error messagesPeter Eisentraut2017-03-131-3/+3
* Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas2017-03-071-0/+24
* Fix incorrect variable datatypeMagnus Hagander2017-02-281-1/+1
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-231-0/+1
* Remove pg_control's enableIntTimes field.Tom Lane2017-02-231-21/+0
* Minor fixes for WAL consistency checking.Robert Haas2017-02-141-1/+11
* Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas2017-02-091-1/+1
* Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas2017-02-091-1/+1
* Add WAL consistency checking facility.Robert Haas2017-02-081-0/+120
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-171-73/+150
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Skip checkpoints, archiving on idle systems.Andres Freund2016-12-221-27/+91