summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/sinval.c
Commit message (Expand)AuthorAgeFilesLines
* Handle impending sinval queue overflow by means of a separate signalTom Lane2004-05-231-1/+230
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-011-5/+5
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-241-1/+7
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-5/+4
* Error message editing in backend/storage.Tom Lane2003-07-241-6/+10
* Up to now, SerializableSnapshot and QuerySnapshot are malloc'ed andBruce Momjian2003-06-121-8/+18
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-271-3/+3
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-231-3/+6
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-211-7/+6
* pgindent run.Bruce Momjian2002-09-041-9/+10
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-021-2/+1
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-291-1/+25
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-14/+14
* Mark index entries "killed" when they are no longer visible to anyTom Lane2002-05-241-8/+35
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-1/+4
* 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