aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
* Fix typo in commentAlvaro Herrera2017-06-22
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-21
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Fix new warnings from GCC 7Peter Eisentraut2017-05-15
* Spelling fixesPeter Eisentraut2017-03-14
* Fix incorrect variable datatypeMagnus Hagander2017-02-28
* Fix an assertion failure related to an exclusive backup.Fujii Masao2017-01-17
* 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
* 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
* Fix race condition that lead to WALInsertLock deadlock with commit_delay.Heikki Linnakangas2015-08-02
* Add missing check for wal_debug GUC.Andres Freund2015-06-21
* 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
* Fix spelling in commentSimon Riggs2015-05-19
* Recursively fsync() the data directory after a crash.Robert Haas2015-05-04
* Don't archive bogus recycled or preallocated files after timeline switch.Heikki Linnakangas2015-04-13
* Don't delay replication for less than recovery_min_apply_delay's resolution.Andres Freund2015-03-23
* Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas2015-01-15
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-03
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-19
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-18
* Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund2014-11-15
* Fix race condition between hot standby and restoring a full-page image.Heikki Linnakangas2014-11-13
* Prevent the already-archived WAL file from being archived again.Fujii Masao2014-10-23
* Flush unlogged table's buffers when copying or moving databases.Andres Freund2014-10-20
* Message improvementsPeter Eisentraut2014-10-12
* Remove num_xloginsert_locks GUC, replace with a #defineHeikki Linnakangas2014-10-01
* Rename CACHE_LINE_SIZE to PG_CACHE_LINE_SIZE.Andres Freund2014-10-01
* Oops, fix recoveryStopsBefore functions for regular commits.Heikki Linnakangas2014-07-29
* Treat 2PC commit/abort the same as regular xacts in recovery.Heikki Linnakangas2014-07-29
* Fix checkpointer crash in EXEC_BACKEND builds.Robert Haas2014-07-24
* Add missing serial commasPeter Eisentraut2014-07-15
* Have multixact be truncated by checkpoint, not vacuumAlvaro Herrera2014-06-27
* Consistency improvements for slot and decoding code.Andres Freund2014-06-12
* Add defenses against running with a wrong selection of LOBLKSIZE.Tom Lane2014-06-05
* Consistently spell a replication slot's name as slot_name.Andres Freund2014-06-05
* Fix a bunch of functions that were declared static then defined not-static.Tom Lane2014-05-17
* Rename min_recovery_apply_delay to recovery_min_apply_delay.Tom Lane2014-05-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Improve generation algorithm for database system identifier.Tom Lane2014-04-26
* report stat() error in trigger file checkBruce Momjian2014-04-17
* Use correctly-sized buffer when zero-filling a WAL file.Heikki Linnakangas2014-04-16
* Fix typo in comment.Heikki Linnakangas2014-04-10
* Fix some compiler warnings that clang emits with -pedantic.Robert Haas2014-04-04
* In checkpoint, move the check for in-progress xacts out of critical section.Heikki Linnakangas2014-04-04