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
/
backend
/
storage
Age
Commit message (
Expand
)
Author
2015-09-20
Be more wary about partially-valid LOCALLOCK data in RemoveLocalLock().
Tom Lane
2015-07-28
Reduce chatter from signaling of autovacuum workers.
Tom Lane
2015-05-29
Remove special cases for ETXTBSY from new fsync'ing logic.
Tom Lane
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-19
Fix off-by-one error in Assertion.
Heikki Linnakangas
2015-05-18
Fix error message in pre_sync_fname.
Robert Haas
2015-05-13
Fix RBM_ZERO_AND_LOCK mode to not acquire lock on local buffers.
Heikki Linnakangas
2015-05-05
Fix some problems with patch to fsync the data directory.
Robert Haas
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-05-04
Backport "Expose fsync_fname as a public API".
Robert Haas
2015-02-23
Guard against spurious signals in LockBufferForCleanup.
Andres Freund
2015-02-02
Be more careful to not lose sync in the FE/BE protocol.
Heikki Linnakangas
2015-01-29
Properly terminate the array returned by GetLockConflicts().
Andres Freund
2014-12-19
Prevent potentially hazardous compiler/cpu reordering during lwlock release.
Andres Freund
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-06-05
Add defenses against running with a wrong selection of LOBLKSIZE.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-05-05
Fix possible cache invalidation failure in ReceiveSharedInvalidMessages.
Tom Lane
2014-04-04
Avoid allocations in critical sections.
Heikki Linnakangas
2014-03-21
Properly check for readdir/closedir() failures
Bruce Momjian
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-01-31
Clear MyProc and MyProcSignalState before they become invalid.
Robert Haas
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2013-12-13
Add HOLD/RESUME_INTERRUPTS in HandleCatchupInterrupt/HandleNotifyInterrupt.
Tom Lane
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-11-01
Ensure all files created for a single BufFile have the same resource owner.
Tom Lane
2013-09-30
Fix snapshot leak if lo_open called on non-existent object.
Heikki Linnakangas
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-04
Fix memory leak in LogStandbySnapshot().
Tom Lane
2013-05-16
Fix fd.c to preserve errno where needed.
Tom Lane
2013-04-25
Fix typo in comment.
Heikki Linnakangas
2013-04-04
Calculate # of semaphores correctly with --disable-spinlocks.
Heikki Linnakangas
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-11-13
Clarify docs on hot standby lock release
Simon Riggs
2012-08-30
Add missing period to detail message.
Robert Haas
2012-07-26
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-17
Improve coding around the fsync request queue.
Tom Lane
2012-06-26
Backport fsync queue compaction logic to all supported branches.
Robert Haas
2012-06-08
Fix bug in early startup of Hot Standby with subtransactions.
Simon Riggs
2012-02-01
Resolve timing issue with logging locks for Hot Standby.
Simon Riggs
2011-12-20
Avoid crashing when we have problems unlinking files post-commit.
Tom Lane
2011-11-19
Avoid floating-point underflow while tracking buffer allocation rate.
Tom Lane
2011-11-02
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-08-02
Move CheckRecoveryConflictDeadlock() call to a safer place.
Tom Lane
2011-08-02
Fix incorrect initialization of ProcGlobal->startupBufferPinWaitBufId.
Tom Lane
2011-03-23
Prevent intermittent hang in recovery from bgwriter interaction.
Simon Riggs
[next]