]> granicus.if.org Git - postgresql/history - src/include/access/xlog.h
pgindent run for 8.3.
[postgresql] / src / include / access / xlog.h
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-26 Tom LaneMinor improvements in backup and recovery:
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-07-24 Tom LaneCreate a new dedicated Postgres process, "wal writer...
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-08-21 Tom LaneMake the server track an 'XID epoch', that is, maintain...
2006-08-17 Tom LaneImplement archive_timeout feature to force xlog file...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-08-20 Tom LaneConvert the arithmetic for shared memory size calculati...
2005-07-29 Tom LaneClean up a number of autovacuum loose ends. Make the...
2005-07-04 Tom LaneArrange for the postmaster (and standalone backends...
2005-06-08 Tom LaneChange WAL-logging scheme for multixacts to be more...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-06-02 Tom LaneChange CRCs in WAL records from 64bit to 32bit for...
2005-05-20 Bruce MomjianAdd support for wal_fsync_writethrough for Darwin,...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Tom LaneWiden xl_len field of XLogRecord header to 32 bits...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-07-21 Tom LaneInvent WAL timelines, as per recent discussion, to...
2004-07-19 Tom LaneXLOG file archiving and point-in-time recovery. There...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-05-29 Tom LaneSeparate out bgwriter code into a logically separate...
2004-05-27 Tom LaneGet rid of the former rather baroque mechanism for...
2004-02-11 Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-01-19 Tom LaneRepair problem identified by Olivier Prenant: ALTER...
2004-01-06 Neil ConwayMake the 'wal_debug' GUC variable a boolean (rather...
2003-12-12 Peter EisentrautThis patch properly sets the prototype for the on_shmem...
2003-11-29 PostgreSQL Daemonmake sure the $Id tags are converted to $PostgreSQL...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-02-22 Tom LaneMore infrastructure for btree compaction project. ...
2003-02-21 Tom LaneMake btree index structure adjustments and WAL logging...
2002-11-15 Bruce MomjianAdd checkpoint_warning to warn of excessive checkpoints...
2002-09-26 Tom LaneEnsure that before truncating CLOG, we force a checkpoi...
2002-09-26 Tom LaneFix problems with loss of tuple commit status bits...
2002-09-04 Bruce Momjianpgindent run.
2002-08-30 Bruce MomjianComplete TODO item:
2002-08-17 Bruce MomjianReverse out XLogDir/-X write-ahead log handling, per...
2002-08-06 Tom LaneRestructure local-buffer handling per recent pghackers...
2002-08-05 Thomas G. LockhartFix compilation problem with assert checking enabled...
2002-08-04 Thomas G. LockhartImplement WAL log location control using "-X" or PGXLOG.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-03-15 Tom LaneRepair two problems with WAL logging of sequence nextva...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-07-19 Tom LaneArrange to recycle old XLOG log segment files as new...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LaneRemove NEXTXID xlog record type to avoid three-way...
2001-03-16 Tom LaneSupport syncing WAL log to disk using either fsync...
2001-03-13 Tom LaneChange xlog page-header format to include StartUpID...
2001-03-13 Tom LaneXLOG (and related) changes:
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-01-14 Tom LaneRestructure backend SIGINT/SIGTERM handling so that...
2001-01-12 Tom LaneAdd more critical-section calls: all code sections...
2000-12-28 Vadim B. MikheevNew WAL version - CRC and data blocks backup.
2000-12-18 Tom LaneClean up backend-exit-time cleanup behavior. Use on_sh...
2000-12-03 Vadim B. MikheevDisable elog(ERROR|FATAL) in signal handlers in
2000-11-30 Vadim B. MikheevXLOG stuff for sequences.
2000-11-25 Tom LaneStore current LC_COLLATE and LC_CTYPE settings in pg_co...
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-10-28 Vadim B. MikheevWAL
2000-10-21 Vadim B. MikheevWAL
2000-10-20 Vadim B. Mikheevredo/undo support functions and cleanups.
2000-07-04 Vadim B. Mikheevmisc
2000-07-03 Vadim B. Mikheevheap' logging
2000-06-02 Vadim B. Mikheevheap' xlog records
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
1999-09-27 Vadim B. MikheevTransaction log manager core code.