index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
procarray.c
Age
Commit message (
Expand
)
Author
2016-02-11
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-01-29
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-24
Correct comment in GetConflictingVirtualXIDs()
Simon Riggs
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-10-16
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-09-03
Assorted code review for recent ProcArrayLock patch.
Robert Haas
2015-08-06
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-20
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
Collection of typo fixes.
Heikki Linnakangas
2015-04-30
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-01-12
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-05-23
Fix misc typos in comments.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-05
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-03
Introduce logical decoding.
Robert Haas
2014-03-03
Another round of Coverity fixes
Stephen Frost
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-12-13
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-12
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-03
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-02
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-11-13
Clarify docs on hot standby lock release
Simon Riggs
2012-10-01
Add C comment that IsBackendPid() is called by external modules, so we
Bruce Momjian
2012-08-21
Improve C comments in GetSnapshotData.
Robert Haas
2012-06-25
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-08
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-05-14
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-04-24
Lots of doc corrections.
Robert Haas
2012-02-06
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-01-30
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-23
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-17
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-11-25
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-02
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
Start Hot Standby faster when initial snapshot is incomplete.
Simon Riggs
2011-10-22
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-20
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
[next]