aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAge
* On systems that have setsid(2) (which should be just about everything exceptTom Lane2006-11-21
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Modify snapshot definition so that lazy vacuums are ignored by otherAlvaro Herrera2006-07-30
* Convert the lock manager to use the new dynahash.c support for partitionedTom Lane2006-07-23
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Remove redundant gettimeofday() calls to the extent practical withoutTom Lane2006-06-20
* Repair a low-probability race condition identified by Qingqing Zhou.Tom Lane2006-04-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Remove BEOS port.Bruce Momjian2006-01-05
* Rearrange backend startup sequence so that ShmemIndexLock can becomeTom Lane2006-01-04
* Divide the lock manager's shared state into 'partitions', so as toTom Lane2005-12-11
* Simplify lock manager data structures by making a clear separation betweenTom Lane2005-12-09
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Remove an antiquated comment.Neil Conway2005-10-13
* Add infrastructure for making spins_per_delay variable depending onTom Lane2005-10-11
* Print proper cause of statement cancel, user interaction or timeout.Bruce Momjian2005-09-19
* Convert the arithmetic for shared memory size calculation from 'int'Tom Lane2005-08-20
* Cause ShutdownPostgres to do a normal transaction abort during backendTom Lane2005-08-08
* Add per-user and per-database connection limit options.Tom Lane2005-07-31
* Two-phase commit. Original patch by Heikki Linnakangas, with additionalTom Lane2005-06-17
* Simplify shared-memory lock data structures as per recent discussion:Tom Lane2005-06-14
* Split the shared-memory array of PGPROC pointers out of the sinvalTom Lane2005-05-19
* Remove an unused variable "waitingForSignal". From Qingqing Zhou.Neil Conway2005-04-15
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Give the ResourceOwner mechanism full responsibility for releasing bufferTom Lane2004-10-16
* Minor adjustments to improve the accuracy of our computation of requiredTom Lane2004-09-29
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Introduce local hash table for lock state, as per recent proposal.Tom Lane2004-08-27
* Invent ResourceOwner mechanism as per my recent proposal, and use it toTom Lane2004-07-17
* Nested transactions. There is still much left to do, especially on theTom Lane2004-07-01
* Separate out bgwriter code into a logically separate module, ratherTom Lane2004-05-29
* Here is a patch that implements setitimer() on win32. With this patchBruce Momjian2004-02-18
* Win32 signals cleanup. Patch by Magnus Hagander, with input from ClaudioNeil Conway2004-02-08
* Here's the latest win32 signals code, this time in the form of a patchBruce Momjian2004-01-27
* 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