aboutsummaryrefslogtreecommitdiff
path: root/src/include/storage/proc.h
Commit message (Expand)AuthorAge
* 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
* Introduce timeout handling frameworkAlvaro Herrera2012-07-16
* Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera2012-06-25
* 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
* Add missing parenthesis in comment.Robert Haas2012-05-02
* Tighten up error recovery for fast-path locking.Robert Haas2012-04-18
* Make group commit more effective.Heikki Linnakangas2012-01-30
* Fix typo in comment.Tom Lane2012-01-29
* Make bgwriter sleep longer when it has no work to do, to save electricity.Heikki Linnakangas2012-01-26
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Split work of bgwriter between 2 processes: bgwriter and checkpointer.Simon Riggs2011-11-01
* Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.Tom Lane2011-09-09
* Remove unnecessary and circular #include.Tom Lane2011-09-03
* Change the autovacuum launcher to use WaitLatch instead of a poll loop.Tom Lane2011-08-10
* Create VXID locks "lazily" in the main lock table.Robert Haas2011-08-04
* Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.Tom Lane2011-08-02
* Create a "fast path" for acquiring weak relation locks.Robert Haas2011-07-18
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* More synchronous replication typo fixes.Robert Haas2011-03-10
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-06
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0, second runBruce Momjian2010-07-06
* HS Defer buffer pin deadlock check until deadlock_timeout has expired.Simon Riggs2010-05-26
* pgindent run for 9.0Bruce Momjian2010-02-26
* Re-enable max_standby_delay = -1 using deadlock detection on startupSimon Riggs2010-02-13
* 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
* Change the signaling of end-of-recovery. Startup process now indicates endHeikki Linnakangas2009-02-23
* Increase NUM_AUXILIARY_PROCS, now that the startup process can co-existHeikki Linnakangas2009-02-19
* 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
* Revert addition of pg_terminate_backend() because of race conditions.Bruce Momjian2008-04-15
* Add pg_terminate_backend() to allow terminating only a single session.Bruce Momjian2008-04-15
* Change StatementCancelHandler() to check the DoingCommandRead flag to decideTom Lane2008-01-26
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01