]> granicus.if.org Git - postgresql/history - src/backend/utils/time
Improve the recently-added support for properly pluralized error messages
[postgresql] / src / backend / utils / time /
2009-03-09 Bruce MomjianAdd summarization comment about visibility functions.
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-04 Alvaro HerreraFix a couple of snapshot management bugs in the new...
2008-11-25 Alvaro HerreraUse ResourceOwners in the snapshot manager, instead...
2008-10-27 Alvaro HerreraDowngrade can't-happen error reports to elog().
2008-09-11 Alvaro HerreraInitialize the minimum frozen Xid in vac_update_datfroz...
2008-09-01 Heikki LinnakangasHeapTupleHeaderAdjustCmax made the incorrect assumption...
2008-07-11 Alvaro HerreraMake sure we only try to free snapshots that have been...
2008-07-11 Neil ConwayFix a few typos in comments in snapmgr.c, and sort...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-02-19 Peter EisentrautRefactor backend makefiles to remove lots of duplicate...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-21 Tom LaneChange tqual.c tests to use !TransactionIdIsCurrentTran...
2007-09-08 Tom LaneReplace the former method of determining snapshot xmax...
2007-08-14 Tom LaneFix oversight in async-commit patch: there were some...
2007-08-01 Tom LaneSupport an optional asynchronous commit mode, in which...
2007-03-25 Tom LaneClean up the representation of special snapshots by...
2007-02-09 Tom LaneCombine cmin and cmax fields of HeapTupleHeaders into...
2007-01-20 Peter EisentrautRemove remains of old depend target.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-17 Tom LaneRepair two related errors in heap_lock_tuple: it was...
2006-11-05 Tom LaneFix recently-understood problems with handling of XID...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-09-15 Tom LaneImprove confusing comment for HeapTupleSatisfiesNow...
2006-09-03 Tom LaneArrange for GetSnapshotData to copy live-subtransaction...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-13 Bruce MomjianAllow include files to compile own their own.
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-08-20 Tom LaneRepair problems with VACUUM destroying t_ctid chains...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-05-07 Tom LaneAdjust time qual checking code so that we always check...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-03-20 Neil ConwayChange the return value of HeapTupleSatisfiesUpdate...
2005-02-20 Bruce MomjianRename macro to MAKE_EXPIRED_TUPLES_VISIBLE.
2005-02-20 Bruce MomjianFix MAKE_ALL_TUPLES_VISIBLE define.
2005-02-20 Bruce MomjianMove define MAKE_ALL_TUPLES_VISIBLE to a more logical...
2005-02-20 Bruce MomjianI have added a define, MAKE_ALL_TUPLES_VISIBLE, to...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-15 Tom LaneRepair possible failure to update hint bits back to...
2004-09-16 Tom LaneRecentXmin is too recent to use as the cutoff point...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
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-28 Tom LaneFix subtransaction behavior for large objects, temp...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-06 Peter EisentrautImplement isolation levels read uncommitted and repeata...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-25 Tom LaneGet rid of ReferentialIntegritySnapshotOverride by...
2003-09-22 Tom LaneHeapTupleSatisfiesVacuum() needs to be more careful...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-25 Tom LaneError message editing in backend/utils (except /adt).
2003-06-25 Bruce Momjian>> If a transaction marks a tuple for update and later...
2003-06-12 Bruce MomjianUp to now, SerializableSnapshot and QuerySnapshot are...
2003-02-23 Tom Lanebtree page recycling can be done as soon as page's...
2002-10-08 Tom LaneMove responsibility for setting QuerySnapshot for utili...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-07-30 Bruce MomjianThis patch fixes one serious bug (runaway INSERT) and...
2002-07-20 Bruce MomjianThis patch fixes a regression caused by my recent chang...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-15 Bruce MomjianThis patch wraps all accesses to t_xmin, t_cmin, t_xmax...
2002-05-25 Tom LaneRemove AMI_OVERRIDE tests from tqual.c routines; they...
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneSince COPY fires triggers, it seems like a good idea...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-06 Tom LaneReorder snapshot checks to save a couple comparisons...
2002-01-16 Tom LaneFix misstatements added by Bruce.
2002-01-16 Bruce MomjianAdd more comments to tqual.c for visibility functions.
2002-01-16 Tom LaneTOAST needs to do at least minimal time-qual checking...
2002-01-11 Tom LaneVACUUM must make sure that a HEAP_MARKED_FOR_UPDATE...
2001-12-19 Tom LaneMake sure that all variants of HeapTupleSatisfies will...
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-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-16 Tom LaneImprove documentation about reasoning behind the order...
2001-07-12 Tom LaneCreate a new HeapTupleSatisfiesVacuum() routine in...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-08-31 Peter EisentrautFix relative path references so that make knowns which...
2000-07-03 Hiroshi InoueAdd a check of HEAP_MARKED_FOR_UPDATE in HeapTupleSatis...
2000-05-29 Tom LaneGenerated header files parse.h and fmgroids.h are now...
2000-01-26 Bruce MomjianAdd:
2000-01-17 Tom Lanesetheapoverride() is history. Uses replaced with Comma...
1999-12-13 Bruce MomjianNew LDOUT makefile variable for QNX os.
1999-12-10 Jan WieckAdded global variable to have RI triggers override
1999-12-09 Bruce MomjianMake LD -r as macros that can be changed for QNX.
1999-10-06 Vadim B. MikheevXLOG (also known as WAL -:)) Bootstrap/Startup/Shutdown.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
next