OSDN Git Service

Revert "Add the definition of replication modes."
[pg-rex/syncrep.git] / src / include / access / xlog.h
2010-11-22 MasaoFujiiRevert "Add the definition of replication modes."
2010-11-22 MasaoFujiiMerge branch 'pgrex90-base' into pgrex90
2010-11-22 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-12 MasaoFujiiAdd the definition of replication modes.
2010-11-12 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-11-10 MasaoFujiiMerge branch 'REL9_0_STABLE' into pgrex90-base
2010-10-07 MasaoFujiiUse a latch to make startup process wake up and replay...
2010-08-12 Robert HaasCorrect sundry errors in Hot Standby-related comments.
2010-08-01 Tom LaneBack-patch fix for renaming asyncCommitLSN to asyncXactLSN.
2010-07-03 Tom LaneReplace max_standby_delay with two parameters, max_stan...
2010-06-17 Tom LaneDon't allow walsender to send WAL data until it's been...
2010-06-10 Heikki LinnakangasMake TriggerFile variable static. It's not used outside...
2010-04-29 Tom LaneRename the parameter recovery_connections to hot_standb...
2010-04-28 Heikki LinnakangasIntroduce wal_level GUC to explicitly control if inform...
2010-04-20 Robert HaasRename standby_keep_segments to wal_keep_segments.
2010-04-18 Simon RiggsRemove some additional changes in previous commit that...
2010-04-18 Simon RiggsTune GetSnapshotData() during Hot Standby by avoiding...
2010-04-12 Heikki LinnakangasChange the logic to decide when to delete old WAL segme...
2010-04-01 Robert HaasRefer to max_wal_senders in a more consistent fashion.
2010-03-19 Simon RiggsAdjust comment in .history file to match recovery targe...
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-02-08 Tom LaneRemove old-style VACUUM FULL (which was known for a...
2010-02-01 Simon RiggsRevoke augmentation of WAL records for btree delete...
2010-01-29 Simon RiggsAugment WAL records for btree delete with GetOldestXmin...
2010-01-28 Heikki LinnakangasChange a few remaining calls of XLogArchivingActive...
2010-01-20 Heikki LinnakangasWrite a WAL record whenever we perform an operation...
2010-01-16 Tom LanePGDLLIMPORT-ize the remaining variables needed by walre...
2010-01-15 Heikki LinnakangasIntroduce Streaming Replication.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-06-26 Tom LaneCleanup and code review for the patch that made bgwrite...
2009-06-25 Heikki LinnakangasFix some serious bugs in archive recovery, now that...
2009-02-18 Heikki LinnakangasStart background writer during archive recovery. Backgr...
2009-01-20 Heikki LinnakangasAdd a new option to RestoreBkpBlocks() to indicate...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-05-12 Magnus HaganderConvert wal_sync_method to guc enum.
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
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...
next