index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
storage
/
ipc
/
procarray.c
Commit message (
Expand
)
Author
Age
*
Fix various common mispellings.
Greg Stark
2016-06-03
*
Avoid extra locks in GetSnapshotData if old_snapshot_threshold < 0
Kevin Grittner
2016-04-12
*
Add the "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Fix typos.
Robert Haas
2016-03-15
*
Create a function to reliably identify which sessions block which others.
Tom Lane
2016-02-22
*
Rename PGPROC fields related to group XID clearing again.
Robert Haas
2016-02-11
*
Migrate PGPROC's backendLock into PGPROC itself, using a new tranche.
Robert Haas
2016-01-29
*
Correct comment in GetConflictingVirtualXIDs()
Simon Riggs
2016-01-24
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Remove volatile qualifiers from proc.c and procarray.c
Robert Haas
2015-10-16
*
Assorted code review for recent ProcArrayLock patch.
Robert Haas
2015-09-03
*
Reduce ProcArrayLock contention by removing backends in batches.
Robert Haas
2015-08-06
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Fix more typos in comments.
Heikki Linnakangas
2015-05-20
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Use FLEXIBLE_ARRAY_MEMBER in some more places.
Tom Lane
2015-02-20
*
Skip dead backends in MinimumActiveBackends
Stephen Frost
2015-01-12
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-11-06
*
Fix misc typos in comments.
Heikki Linnakangas
2014-05-23
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-05
*
Introduce logical decoding.
Robert Haas
2014-03-03
*
Another round of Coverity fixes
Stephen Frost
2014-03-03
*
Introduce replication slots.
Robert Haas
2014-01-31
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Fix more instances of "the the" in comments.
Heikki Linnakangas
2013-12-13
*
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-22
*
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-23
*
Observe array length in HaveVirtualXIDsDelayingChkpt().
Noah Misch
2013-06-12
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Refactor inCommit flag into generic delayChkpt flag.
Simon Riggs
2012-12-03
*
Rearrange storage of data in xl_running_xacts.
Simon Riggs
2012-12-02
*
Clarify docs on hot standby lock release
Simon Riggs
2012-11-13
*
Add C comment that IsBackendPid() is called by external modules, so we
Bruce Momjian
2012-10-01
*
Improve C comments in GetSnapshotData.
Robert Haas
2012-08-21
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
*
Update comments that became out-of-date with the PGXACT struct.
Heikki Linnakangas
2012-05-14
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
*
Assorted comment fixes, mostly just typos, but some obsolete statements.
Tom Lane
2012-01-29
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-23
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Various micro-optimizations for GetSnapshopData().
Robert Haas
2011-12-16
*
Move "hot" members of PGPROC into a separate PGXACT array.
Robert Haas
2011-11-25
[next]