aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
...
* 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
* Merge the various forms of transaction commit & abort records.Andres Freund2015-03-15
* Increase max_wal_size's default from 128MB to 1GB.Andres Freund2015-03-15
* Remove pause_at_recovery_target recovery.conf setting.Andres Freund2015-03-15
* Add GUC to enable compression of full page images stored in WAL.Fujii Masao2015-03-11
* Keep CommitTs module in sync in standby and masterAlvaro Herrera2015-03-09
* Replace checkpoint_segments with min_wal_size and max_wal_size.Heikki Linnakangas2015-02-23
* Add GUC to control the time to wait before retrieving WAL after failed attempt.Fujii Masao2015-02-23
* Fix thinko in re-setting wal_log_hints flag from a parameter-change record.Heikki Linnakangas2015-01-15
* Don't open a WAL segment for writing at end of recovery.Heikki Linnakangas2015-01-07
* Update copyright for 2015Bruce Momjian2015-01-06
* Treat negative values of recovery_min_apply_delay as having no effect.Tom Lane2015-01-03
* Fix file descriptor leak at end of recovery.Heikki Linnakangas2014-12-21
* Fix timestamp in end-of-recovery WAL records.Heikki Linnakangas2014-12-19
* Change how first WAL segment on new timeline after promotion is created.Heikki Linnakangas2014-12-18
* Fix (re-)starting from a basebackup taken off a standby after a failure.Andres Freund2014-12-18
* Tweaks for recovery_target_actionSimon Riggs2014-12-07
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-03
* Fix assertion failure at end of PITR.Heikki Linnakangas2014-11-28
* action_at_recovery_target recovery config optionSimon Riggs2014-11-25
* Distinguish XLOG_FPI records generated for hint-bit updates.Heikki Linnakangas2014-11-24
* Revamp the WAL record format.Heikki Linnakangas2014-11-20
* Ensure unlogged tables are reset even if crash recovery errors out.Andres Freund2014-11-15
* Fix building with WAL_DEBUG.Heikki Linnakangas2014-11-07
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-04
* Prevent the already-archived WAL file from being archived again.Fujii Masao2014-10-23
* Don't duplicate log_checkpoint messages for both of restart and checkpoints.Andres Freund2014-10-21
* Renumber CHECKPOINT_* flags.Andres Freund2014-10-21
* 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
* Remove most volatile qualifiers from xlog.cAndres Freund2014-09-22
* Improve code around the recently added rm_identify rmgr callback.Andres Freund2014-09-22
* Add rmgr callback to name xlog record types for display purposes.Andres Freund2014-09-19
* Move log_newpage and log_newpage_buffer to xlog.c.Heikki Linnakangas2014-07-31