]> granicus.if.org Git - postgresql/history - src/include/access/xlog.h
Invent WAL timelines, as per recent discussion, to make point-in-time
[postgresql] / src / include / access / xlog.h
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.