summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2018-05-21Fix broken implementation of recovery to barrier.Pavan Deolasee
2017-08-18Merge commit '21d304dfedb4f26d0d6587d9ac39b1b5c499bb55'Pavan Deolasee
2017-08-05Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas
2017-07-19Add static assertions about pg_control fitting into one disk sector.Tom Lane
2017-07-13Merge remote-tracking branch 'remotes/PGSQL/master' of PG 10Pavan Deolasee
2017-06-30Fix typo in commentPeter Eisentraut
2017-06-27Merge PG10 master branch into xl10develPavan Deolasee
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-15Merge 'remotes/PGSQL/master' into xl10develPavan Deolasee
2017-06-14Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40Pavan Deolasee
2017-06-06Prevent possibility of panics during shutdown checkpoint.Andres Freund
2017-06-06Revert "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-23Expose 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