summaryrefslogtreecommitdiff
path: root/src/backend/storage/ipc/procarray.c
AgeCommit message (Expand)Author
2016-02-11Rename PGPROC fields related to group XID clearing again.Robert Haas
2016-01-29Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.Robert Haas
2016-01-24Correct comment in GetConflictingVirtualXIDs()Simon Riggs
2016-01-02Update copyright for 2016Bruce Momjian
2015-10-16Remove volatile qualifiers from proc.c and procarray.cRobert Haas
2015-09-03Assorted code review for recent ProcArrayLock patch.Robert Haas
2015-08-06Reduce ProcArrayLock contention by removing backends in batches.Robert Haas
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Fix more typos in comments.Heikki Linnakangas
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-04-30Create an infrastructure for parallel computation in PostgreSQL.Robert Haas
2015-02-20Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane
2015-01-12Skip dead backends in MinimumActiveBackendsStephen Frost
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-06Move the backup-block logic from XLogInsert to a new file, xloginsert.c.Heikki Linnakangas
2014-05-23Fix misc typos in comments.Heikki Linnakangas
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-05Fix some typos introduced by the logical decoding patch.Robert Haas
2014-03-03Introduce logical decoding.Robert Haas
2014-03-03Another round of Coverity fixesStephen Frost
2014-02-01Introduce replication slots.Robert Haas
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-13Fix more instances of "the the" in comments.Heikki Linnakangas
2013-11-22Fix Hot-Standby initialization of clog and subtrans.Heikki Linnakangas
2013-06-23Ensure no xid gaps during Hot Standby startupSimon Riggs
2013-06-12Observe array length in HaveVirtualXIDsDelayingChkpt().Noah Misch
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-12-03Refactor inCommit flag into generic delayChkpt flag.Simon Riggs
2012-12-02Rearrange storage of data in xl_running_xacts.Simon Riggs
2012-11-13Clarify docs on hot standby lock releaseSimon Riggs
2012-10-01Add C comment that IsBackendPid() is called by external modules, so weBruce Momjian
2012-08-21Improve C comments in GetSnapshotData.Robert Haas
2012-06-25Tighten up includes in sinvaladt.h, twophase.h, proc.hAlvaro Herrera
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-06-08Fix bug in early startup of Hot Standby with subtransactions.Simon Riggs
2012-05-14Update comments that became out-of-date with the PGXACT struct.Heikki Linnakangas
2012-04-24Lots of doc corrections.Robert Haas
2012-02-06Add locking around WAL-replay modification of shared-memory variables.Tom Lane
2012-01-30Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane
2012-01-23Resolve timing issue with logging locks for Hot Standby.Simon Riggs
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-12-17Various micro-optimizations for GetSnapshopData().Robert Haas
2011-11-25Move "hot" members of PGPROC into a separate PGXACT array.Robert Haas
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs
2011-10-22Support synchronization of snapshots through an export/import procedure.Tom Lane
2011-10-20Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane
2011-09-04Clean up the #include mess a little.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian