index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Commit message (
Expand
)
Author
Age
*
Improve coding around the fsync request queue.
Tom Lane
2012-07-17
*
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-05-04
*
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-02-01
*
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2012-01-07
*
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-11-02
*
Fix #include problems in 9.1 branch.
Tom Lane
2011-09-04
*
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
*
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-07-07
*
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-22
*
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-21
*
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
*
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
*
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
*
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-08
*
SSI comment fixes and enhancements. Notably, document that the conflict-out
Heikki Linnakangas
2011-06-03
*
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-05-30
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-03
*
Increase SHMEM_INDEX_SIZE from 32 to 64. We're currently at 40 entries in
Heikki Linnakangas
2011-03-31
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
*
More synchronous replication typo fixes.
Robert Haas
2011-03-10
*
Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer
Heikki Linnakangas
2011-03-08
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
*
Fix bugs in Serializable Snapshot Isolation.
Heikki Linnakangas
2011-03-01
*
Add transaction-level advisory locks.
Itagaki Takahiro
2011-02-18
*
UINT64_MAX isn't defined on MSVC.
Heikki Linnakangas
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
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
*
Support unlogged tables.
Robert Haas
2010-12-29
*
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
*
Move call to GetTopTransactionId() earlier in LockAcquire(),
Simon Riggs
2010-11-29
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Fix copy-and-pasteo a little more completely.
Robert Haas
2010-11-15
*
Fix copy-and-pasteo.
Alvaro Herrera
2010-11-15
*
Move copydir() prototype into its own header file.
Robert Haas
2010-11-12
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Simplify Windows implementation of latches. There's no need to keep a
Heikki Linnakangas
2010-09-15
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
*
Marginal code cleanup for streaming replication.
Tom Lane
2010-08-23
*
MyBackendId now needs to be PGDLLIMPORT, so that contrib modules can
Tom Lane
2010-08-14
[next]