aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
...
* Add some const decorations to array constantsPeter Eisentraut2019-09-17
* Split tuptoaster.c into three separate files.Robert Haas2019-09-05
* Fix inconsistencies and typos in the tree, take 11Michael Paquier2019-08-19
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-29
* Fix inconsistencies and typos in the treeMichael Paquier2019-07-22
* Use consistent style for checking return from system callsPeter Eisentraut2019-07-07
* Don't call data type input functions in GUC check hooksPeter Eisentraut2019-06-30
* Fix assorted inconsistencies.Amit Kapila2019-06-08
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Initial pgindent run for v12.Tom Lane2019-05-22
* Fix comment for issue_xlog_fsync().Fujii Masao2019-05-21
* Refactor the fsync queue for wider use.Thomas Munro2019-04-04
* Generate less WAL during GiST, GIN and SP-GiST index build.Heikki Linnakangas2019-04-03
* Add wal_recycle and wal_init_zero GUCs.Thomas Munro2019-04-02
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Warn more strongly about the dangers of exclusive backup mode.Robert Haas2019-03-29
* Add basic infrastructure for 64 bit transaction IDs.Thomas Munro2019-03-28
* Refactor more code logic to update the control fileMichael Paquier2019-03-18
* Avoid casting away a constPeter Eisentraut2019-03-16
* Adjust error message for partial writes in WAL segmentsMichael Paquier2019-03-11
* Tighten use of OpenTransientFile and CloseTransientFileMichael Paquier2019-03-09
* Removed unused variable, openLogOff.Robert Haas2019-03-06
* Move max_wal_senders out of max_connections for connection slot handlingMichael Paquier2019-02-12
* Adjust comment about timeout when waiting for WAL at recoveryMichael Paquier2019-02-01
* Change default of recovery_target_timeline to 'latest'Peter Eisentraut2019-01-13
* Update copyright for 2019Bruce Momjian2019-01-02
* Remove configure switch --disable-strong-randomMichael Paquier2019-01-01
* Improve comments and logs in do_pg_stop/start_backupMichael Paquier2019-01-01
* Change "checkpoint starting" message to use "wal"Peter Eisentraut2018-12-30
* Fix failure to check for open() or fsync() failures.Tom Lane2018-12-26
* Integrate recovery.conf into postgresql.confPeter Eisentraut2018-11-25
* Add WL_EXIT_ON_PM_DEATH pseudo-event.Thomas Munro2018-11-23
* PANIC on fsync() failure.Thomas Munro2018-11-19
* Remove unnecessary memcpy when reading WAL record fitting on pageMichael Paquier2018-11-19
* Use pg_pread() and pg_pwrite() for data files and WAL.Thomas Munro2018-11-07
* Fix typo in xlog.c.Andres Freund2018-10-31
* Add pg_promote functionMichael Paquier2018-10-25
* Fix assertion failure when updating full_page_writes for checkpointer.Amit Kapila2018-09-28
* Rework activation of commit timestamps during recoveryMichael Paquier2018-09-26
* Fix minor error message style guide violation.Tom Lane2018-09-19
* Attach FPI to the first record after full_page_writes is turned on.Amit Kapila2018-09-13
* Avoid using potentially-under-aligned page buffers.Tom Lane2018-09-01
* Ensure correct minimum consistent point on standbysMichael Paquier2018-08-31
* Fix calculation for WAL segment recycling and removalMichael Paquier2018-07-24
* Add proper errcodes to new error messages for read() failuresMichael Paquier2018-07-23
* Make more consistent some error messages for file-related operationsMichael Paquier2018-07-23
* Use a ResourceOwner to track buffer pins in all cases.Tom Lane2018-07-18
* Rework error messages around file handlingMichael Paquier2018-07-18
* Clean up temporary WAL segments after an instance crashMichael Paquier2018-07-13
* Flip argument order in XLogSegNoOffsetToRecPtrAlvaro Herrera2018-07-09