summaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAgeFilesLines
* Background writer processJan Wieck2003-11-191-12/+31
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-161-3/+3
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-111-4/+4
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-111-4/+4
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-10/+15
* Error message editing in backend/storage.Tom Lane2003-07-241-13/+18
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-151-3/+13
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-181-5/+5
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-161-2/+3
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-311-134/+166
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-251-3/+12
* pgindent run.Bruce Momjian2002-09-041-21/+32
* Complete TODO item:Bruce Momjian2002-07-191-2/+2
* Complete TODO item:Bruce Momjian2002-07-181-8/+6
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-131-25/+155
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Katherine Ward wrote:Jan Wieck2002-06-111-35/+35
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-051-234/+62
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-021-3/+3
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-281-9/+16
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-081-2/+2
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-061-3/+6
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-37/+37
* Make inclusion logic for sys/sem.h and sys/ipc.h consistent across allTom Lane2001-10-011-13/+7
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-301-2/+2
* Do this TODO item:Bruce Momjian2001-09-291-2/+2
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-291-103/+167
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-211-39/+67
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-071-83/+59
* Fix code so that we recover cleanly if there are no free semaphoresTom Lane2001-09-041-41/+60
* Clean up the lock state properly when aborting because of early deadlockTom Lane2001-09-041-9/+27
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-061-1/+46
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-161-32/+20
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-251-2/+1
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-251-1/+2
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-221-68/+59
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-38/+48
* Special case in ProcSleep() wasn't sufficiently general: must check toTom Lane2001-01-261-21/+30
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-251-180/+111
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-3/+3
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-221-36/+35
* Oops, I had managed to break query-cancel-while-waiting-for-lock.Tom Lane2001-01-161-4/+13
* Rename fields of lock and lockholder structures to something a tad lessTom Lane2001-01-161-33/+37
* Restructure backend SIGINT/SIGTERM handling so that 'die' interruptsTom Lane2001-01-141-188/+198
* Add more critical-section calls: all code sections that hold spinlocksTom Lane2001-01-121-23/+6
* Disable query cancel during HandleDeadLock().Hiroshi Inoue2001-01-091-3/+7
* Revise lock manager to support "session level" locks as well as "transactionTom Lane2000-12-221-103/+139
* Ensure that 'errno' is saved and restored by all signal handlers thatTom Lane2000-12-181-4/+10