summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/sinvaladt.c
Commit message (Expand)AuthorAgeFilesLines
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-3/+3
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-211-11/+13
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-291-13/+18
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-1/+2
* Some kibitzing about appropriate elog levels for sinval messages.Tom Lane2002-03-021-3/+3
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-4/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-5/+5
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-041-10/+8
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-4/+8
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-7/+3
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-161-7/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-4/+6
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Significant cleanups in SysV IPC handling (shared mem and semaphores).Tom Lane2000-11-281-76/+19
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-121-30/+35
* Mop up from caddr_t -> Datum conversion to make things extra type safePeter Eisentraut2000-10-021-4/+7
* Banish caddr_t (mostly), use Datum where appropriate.Peter Eisentraut2000-10-021-4/+4
* The heralded `Grand Unified Configuration scheme' (GUC)Peter Eisentraut2000-05-311-3/+3
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-3/+1
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-19/+27
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-3/+3
* Add:Bruce Momjian2000-01-261-2/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-9/+15
* Minor improvement in SI overflow logic: try to deleteTom Lane1999-09-091-4/+14
* I finally understood what sinvaladt.c is doing --- and itTom Lane1999-09-061-691/+230
* Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane1999-09-041-74/+68
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-2/+1
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-4/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-281-53/+35
* pgindent run over code.Bruce Momjian1999-05-251-4/+2
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-10/+4
* Allow maximum number of backends to be set at configure timeTom Lane1999-02-191-7/+7
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-3/+3
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-10/+12
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-33/+33
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-2/+18
* Inline function, rename libpq variablees, change lrel to lockrel.Bruce Momjian1998-07-131-2/+2
* Fix for hang after postmaster restart. Add new proc_exit andBruce Momjian1998-06-271-3/+3
* Add Assert().Bruce Momjian1998-06-181-1/+3
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-11/+1
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-36/+36
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-54/+54
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-530/+599
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3
* Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian1997-07-241-8/+1
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+3
* Clean up Makefile(s)Marc G. Fournier1996-11-031-2/+4
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+797