summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc
Commit message (Expand)AuthorAgeFilesLines
* btree page recycling can be done as soon as page's next-xact label isTom Lane2003-02-231-3/+6
* Fix various places where global s/NOTICE/WARNING/ was applied with tooTom Lane2003-01-071-6/+4
* Code review for superuser_reserved_connections patch. Don't try to doTom Lane2002-11-212-18/+19
* This patch fixes two typos in src/backend/storage/ipc/README.Bruce Momjian2002-09-201-3/+3
* pgindent run.Bruce Momjian2002-09-043-12/+14
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-022-4/+2
* This patch reserves the last superuser_reserved_connections slots forBruce Momjian2002-08-292-14/+43
* This patches replaces a few more usages of strcpy() and sprintf() whenBruce Momjian2002-08-271-7/+7
* Update copyright to 2002.Bruce Momjian2002-06-207-14/+14
* 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
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-054-812/+24
* Patch against 7.2.1 sources. Uses Solaris Intimate Shared MemoryBruce Momjian2002-04-131-3/+15
* Change made to elog:Bruce Momjian2002-03-063-10/+10
* Some kibitzing about appropriate elog levels for sinval messages.Tom Lane2002-03-022-6/+6
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-024-17/+12
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-281-6/+8
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-054-14/+14
* Remove ill-considered Assert.Tom Lane2001-11-051-4/+1
* Merge three existing ways of signaling postmaster from child processes,Tom Lane2001-11-044-13/+103
* Fix small problem Tom Lane found with pgindent run.Bruce Momjian2001-10-301-4/+2
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-282-5/+6
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-255-47/+43
* Further cleanup of dynahash.c API, in pursuit of portability andTom Lane2001-10-051-8/+8
* Revise shmget() and semget() failure messages to mention the possibilityTom Lane2001-10-011-19/+46
* Make inclusion logic for sys/sem.h and sys/ipc.h consistent across allTom Lane2001-10-011-7/+2
* Another round of cleanups for dynahash.c (maybe it's finally clean ofTom Lane2001-10-011-13/+11
* 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-295-101/+150
* Move s_lock.c and spin.c into lmgr subdirectory, which seems a muchTom Lane2001-09-272-400/+2
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-89/+1
* Bring references to ipcclean in sync with reality.Peter Eisentraut2001-09-041-4/+3
* 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-252-4/+7
* 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
* Install infrastructure for shared-memory free space map. Doesn't actuallyTom Lane2001-06-272-17/+26
* Clean up some longstanding problems in shared-cache invalidation.Tom Lane2001-06-192-46/+15
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-162-13/+15
* 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
* Small cleanup.Bruce Momjian2001-05-081-2/+1
* > 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-232-7/+9
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-56/+51
* pgindent run. Make it all clean.Bruce Momjian2001-03-227-115/+155
* Remove NEXTXID xlog record type to avoid three-way deadlock risk.Tom Lane2001-03-181-2/+2