aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* Copyedit comments and documentation.Noah Misch2016-04-01
* Fix typos.Robert Haas2016-03-15
* Create a function to reliably identify which sessions block which others.Tom Lane2016-02-22
* Rename PGPROC fields related to group XID clearing again.Robert Haas2016-02-11
* Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas2016-01-29
* Correct comment in GetConflictingVirtualXIDs()Simon Riggs2016-01-24
* Update copyright for 2016Bruce Momjian2016-01-02
* Remove volatile qualifiers from proc.c and procarray.cRobert Haas2015-10-16
* Assorted code review for recent ProcArrayLock patch.Robert Haas2015-09-03
* Reduce ProcArrayLock contention by removing backends in batches.Robert Haas2015-08-06
* pgindent run for 9.5Bruce Momjian2015-05-23
* Fix more typos in comments.Heikki Linnakangas2015-05-20
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20
* Skip dead backends in MinimumActiveBackendsStephen Frost2015-01-12
* Update copyright for 2015Bruce Momjian2015-01-06
* Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas2014-11-06
* Fix misc typos in comments.Heikki Linnakangas2014-05-23
* pgindent run for 9.4Bruce Momjian2014-05-06
* Fix some typos introduced by the logical decoding patch.Robert Haas2014-03-05
* Introduce logical decoding.Robert Haas2014-03-03
* Another round of Coverity fixesStephen Frost2014-03-03
* Introduce replication slots.Robert Haas2014-01-31
* Update copyright for 2014Bruce Momjian2014-01-07
* Fix more instances of "the the" in comments.Heikki Linnakangas2013-12-13
* Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas2013-11-22
* Ensure no xid gaps during Hot Standby startupSimon Riggs2013-06-23
* Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch2013-06-12
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Update copyrights for 2013Bruce Momjian2013-01-01
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-02
* Clarify docs on hot standby lock releaseSimon Riggs2012-11-13
* Add C comment that IsBackendPid() is called by external modules, so weBruce Momjian2012-10-01
* Improve C comments in GetSnapshotData.Robert Haas2012-08-21
* 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
* Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs2012-06-08
* Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas2012-05-14
* Lots of doc corrections.Robert Haas2012-04-23
* Add locking around WAL-replay modification of shared-memory variables.Tom Lane2012-02-06
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Resolve timing issue with logging locks for Hot Standby.Simon Riggs2012-01-23
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Various micro-optimizations for GetSnapshopData().Robert Haas2011-12-16
* Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas2011-11-25
* Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs2011-11-02
* Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs2011-11-02
* Support synchronization of snapshots through an export/import procedure.Tom Lane2011-10-22