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
Commit message (
Expand
)
Author
Age
*
Only allow autovacuum to be auto-canceled by a directly blocked process.
Tom Lane
2012-07-26
*
Log a better message when canceling autovacuum.
Robert Haas
2012-07-26
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-06-08
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Correctly detect SSI conflicts of prepared transactions after crash.
Heikki Linnakangas
2012-02-29
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-02-01
*
Fix corner case in cleanup of transactions using SSI.
Heikki Linnakangas
2012-01-18
*
Fix variable confusion in BufferSync().
Robert Haas
2012-01-06
*
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-12-20
*
Avoid floating-point underflow while tracking buffer allocation rate.
Tom Lane
2011-11-19
*
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
*
Simplify and improve ProcessStandbyHSFeedbackMessage logic.
Tom Lane
2011-10-20
*
Add "Reason code" prefix to internal SSI error messages
Peter Eisentraut
2011-08-15
*
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-10
*
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-09
*
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
*
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
Tom Lane
2011-08-02
*
Minor message style adjustment
Peter Eisentraut
2011-07-27
*
Change debug message from ereport to elog
Peter Eisentraut
2011-07-19
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
*
Use errdetail_internal() for SSI transaction cancellation details.
Tom Lane
2011-07-16
*
Fix one overflow and one signedness error, caused by the patch to calculate
Heikki Linnakangas
2011-07-08
*
There's a small window wherein a transaction is committed but not yet
Heikki Linnakangas
2011-07-08
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
Adjust OLDSERXID_MAX_PAGE based on BLCKSZ.
Robert Haas
2011-07-07
*
Fix a bug with SSI and prepared transactions:
Heikki Linnakangas
2011-07-07
*
Message style tweaks
Peter Eisentraut
2011-07-05
*
Unify spelling of "canceled", "canceling", "cancellation"
Peter Eisentraut
2011-07-02
*
Undo overly enthusiastic de-const-ification.
Tom Lane
2011-06-22
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Minor editing for README-SSI.
Tom Lane
2011-06-21
*
Fix bug in PreCommit_CheckForSerializationFailure. A transaction that has
Heikki Linnakangas
2011-06-21
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
Capitalization fixes
Peter Eisentraut
2011-06-19
*
Update README-SSI. Add a section to describe the "dangerous structure" that
Heikki Linnakangas
2011-06-16
*
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-16
*
The rolled-back flag on serializable xacts was pointless and redundant with
Heikki Linnakangas
2011-06-15
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Remove now-unnecessary casts.
Heikki Linnakangas
2011-06-12
*
Fix locking while setting flags in MySerializableXact.
Heikki Linnakangas
2011-06-10
*
Use "transient" files for blind writes, take 2
Alvaro Herrera
2011-06-10
*
Use a constant sprintf format to silence compiler warning
Alvaro Herrera
2011-06-10
*
Small comment fixes and enhancements.
Heikki Linnakangas
2011-06-10
*
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
*
Use "transient" files for blind writes
Alvaro Herrera
2011-06-09
*
Fix the truncation logic of the OldSerXid SLRU mechanism. We can't pass
Heikki Linnakangas
2011-06-09
*
Mark the SLRU page as dirty when setting an entry in pg_serial. In the
Heikki Linnakangas
2011-06-09
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
[next]