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
Commit message (
Expand
)
Author
Age
*
Improve C comments in GetSnapshotData.
Robert Haas
2012-08-21
*
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-18
*
Introduce timeout handling framework
Alvaro Herrera
2012-07-16
*
Tighten up includes in sinvaladt.h, twophase.h, proc.h
Alvaro Herrera
2012-06-25
*
Replace XLogRecPtr struct with a 64-bit integer.
Heikki Linnakangas
2012-06-24
*
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
*
Rename BgWriterShmem/Request to CheckpointerShmem/Request
Simon Riggs
2012-05-09
*
Further corrections from the department of redundancy department.
Robert Haas
2012-05-02
*
Remove duplicate words in comments.
Heikki Linnakangas
2012-05-02
*
Lots of doc corrections.
Robert Haas
2012-04-23
*
Add locking around WAL-replay modification of shared-memory variables.
Tom Lane
2012-02-06
*
Add missing Assert and fix inaccurate elog message in standby_redo().
Tom Lane
2012-02-04
*
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
*
Remove support for on_exit()
Peter Eisentraut
2011-12-27
*
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
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
*
Remove obsolete README file.
Robert Haas
2011-08-18
*
Create VXID locks "lazily" in the main lock table.
Robert Haas
2011-08-04
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
*
Minor stylistic corrections.
Robert Haas
2011-08-01
*
Reduce sinval synchronization overhead.
Robert Haas
2011-07-29
*
Try to acquire relation locks in RangeVarGetRelid.
Robert Haas
2011-07-08
*
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
2011-03-23
*
Minor sync rep corrections.
Robert Haas
2011-03-10
*
Don't throw a warning if vacuum sees PD_ALL_VISIBLE flag set on a page that
Heikki Linnakangas
2011-03-08
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Fix error code for canceling statement due to conflict with recovery.
Simon Riggs
2011-01-31
*
Fix thinko in comment. Spotted by Jim Nasby.
Heikki Linnakangas
2011-01-18
*
Treat a WAL sender process that hasn't started streaming yet as a regular
Heikki Linnakangas
2011-01-15
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Work around unfortunate getppid() behavior on BSD-ish systems.
Robert Haas
2010-12-21
*
Try to save a kernel call in ResolveRecoveryConflictWithVirtualXIDs.
Robert Haas
2010-12-17
*
Reset 'ps' display just once when resolving VXID conflicts.
Robert Haas
2010-12-17
[next]