summaryrefslogtreecommitdiff
path: root/src/include/access/xlog.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Implement sharable row-level locks, and use them for foreign key referencesTom Lane2005-04-281-1/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Widen xl_len field of XLogRecord header to 32 bits, so that we'll haveTom Lane2004-08-291-4/+4
* Pgindent run for 8.0.Bruce Momjian2004-08-291-3/+3
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Tweak code so that pg_subtrans is never consulted for XIDs older thanTom Lane2004-08-221-6/+1
* Invent WAL timelines, as per recent discussion, to make point-in-timeTom Lane2004-07-211-105/+3
* XLOG file archiving and point-in-time recovery. There are still someTom Lane2004-07-191-1/+4
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-011-2/+2
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-291-2/+1
* Get rid of the former rather baroque mechanism for propagating the valuesTom Lane2004-05-271-4/+2
* Commit the reasonably uncontroversial parts of J.R. Nield's PITR patch, toTom Lane2004-02-111-5/+25
* Repair problem identified by Olivier Prenant: ALTER DATABASE SET search_pathTom Lane2004-01-191-4/+1
* Make the 'wal_debug' GUC variable a boolean (rather than an integer), andNeil Conway2004-01-061-2/+4
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-121-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-2/+2
* More infrastructure for btree compaction project. Tree-traversal codeTom Lane2003-02-221-7/+8
* Make btree index structure adjustments and WAL logging changes needed toTom Lane2003-02-211-2/+4
* Add checkpoint_warning to warn of excessive checkpoints caused by tooBruce Momjian2002-11-151-1/+2
* Ensure that before truncating CLOG, we force a checkpoint even if noTom Lane2002-09-261-2/+2
* Fix problems with loss of tuple commit status bits during WAL redo ofTom Lane2002-09-261-2/+2
* pgindent run.Bruce Momjian2002-09-041-2/+2
* Complete TODO item:Bruce Momjian2002-08-301-2/+1
* Reverse out XLogDir/-X write-ahead log handling, per discussion.Bruce Momjian2002-08-171-5/+1
* Restructure local-buffer handling per recent pghackers discussion.Tom Lane2002-08-061-1/+2
* Fix compilation problem with assert checking enabled for recent xlogThomas G. Lockhart2002-08-051-2/+2
* Implement WAL log location control using "-X" or PGXLOG.Thomas G. Lockhart2002-08-041-1/+5
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Merge the last few variable.c configuration variables into the genericTom Lane2002-05-171-3/+3
* Repair two problems with WAL logging of sequence nextvalI() ops, asTom Lane2002-03-151-3/+6
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2