aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAge
* pgindent run for 9.0Bruce Momjian2010-02-26
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Change the autovacuum launcher to read pg_database directly, rather thanTom Lane2009-08-31
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Install a "dead man switch" to allow the postmaster to detect cases whereTom Lane2009-05-05
* Update copyright for 2009.Bruce Momjian2009-01-01
* Revert SIGUSR1 multiplexing patch, per Tom's objection.Heikki Linnakangas2008-12-09
* Provide support for multiplexing SIGUSR1 signal. The upcoming synchronousHeikki Linnakangas2008-12-09
* Remove the last vestiges of the MAKE_PTR/MAKE_OFFSET mechanism. We haven'tTom Lane2008-11-02
* Further tweak for comment in CheckDeadLock(), per Tom.Neil Conway2008-06-09
* Fix typo in comment.Neil Conway2008-06-09
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Allow an autovacuum worker to be interrupted automatically when it is foundAlvaro Herrera2007-10-26
* Rearrange vacuum-related bits in PGPROC as a bitmask, to better supportAlvaro Herrera2007-10-24
* Replace the former method of determining snapshot xmax --- to wit, callingTom Lane2007-09-08
* Implement lazy XID allocation: transactions that do not modify any databaseTom Lane2007-09-05
* Improve behavior of log_lock_waits patch. Ensure that something gets loggedTom Lane2007-08-28
* Add comments spelling out why it's a good idea to release multipleTom Lane2007-07-16
* Only log 'process acquired lock' if we actually did get the lock. ThisTom Lane2007-06-19
* Code review for log_lock_waits patch. Don't try to issue log messages fromTom Lane2007-06-19
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-16
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-03
* Cleanup the bootstrap code a little, and rename "dummy procs" in the codeAlvaro Herrera2007-03-07
* Add GUC log_lock_waits to log long wait times.Bruce Momjian2007-03-03
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-15
* Arrange for autovacuum to be killed when another operation wants to be aloneAlvaro Herrera2007-01-16
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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