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
*
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
*
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-11-02
*
Support synchronization of snapshots through an export/import procedure.
Tom Lane
2011-10-22
*
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that
Heikki Linnakangas
2011-03-08
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
*
Fix thinko in comment. Spotted by Jim Nasby.
Heikki Linnakangas
2011-01-18
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Optimize commit_siblings in two ways to improve group commit.
Simon Riggs
2010-12-08
*
Fix bugs in the hot standby known-assigned-xids tracking logic. If there's
Heikki Linnakangas
2010-12-07
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Cosmetic fixes for KnownAssignedXidsGetOldestXmin, per Fujii Masao.
Tom Lane
2010-08-30
*
Teach GetOldestXmin() about KnownAssignedXids during recovery.
Simon Riggs
2010-08-30
*
Correct sundry errors in Hot Standby-related comments.
Robert Haas
2010-08-12
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
[next]