aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
...
* Rework order of end-of-recovery actions to delay timeline history writeMichael Paquier2018-07-09
* Prevent references to invalid relation pages after fresh promotionMichael Paquier2018-07-05
* Add wait event for fsync of WAL segmentsMichael Paquier2018-07-02
* pgindent run prior to branchingAndrew Dunstan2018-06-30
* Address set of issues with errno handlingMichael Paquier2018-06-25
* Fix error message on short read of pg_controlMagnus Hagander2018-05-18
* Message wording and pluralization improvementsPeter Eisentraut2018-05-17
* Fix scenario where streaming standby gets stuck at a continuation record.Heikki Linnakangas2018-05-05
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Ignore nextOid when replaying an ONLINE checkpoint.Tom Lane2018-04-11
* Revert "Allow on-line enabling and disabling of data checksums"Magnus Hagander2018-04-09
* Refactor dir/file permissionsStephen Frost2018-04-07
* Allow on-line enabling and disabling of data checksumsMagnus Hagander2018-04-05
* Ensure that WAL pages skipped by a forced WAL switch are zero-filled.Tom Lane2018-03-30
* Fix typo in commentMagnus Hagander2018-03-30
* Improve style guideline compliance of assorted error-report messages.Tom Lane2018-03-22
* Fix typo in commentMagnus Hagander2018-02-16
* Update out-of-date comment in StartupXLOG.Robert Haas2018-02-07
* Add TIMELINE to backup_label fileSimon Riggs2018-01-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Fix bug in cancellation of non-exclusive backup to avoid assertion failure.Fujii Masao2017-12-19
* Fix mistake in commentPeter Eisentraut2017-12-08
* Simplify do_pg_start_backup's API by opening pg_tblspc internally.Tom Lane2017-12-04
* Clean up assorted messiness around AllocateDir() usage.Tom Lane2017-12-04
* Update typedefs.list and re-run pgindentRobert Haas2017-11-29
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Remove secondary checkpointSimon Riggs2017-11-07
* Refactor new file permission handlingPeter Eisentraut2017-09-23
* Make WAL segment size configurable at initdb time.Andres Freund2017-09-19
* Fix crash restart bug introduced in 8356753c212.Andres Freund2017-09-18
* Perform only one ReadControlFile() during startup.Andres Freund2017-09-14
* Message style fixesPeter Eisentraut2017-09-11
* Exclude special values in recovery_target_timeSimon Riggs2017-09-07
* Make pg_stop_backup's wait_for_archive flag work on standbys.Robert Haas2017-08-05
* Add static assertions about pg_control fitting into one disk sector.Tom Lane2017-07-19
* Fix typo in commentPeter Eisentraut2017-06-30
* Fix typo in commentAlvaro Herrera2017-06-22
* Fix possibility of creating a "phantom" segment after promotion.Andres Freund2017-06-21
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Prevent possibility of panics during shutdown checkpoint.Andres Freund2017-06-05
* Revert "Prevent panic during shutdown checkpoint"Andres Freund2017-06-05
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Standardize "WAL location" terminologyPeter Eisentraut2017-05-12
* Replace "transaction log" with "write-ahead log"Peter Eisentraut2017-05-12
* Prevent panic during shutdown checkpointPeter Eisentraut2017-05-05
* Rework handling of subtransactions in 2PC recoverySimon Riggs2017-04-27
* Fix new warnings from GCC 7Peter Eisentraut2017-04-17
* Make min_wal_size/max_wal_size use MB internallySimon Riggs2017-04-04