summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-22Fix typo in commentAlvaro Herrera
2017-06-21Fix possibility of creating a "phantom" segment after promotion.Andres Freund
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-06-21Phase 2 of pgindent updates.Tom Lane
2017-06-21Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane
2017-06-05Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-05Revert "Prevent panic during shutdown checkpoint"Andres Freund
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-12Standardize "WAL location" terminologyPeter Eisentraut
2017-05-12Replace "transaction log" with "write-ahead log"Peter Eisentraut
2017-05-05Prevent panic during shutdown checkpointPeter Eisentraut
2017-04-27Rework handling of subtransactions in 2PC recoverySimon Riggs
2017-04-17Fix new warnings from GCC 7Peter Eisentraut
2017-04-04Make min_wal_size/max_wal_size use MB internallySimon Riggs
2017-04-04Speedup 2PC recovery by skipping two phase state files in normal pathSimon Riggs
2017-03-28Correct grammar in error messageSimon Riggs
2017-03-28Suppress implicit-conversion warnings seen with newer clang versions.Tom Lane
2017-03-27Fsync directory after creating or unlinking file.Teodor Sigaev
2017-03-24Fix backup cancelingTeodor Sigaev
2017-03-23Track the oldest XID that can be safely looked up in CLOG.Robert Haas
2017-03-23Replication lag tracking for walsendersSimon Riggs
2017-03-22Expose waitforarchive option through pg_stop_backup()Stephen Frost
2017-03-22Refactor GetOldestXmin() to use flagsSimon Riggs
2017-03-18Create and use wait events for read, write, and fsync operations.Robert Haas
2017-03-17Rename "pg_clog" directory to "pg_xact".Robert Haas
2017-03-14Spelling fixesPeter Eisentraut
2017-03-14Make logging about multixact wraparound protection less chatty.Tom Lane
2017-03-13Change xlog to WAL in some error messagesPeter Eisentraut
2017-03-07Support SCRAM-SHA-256 authentication (RFC 5802 and 7677).Heikki Linnakangas
2017-02-28Fix incorrect variable datatypeMagnus Hagander
2017-02-23Consistently declare timestamp variables as TimestampTz.Tom Lane
2017-02-23Remove pg_control's enableIntTimes field.Tom Lane
2017-02-14Minor fixes for WAL consistency checking.Robert Haas
2017-02-09Rename dtrace probes for ongoing xlog -> wal conversion.Robert Haas
2017-02-09Remove all references to "xlog" from SQL-callable functions in pg_proc.Robert Haas
2017-02-08Add WAL consistency checking facility.Robert Haas
2017-01-17Fix an assertion failure related to an exclusive backup.Fujii Masao
2017-01-03Update copyright via script for 2017Bruce Momjian
2016-12-22Skip checkpoints, archiving on idle systems.Andres Freund
2016-12-16Simplify LWLock tranche machinery by removing array_base/array_stride.Robert Haas
2016-11-25Bring some clarity to the defaults for the xxx_flush_after parameters.Tom Lane
2016-11-22Remove barrier.hRobert Haas
2016-11-06Fix silly nil-pointer-dereference bug introduced in commit d5f6f13f8.Tom Lane
2016-11-04Be more consistent about masking xl_info with ~XLR_INFO_MASK.Tom Lane
2016-10-28Fix leftover reference to background writer performing checkpoints.Robert Haas
2016-10-27Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas
2016-10-21Fix comment formatting.Robert Haas
2016-10-20Rename "pg_xlog" directory to "pg_wal".Robert Haas
2016-10-04Extend framework from commit 53be0b1ad to report latch waits.Robert Haas