]> granicus.if.org Git - postgresql/history - src/backend/storage/ipc/sinvaladt.c
Code review for superuser_reserved_connections patch. Don't try to do
[postgresql] / src / backend / storage / ipc / sinvaladt.c
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