]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc/sinval.c
Move ProcState definition into sinvaladt.c from sinvaladt.h, since it's not
[postgresql] / src / backend / storage / ipc / sinval.c
2008-03-17 Alvaro HerreraMove ProcState definition into sinvaladt.c from sinvala...
2008-03-16 Alvaro HerreraModify interactions between sinval.c and sinvaladt...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
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 LaneConvert the arithmetic for shared memory size calculati...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-09-16 Tom LaneRecentXmin is too recent to use as the cutoff point...
2004-09-06 Tom LaneFix a number of places where brittle data structures...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-23 Tom LaneRearrange pg_subtrans handling as per recent discussion...
2004-08-22 Tom LaneTweak code so that pg_subtrans is never consulted for...
2004-08-15 Tom LaneXmin calculations should consider only top transaction...
2004-08-01 Tom LaneSome mop-up work for savepoints (nested transactions...
2004-07-01 Tom LaneFix seriously nasty memory leak in new TransactionIdIsI...
2004-07-01 Tom LaneNested transactions. There is still much left to do...
2004-06-02 Bruce MomjianPer previous discussions, here are two functions to...
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-01 Tom LaneRepair RI trigger visibility problems (this time for...
2003-09-24 Tom LaneRepair some REINDEX problems per recent discussions...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-06-12 Bruce MomjianUp to now, SerializableSnapshot and QuerySnapshot are...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-02-23 Tom Lanebtree page recycling can be done as soon as page's...
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-09-04 Bruce Momjianpgindent run.
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-11 Jan WieckKatherine Ward wrote:
2002-05-24 Tom LaneMark index entries "killed" when they are no longer...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-03-02 Tom LaneSome kibitzing about appropriate elog levels for sinval...
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-29 Tom LaneWhoops, I was a tad too enthusiastic about using shared...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
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-07-06 Tom LaneImplement LockBufferForCleanup(), which will allow...
2001-06-19 Tom LaneClean up some longstanding problems in shared-cache...
2001-06-16 Tom LaneTweak startup sequence so that running out of PROC...
2001-06-01 Tom LaneGuard against malloc failure. Also, don't examine...
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-05-07 Bruce Momjian> Occasionally and without warning I get this from...
2001-03-23 Bruce MomjianFix comments that were mis-wrapped, for Tom Lane.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-18 Tom LaneRemove NEXTXID xlog record type to avoid three-way...
2001-02-26 Tom LaneImplement COMMIT_SIBLINGS parameter to allow pre-commit...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-28 Tom LaneSignificant cleanups in SysV IPC handling (shared mem...
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-05 Vadim B. MikheevNew CHECKPOINT command.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-06 Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-09-04 Tom LaneModify sinval so that InvalidateSharedInvalid() does...
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-28 Tom LaneRepair performance problem in SI segment manipulations...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
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-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-01-08 Bryan HendersonChange the way ipc.h is included because sys/ipc.h...
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-10-31 Bruce MomjianAdded needed include file.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01