aboutsummaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
Commit message (Expand)AuthorAge
* 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
* Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane2011-10-20
* Clean up the #include mess a little.Tom Lane2011-09-04
* Remove unnecessary #include references, per pgrminclude script.Bruce Momjian2011-09-01
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page thatHeikki Linnakangas2011-03-08
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-16
* Fix thinko in comment. Spotted by Jim Nasby.Heikki Linnakangas2011-01-18
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-08
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-07
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.Tom Lane2010-08-30
* Teach GetOldestXmin() about KnownAssignedXids during recovery.Simon Riggs2010-08-30
* Correct sundry errors in Hot Standby-related comments.Robert Haas2010-08-12
* pgindent run for 9.0, second runBruce Momjian2010-07-06