aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
Commit message (Expand)AuthorAge
...
* Add a GUC to report whether data page checksums are enabled.Heikki Linnakangas2013-09-16
* Revert WAL posix_fallocate() patches.Jeff Davis2013-09-04
* Keep heavily-contended fields in XLogCtlInsert on different cache lines.Heikki Linnakangas2013-09-04
* Rename the "fast_promote" file to just "promote".Heikki Linnakangas2013-08-19
* Message punctuation and pluralization fixesPeter Eisentraut2013-08-09
* Message style improvementsPeter Eisentraut2013-07-28
* Fix variable names mentioned in comment to match the code.Heikki Linnakangas2013-07-17
* Fix assert failure at end of recovery, broken by XLogInsert scaling patch.Heikki Linnakangas2013-07-17
* Fix Windows build.Heikki Linnakangas2013-07-08
* Improve scalability of WAL insertions.Heikki Linnakangas2013-07-08
* Handle posix_fallocate() errors.Jeff Davis2013-07-06
* Use posix_fallocate() for new WAL files, where available.Jeff Davis2013-07-05
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* Retry short writes when flushing WAL.Heikki Linnakangas2013-07-01
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Add buffer_std flag to MarkBufferDirtyHint().Jeff Davis2013-06-17
* Remove special-case treatment of LOG severity level in standalone mode.Tom Lane2013-06-13
* Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch2013-06-12
* Fix typo in comment.Heikki Linnakangas2013-06-06
* Code review of recycling WAL segments in a restartpoint.Heikki Linnakangas2013-06-03
* Post-pgindent cleanupStephen Frost2013-06-01
* pgindent run for release 9.3Bruce Momjian2013-05-29
* After fast promotion use CHECKPOINT_FORCESimon Riggs2013-05-21
* Maintain ThisTimeLineID correctly in checkpointerSimon Riggs2013-05-21
* Init crash recovery using the latest available TLISimon Riggs2013-05-19
* Emit msg correctly for timeline-crossing crashSimon Riggs2013-05-19
* Remove single space on end of a line in xlog.cSimon Riggs2013-05-19
* Fix walsender failure at promotion.Heikki Linnakangas2013-05-08
* Record data_checksum_version in control file.Simon Riggs2013-04-30
* Make fast promotion the default promotion mode.Simon Riggs2013-04-24
* Fix calculation of how many segments to retain for wal_keep_segments.Heikki Linnakangas2013-04-08
* Skip extraneous locking in XLogCheckBuffer().Simon Riggs2013-04-08
* Avoid tricky race condition recording XLOG_HINTSimon Riggs2013-04-08
* Make REPLICATION privilege checks test current user not authenticated user.Tom Lane2013-04-01
* Revoke bc5334d8679c428a709d150666b288171795bd76Simon Riggs2013-03-28
* Allow external recovery_config_directorySimon Riggs2013-03-27
* Allow I/O reliability checks using 16-bit checksumsSimon Riggs2013-03-22
* Remove PageSetTLI and rename pd_tli to pd_checksumSimon Riggs2013-03-18
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Fix tli history file fetching, broken by the archive after crash recevery patch.Heikki Linnakangas2013-03-07
* Fix thinko in previous commit.Heikki Linnakangas2013-02-22
* If recovery.conf is created after "pg_ctl stop -m i", do crash recovery.Heikki Linnakangas2013-02-22
* Better fix for "unarchived WAL files get deleted on crash recovery" bug.Heikki Linnakangas2013-02-15
* Don't delete unarchived WAL files during crash recovery.Heikki Linnakangas2013-02-15
* Support unlogged GiST index.Heikki Linnakangas2013-02-11
* Fix checkpoint after fast promotion.Heikki Linnakangas2013-02-11
* Include previous TLI in end-of-recovery and shutdown checkpoint records.Heikki Linnakangas2013-02-11
* Rely only on checkpoint 1 at end of recovery.Simon Riggs2013-02-07
* Switch timelines if we crash soon after promotion.Simon Riggs2013-01-31
* Fast promote mode skips checkpoint at end of recovery.Simon Riggs2013-01-29