aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/lmgr/proc.c
Commit message (Expand)AuthorAge
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-30
* Don't allow to disable backend assertions via the debug_assertions GUC.Andres Freund2014-06-20
* pgindent run for 9.4Bruce Momjian2014-05-06
* Show PIDs of lock holders and waiters in log_lock_waits log message.Fujii Masao2014-03-13
* Introduce logical decoding.Robert Haas2014-03-03
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Introduce replication slots.Robert Haas2014-01-31
* Clear MyProc and MyProcSignalState before they become invalid.Robert Haas2014-01-31
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-27
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix assorted race conditions in the new timeout infrastructure.Tom Lane2013-11-29
* Remove `proc` argument from LockCheckConflictsAlvaro Herrera2013-09-16
* Add new GUC, max_worker_processes, limiting number of bgworkers.Robert Haas2013-07-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Add lock_timeout configuration parameter.Tom Lane2013-03-16
* Update copyrights for 2013Bruce Momjian2013-01-01
* Background worker processesAlvaro Herrera2012-12-06
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Correctly init fast path fields on PGPROCSimon Riggs2012-11-29
* Split up process latch initialization for more-fail-soft behavior.Tom Lane2012-10-14
* Add missing period to detail message.Robert Haas2012-08-30
* Log a better message when canceling autovacuum.Robert Haas2012-07-26
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Replace XLogRecPtr struct with a 64-bit integer.Heikki Linnakangas2012-06-24
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Improve control logic for bgwriter hibernation mode.Tom Lane2012-05-09
* Reduce idle power consumption of walwriter and checkpointer processes.Tom Lane2012-05-08
* Overdue code review for transaction-level advisory locks patch.Tom Lane2012-05-04
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Initialize the new bgwriterLatch field properly.Heikki Linnakangas2012-01-27
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Initialize myProcLocks queues just once, at postmaster startup.Robert Haas2011-11-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Documentation improvement and minor code cleanups for the latch facility.Tom Lane2011-08-09
* Move CheckRecoveryConflictDeadlock() call to a safer place.Tom Lane2011-08-02
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-02
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* Unify spelling of "canceled", "canceling", "cancellation"Peter Eisentraut2011-06-29
* Capitalization fixesPeter Eisentraut2011-06-19
* Fix minor thinko in ProcGlobalShmemSize().Robert Haas2011-06-17
* Code cleanup for InitProcGlobal.Robert Haas2011-06-12
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Add transaction-level advisory locks.Itagaki Takahiro2011-02-18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20