aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix possible pg_basebackup failure on standby with "include WAL".Robert Haas2016-10-27
* Prevent starting a standalone backend with standby_mode on.Tom Lane2016-08-31
* Fix typos in commentsAlvaro Herrera2016-03-15
* Avoid unlikely data-loss scenarios due to rename() without fsync.Andres Freund2016-03-09
* Ignore recovery_min_apply_delay until recovery has reached consistent stateFujii Masao2016-03-06
* Rename (new|old)estCommitTs to (new|old)estCommitTsXidJoe Conway2015-12-28
* Fix commit timestamp initializationAlvaro Herrera2015-12-11
* Further tweak commit_timestamp behaviorAlvaro Herrera2015-12-03
* Message improvementsPeter Eisentraut2015-11-16
* Fix commit_ts for standbyAlvaro Herrera2015-10-01
* Code review for transaction commit timestampsAlvaro Herrera2015-09-29
* Remove legacy multixact truncation support.Andres Freund2015-09-26
* Rework the way multixact truncations work.Andres Freund2015-09-26
* Add missing serial commaPeter Eisentraut2015-09-18
* Improve log messages related to tablespace_map fileFujii Masao2015-09-15
* Remove files signaling a standby promotion request at postmaster startupFujii Masao2015-09-09
* Document that max_worker_processes must be high enough in standby.Fujii Masao2015-09-03
* Make recovery rename tablespace_map to *.old if backup_label is not present.Fujii Masao2015-08-03
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-02
* Use appendStringInfoString/Char et al where appropriate.Heikki Linnakangas2015-07-02
* Make XLogFileCopy() look the same as in 9.4.Fujii Masao2015-07-01
* Also trigger restartpoints based on max_wal_size on standby.Heikki Linnakangas2015-06-29
* Be more conservative about removing tablespace "symlinks".Robert Haas2015-06-26
* Add missing check for wal_debug GUC.Andres Freund2015-06-21
* Fix typosAlvaro Herrera2015-06-08
* Refactor WAL segment copying code.Fujii Masao2015-06-09
* Allow HotStandbyActiveInReplay() to be called in single user mode.Andres Freund2015-06-08
* Fix fsync-at-startup code to not treat errors as fatal.Tom Lane2015-05-28
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix incorrect snprintf() limit.Tom Lane2015-05-23
* At promotion, don't leave behind a partial segment on the old timeline.Heikki Linnakangas2015-05-22
* Make recovery_target_action = pause work.Fujii Masao2015-05-21
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Fix spelling in commentSimon Riggs2015-05-19
* Add archive_mode='always' option.Heikki Linnakangas2015-05-15
* Map basebackup tablespaces using a tablespace_map fileAndrew Dunstan2015-05-12
* At promotion, archive last segment from old timeline with .partial suffix.Heikki Linnakangas2015-05-08
* Add macros to check if a filename is a WAL segment or other such file.Heikki Linnakangas2015-05-08
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-29
* Fix logic to skip checkpoint if no records have been inserted.Heikki Linnakangas2015-04-15
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-14
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Fix error handling of XLogReaderAllocate in case of OOMFujii Masao2015-04-03
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Centralize definition of integer limits.Andres Freund2015-03-25
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-23
* Fix copy & paste error in 4f1b890b137.Andres Freund2015-03-23