]> granicus.if.org Git - postgresql/history - src/backend/access/transam/transam.c
pgindent run for 8.3.
[postgresql] / src / backend / access / transam / transam.c
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-02-20 Tom LaneRemove some no-longer-needed kluges for bootstrapping...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRecentXmin is too recent to use as the cutoff point...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-28 Tom LaneAdd missing Assert to make TransactionIdDidAbort more...
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-25 Tom LaneReplace implementation of pg_log as a relation accessed...
2001-08-23 Tom LaneEnsure that all TransactionId comparisons are encapsula...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-05-14 Bruce MomjianRemove unused tables pg_variable, pg_inheritproc, pg_ip...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
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-13 Tom LaneXLOG (and related) changes:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-21 Peter EisentrautPut external declarations into header files.
2000-11-03 Vadim B. Mikheevpg_variable is not used in WAL version now.
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-08 Tom LaneFix nbtree's failure to clear BTScans list during xact...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-10 Vadim B. Mikheev1. Fix for elog(ERROR, "EvalPlanQual: t_xmin is uncommi...
1999-05-25 Bruce Momjianpgindent run over code.
1999-03-30 Bruce MomjianSmall cleanups.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1998-12-16 Vadim B. MikheevSerialized mode works!
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-11-02 Vadim B. MikheevGood Bye, Time Travel!
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1996-11-27 Vadim B. MikheevTransactionIdIsInProgress is commented out
1996-11-27 Vadim B. MikheevTransactionIdIsInProgress moved to shmem.c
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-05 Marc G. FournierThere, that cleans *that* out
1996-11-03 Marc G. FournierMore include file cleanups
1996-10-21 Marc G. Fournier-Wall'd
1996-08-27 Marc G. FournierRemove all traces of machine.h and redundant calls...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01