summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/sinval.c
Commit message (Expand)AuthorAgeFilesLines
* 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-3/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-23/+25
* Whoops, I was a tad too enthusiastic about using shared lock mode forTom Lane2001-09-291-8/+13
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-27/+38
* Transaction IDs wrap around, per my proposal of 13-Aug-01. MoreTom Lane2001-08-261-15/+27
* Replace implementation of pg_log as a relation accessed through theTom Lane2001-08-251-2/+2
* Ensure that all TransactionId comparisons are encapsulated in macrosTom Lane2001-08-231-6/+6
* Improve documentation about reasoning behind the order of operationsTom Lane2001-07-161-12/+48
* Create a new HeapTupleSatisfiesVacuum() routine in tqual.c that embodies theTom Lane2001-07-121-27/+31
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-2/+29
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-191-39/+12
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-161-6/+8
* Guard against malloc failure. Also, don't examine segP->lastBackendTom Lane2001-06-011-4/+13
* Small code cleanups,formatting.Bruce Momjian2001-05-181-2/+2
* > Occasionally and without warning I get this from my daily vacuumBruce Momjian2001-05-071-3/+3
* Fix comments that were mis-wrapped, for Tom Lane.Bruce Momjian2001-03-231-5/+7
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+3
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-2/+2
* Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occurTom Lane2001-02-261-6/+47
* 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-36/+7
* Keep track of the last active slot in the shared ProcState array, soTom Lane2000-11-121-9/+15
* New CHECKPOINT command.Vadim B. Mikheev2000-11-051-1/+38
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-29/+32
* Add:Bruce Momjian2000-01-261-2/+3
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-1/+201
* I finally understood what sinvaladt.c is doing --- and itTom Lane1999-09-061-44/+15
* Modify sinval so that InvalidateSharedInvalid() does not holdTom Lane1999-09-041-15/+42
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-2/+1
* Repair performance problem in SI segment manipulations: iteratingTom Lane1999-05-281-6/+7
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-2/+3
* From: Massimo Dal Zotto <dz@cs.unitn.it>Marc G. Fournier1998-08-251-3/+2
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-9/+1
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-7/+7
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-108/+114
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-2/+2
* Change the way ipc.h is included because sys/ipc.h on Ultrix is broken.Bryan Henderson1997-01-081-2/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-2/+2
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-061-1/+2
* Clean up Makefile(s)Marc G. Fournier1996-11-031-2/+2
* Added needed include file.Bruce Momjian1996-10-311-1/+3
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+169