index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
storage
Age
Commit message (
Expand
)
Author
2016-03-09
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2015-12-10
Fix bug leading to restoring unlogged relations from empty files.
Andres Freund
2015-10-13
On Windows, ensure shared memory handle gets closed if not being used.
Tom Lane
2015-08-29
Fix s_lock.h PPC assembly code to be compatible with native AIX assembler.
Tom Lane
2015-08-27
Add a small cache of locks owned by a resource owner in ResourceOwner.
Tom Lane
2015-08-10
Accept alternate spellings of __sparcv7 and __sparcv8.
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-02-13
Fix broken #ifdef for __sparcv8
Heikki Linnakangas
2014-11-15
Backport "Expose fsync_fname as a public API".
Andres Freund
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-09-09
Fix typo in solaris spinlock fix.
Andres Freund
2014-09-09
Fix spinlock implementation for some !solaris sparc platforms.
Andres Freund
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2013-10-07
Eliminate xmin from hash tag for predicate locks on heap tuples.
Kevin Grittner
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-01-23
Fix performance problems with autovacuum truncation in busy workloads.
Kevin Grittner
2012-12-02
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-11-29
Correctly init/deinit recovery xact environment.
Simon Riggs
2012-10-17
Close un-owned SMgrRelations at transaction end.
Tom Lane
2012-10-17
Revert "Use "transient" files for blind writes, take 2".
Tom Lane
2012-10-14
Split up process latch initialization for more-fail-soft behavior.
Tom Lane
2012-07-17
Improve coding around the fsync request queue.
Tom Lane
2012-05-04
Overdue code review for transaction-level advisory locks patch.
Tom Lane
2012-02-01
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2012-01-07
Use __sync_lock_test_and_set() for spinlocks on ARM, if available.
Tom Lane
2011-11-02
Derive oldestActiveXid at correct time for Hot Standby.
Simon Riggs
2011-09-04
Fix #include problems in 9.1 branch.
Tom Lane
2011-08-10
Back-patch assorted latch-related fixes.
Tom Lane
2011-08-09
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-02
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
Tom Lane
2011-07-07
SSI has a race condition, where the order of commit sequence numbers of
Heikki Linnakangas
2011-06-22
Remove pointless const qualifiers from function arguments in the SSI code.
Heikki Linnakangas
2011-06-21
Fix bug introduced by recent SSI patch to merge ROLLED_BACK and
Heikki Linnakangas
2011-06-16
pgindent run of recent SSI changes. Also, remove an unnecessary #include.
Heikki Linnakangas
2011-06-15
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-10
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-09
Revert "Use "transient" files for blind writes"
Alvaro Herrera
2011-06-09
Use "transient" files for blind writes
Alvaro Herrera
2011-06-08
Make DDL operations play nicely with Serializable Snapshot Isolation.
Heikki Linnakangas
2011-06-03
SSI comment fixes and enhancements. Notably, document that the conflict-out
Heikki Linnakangas
2011-05-30
The row-version chaining in Serializable Snapshot Isolation was still wrong.
Heikki Linnakangas
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-03
Avoid possible hang during smart shutdown.
Robert Haas
[next]