aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAge
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Continued rearrangement to permit pgstat + BootstrapMain processes to beBruce Momjian2003-12-25
* The recent DUMMY_PROCS patch broke accounting for the number of semaphoresTom Lane2003-12-21
* This patch is the next step towards (re)allowing fork/exec.Bruce Momjian2003-12-20
* This patch properly sets the prototype for the on_shmem_exit andPeter Eisentraut2003-12-12
* Try to reduce confusion about what is a lock method identifier, a lockBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Background writer processJan Wieck2003-11-19
* Ensure that all places that are complaining about exhaustion of sharedTom Lane2003-10-16
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Error message editing in backend/storage.Tom Lane2003-07-24
* Allow Win32 to compile under MinGW. Major changes are:Bruce Momjian2003-05-15
* Rename 'holder' references to 'proclock' for PROCLOCK references, forBruce Momjian2003-02-18
* Add code to print information about a detected deadlock cycle. TheTom Lane2003-01-16
* Code review for statement_timeout patch. Fix some race conditionsTom Lane2002-10-31
* Remove ShutdownBufferPoolAccess exit callback, and do the work inTom Lane2002-09-25
* pgindent run.Bruce Momjian2002-09-04
* Complete TODO item:Bruce Momjian2002-07-19
* Complete TODO item:Bruce Momjian2002-07-18
* Add SET statement_timeout capability. Timeout is in ms. A value ofBruce Momjian2002-07-13
* Update copyright to 2002.Bruce Momjian2002-06-20
* Katherine Ward wrote:Jan Wieck2002-06-11
* Create an internal semaphore API that is not tied to SysV semaphores.Tom Lane2002-05-05
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* Ensure that all direct uses of spinlock-protected data structures useTom Lane2001-12-28
* Fix indenting for 'extern "C"' cases.Bruce Momjian2001-11-08
* The extra semaphore that proc.c now allocates for checkpoint processesTom Lane2001-11-06
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-28
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Make inclusion logic for sys/sem.h and sys/ipc.h consistent across allTom Lane2001-10-01
* Back out change. Too many place to change too close to beta:Bruce Momjian2001-09-30
* Do this TODO item:Bruce Momjian2001-09-29
* Implement new 'lightweight lock manager' that's intermediate betweenTom Lane2001-09-29
* Add an overall timeout on the client authentication cycle, so thatTom Lane2001-09-21
* Get rid of PID entries in shmem hash table; there is no longer any needTom Lane2001-09-07
* Fix code so that we recover cleanly if there are no free semaphoresTom Lane2001-09-04
* Clean up the lock state properly when aborting because of early deadlockTom Lane2001-09-04
* Implement LockBufferForCleanup(), which will allow concurrent VACUUMTom Lane2001-07-06
* Tweak startup sequence so that running out of PROC array slots isTom Lane2001-06-16
* Oops, only wanted python change in the last commit. Backing out.Bruce Momjian2001-05-25
* While changing Cygwin Python to build its core as a DLL (like Win32Bruce Momjian2001-05-25
* Remove dashes in comments that don't need them, rewrap with pgindent.Bruce Momjian2001-03-22
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Special case in ProcSleep() wasn't sufficiently general: must check toTom Lane2001-01-26
* Re-implement deadlock detection and resolution, per design notes postedTom Lane2001-01-25
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Clean up lockmanager data structures some more, in preparation for plannedTom Lane2001-01-22