]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc/sinvaladt.c
Run pgindent on 9.2 source tree in preparation for first 9.3
[postgresql] / src / backend / storage / ipc / sinvaladt.c
2012-06-10 Bruce MomjianRun pgindent on 9.2 source tree in preparation for...
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-08-04 Robert HaasCreate VXID locks "lazily" in the main lock table.
2011-08-01 Robert HaasMinor stylistic corrections.
2011-07-29 Robert HaasReduce sinval synchronization overhead.
2011-06-18 Peter EisentrautCapitalization fixes
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-02-26 Bruce Momjianpgindent run for 9.0
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-12-19 Simon RiggsAllow read only connections during recovery, known...
2009-07-31 Tom LaneCreate a multiplexing structure for signals to Postgres...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-09 Heikki LinnakangasRevert SIGUSR1 multiplexing patch, per Tom's objection.
2008-12-09 Heikki LinnakangasProvide support for multiplexing SIGUSR1 signal. The...
2008-07-18 Tom LaneFix a race condition that I introduced into sinvaladt...
2008-07-01 Tom LaneTeach autovacuum how to determine whether a temp table...
2008-06-20 Tom LaneSeems I was too optimistic in supposing that sinval...
2008-06-19 Tom LaneRewrite the sinval messaging mechanism to reduce conten...
2008-06-17 Tom LaneRemove freeBackends counter from the sinval shared...
2008-03-18 Alvaro HerreraMove elog(DEBUG4) call outside the locked area, per...
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-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-05 Tom LaneImplement lazy XID allocation: transactions that do...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
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-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-23 Tom LaneHandle impending sinval queue overflow by means of...
2003-12-20 Bruce MomjianThis patch is the next step towards (re)allowing fork...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-24 Tom LaneError message editing in backend/storage.
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2002-11-21 Tom LaneCode review for superuser_reserved_connections patch...
2002-08-29 Bruce MomjianThis patch reserves the last superuser_reserved_connect...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-05 Tom LaneCreate an internal semaphore API that is not tied to...
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-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-11-04 Tom LaneMerge three existing ways of signaling postmaster from...
2001-09-29 Tom LaneImplement new 'lightweight lock manager' that's interme...
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-03-22 Bruce Momjianpgindent run. Make it all clean.
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-10-02 Peter EisentrautMop up from caddr_t -> Datum conversion to make things...
2000-10-02 Peter EisentrautBanish caddr_t (mostly), use Datum where appropriate.
2000-05-31 Peter EisentrautThe heralded `Grand Unified Configuration scheme' ...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-01-26 Bruce MomjianAdd:
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-09 Tom LaneMinor improvement in SI overflow logic: try to delete
1999-09-06 Tom LaneI finally understood what sinvaladt.c is doing ---...
1999-09-04 Tom LaneModify sinval so that InvalidateSharedInvalid() does...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-28 Tom LaneRepair performance problem in SI segment manipulations...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-19 Tom LaneAllow maximum number of backends to be set at configure...
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-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-25 Marc G. FournierFrom: Massimo Dal Zotto <dz@cs.unitn.it>
1998-07-13 Bruce MomjianInline function, rename libpq variablees, change lrel...
1998-06-27 Bruce MomjianFix for hang after postmaster restart. Add new proc_ex...
1998-06-18 Bruce MomjianAdd Assert().
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
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-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierClean up Makefile(s)
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01