summaryrefslogtreecommitdiff
path: root/src/include/storage/lwlock.h
Commit message (Expand)AuthorAgeFilesLines
* Fix misc typos.Heikki Linnakangas2015-09-051-2/+2
* Don't include low level locking code from frontend code.Andres Freund2015-08-071-0/+4
* Fix issues around the "variable" support in the lwlock infrastructure.Andres Freund2015-08-021-1/+1
* Introduce replication progress tracking infrastructure.Andres Freund2015-04-291-1/+2
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Improve LWLock scalability.Andres Freund2014-12-251-9/+15
* Convert the PGPROC->lwWaitLink list into a dlist instead of open coding it.Andres Freund2014-12-251-3/+2
* Keep track of transaction commit timestampsAlvaro Herrera2014-12-031-1/+4
* Add variable names to two LWLock C prototypesBruce Momjian2014-10-271-2/+2
* Increase the number of buffer mapping partitions to 128.Robert Haas2014-10-021-1/+1
* Change locking regimen around buffer replacement.Robert Haas2014-09-251-1/+1
* Fix and enhance the assertion of no palloc's in a critical section.Heikki Linnakangas2014-06-301-0/+1
* Fix calculation of PREDICATELOCK_MANAGER_LWLOCK_OFFSET.Kevin Grittner2014-06-191-1/+1
* pgindent run for 9.4Bruce Momjian2014-05-061-4/+4
* Replace the XLogInsert slots with regular LWLocks.Heikki Linnakangas2014-03-211-1/+5
* PGDLLIMPORT-ify MainLWLockArray, ProcDiePending, proc_exit_inprogress.Tom Lane2014-02-161-1/+1
* Introduce replication slots.Robert Haas2014-01-311-1/+3
* Relax the requirement that all lwlocks be stored in a single array.Robert Haas2014-01-271-71/+159
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Add ALTER SYSTEM command to edit the server configuration file.Tatsuo Ishii2013-12-181-0/+1
* Allow dynamic allocation of shared memory segments.Robert Haas2013-10-091-0/+1
* Allow background workers to be started dynamically.Robert Haas2013-07-161-0/+1
* Improve scalability of WAL insertions.Heikki Linnakangas2013-07-081-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-3/+3
* Rename BgWriterCommLock to CheckpointerCommLockSimon Riggs2012-05-091-1/+1
* Rename LWLockWaitUntilFree to LWLockAcquireOrWait.Heikki Linnakangas2012-02-081-1/+1
* Make group commit more effective.Heikki Linnakangas2012-01-301-1/+5
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-061-0/+1
* Fix bugs in Serializable Snapshot Isolation.Heikki Linnakangas2011-03-011-1/+0
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-081-1/+11
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-3/+3
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-161-1/+3
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-071-1/+2
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Remove the placeholder LWLockId in place of the removed FreeSpaceLock.Heikki Linnakangas2009-03-031-5/+4
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Rewrite the FSM. Instead of relying on a fixed-size shared memory segment, theHeikki Linnakangas2008-09-301-2/+6
* Rewrite the sinval messaging mechanism to reduce contention and avoidTom Lane2008-06-191-2/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Arrange for large sequential scans to synchronize with each other, so thatTom Lane2007-06-081-1/+2
* Add a multi-worker capability to autovacuum. This allows multiple workerAlvaro Herrera2007-04-161-1/+2
* Remove the CheckpointStartLock in favor of having backends show whether theyTom Lane2007-04-031-2/+1
* Restructure autovacuum in two processes: a dummy process, which runsAlvaro Herrera2007-02-151-1/+3
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Redesign the patch for allocation of shmem space and LWLocks for add-onTom Lane2006-10-151-2/+3
* Add support for loadable modules to allocated shared memory andBruce Momjian2006-08-011-1/+3