summaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAgeFilesLines
* Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas2010-04-281-13/+14
* Rename standby_keep_segments to wal_keep_segments.Robert Haas2010-04-201-2/+2
* Remove some additional changes in previous commit that belong elsewhere.Simon Riggs2010-04-181-2/+1
* Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs2010-04-181-1/+2
* Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas2010-04-121-1/+3
* Refer to max_wal_senders in a more consistent fashion.Robert Haas2010-04-011-3/+3
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-191-1/+12
* pgindent run for 9.0Bruce Momjian2010-02-261-8/+9
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-081-2/+1
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-011-2/+1
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-291-1/+2
* Change a few remaining calls of XLogArchivingActive() to useHeikki Linnakangas2010-01-281-2/+4
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-201-1/+2
* PGDLLIMPORT-ize the remaining variables needed by walreceiver.Tom Lane2010-01-161-2/+2
* Introduce Streaming Replication.Heikki Linnakangas2010-01-151-1/+26
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-191-1/+43
* Cleanup and code review for the patch that made bgwriter active duringTom Lane2009-06-261-8/+9
* Fix some serious bugs in archive recovery, now that bgwriter is activeHeikki Linnakangas2009-06-251-1/+3
* Start background writer during archive recovery. Background writer now performsHeikki Linnakangas2009-02-181-1/+6
* Add a new option to RestoreBkpBlocks() to indicate if a cleanup lock shouldHeikki Linnakangas2009-01-201-1/+3
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Convert wal_sync_method to guc enum.Magnus Hagander2008-05-121-4/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-151-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-16/+16
* Minor improvements in backup and recovery:Tom Lane2007-09-261-2/+4
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-051-11/+2
* Support an optional asynchronous commit mode, in which we don't flush WALTom Lane2007-08-011-1/+4
* Create a new dedicated Postgres process, "wal writer", which exists to writeTom Lane2007-07-241-1/+2
* Improve logging of checkpoints. Patch by Greg Smith, worked overTom Lane2007-06-301-4/+33
* Implement "distributed" checkpoints in which the checkpoint I/O is spreadTom Lane2007-06-281-2/+11
* Make large sequential scans and VACUUMs work in a limited-size "ring" ofTom Lane2007-05-301-1/+2
* To support external compression of archived WAL data, add a flag bit toTom Lane2007-05-201-3/+11
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix recently-understood problems with handling of XID freezing, particularlyTom Lane2006-11-051-2/+1
* Make the server track an 'XID epoch', that is, maintain higher-order bitsTom Lane2006-08-211-1/+2
* Implement archive_timeout feature to force xlog file switches to occur no moreTom Lane2006-08-171-1/+2
* Allow include files to compile own their own.Bruce Momjian2006-07-131-2/+1
* Arrange to emit a description of the current XLOG record as error contextTom Lane2006-03-241-2/+3
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-7/+6
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-201-2/+2
* Clean up a number of autovacuum loose ends. Make the stats collectorTom Lane2005-07-291-1/+2
* Arrange for the postmaster (and standalone backends, initdb, etc) toTom Lane2005-07-041-2/+1
* Change WAL-logging scheme for multixacts to be more like regularTom Lane2005-06-081-2/+1
* Modify XLogInsert API to make callers specify whether pages to be backedTom Lane2005-06-061-11/+29
* Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.Tom Lane2005-06-061-2/+1
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-11/+19
* Add support for wal_fsync_writethrough for Darwin, and restructure theBruce Momjian2005-05-201-1/+8