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
/
access
/
transam
Age
Commit message (
Expand
)
Author
2015-09-04
Fix subtransaction cleanup after an outer-subtransaction portal fails.
Tom Lane
2015-07-23
Fix off-by-one error in calculating subtrans/multixact truncation point.
Heikki Linnakangas
2015-05-28
Fix fsync-at-startup code to not treat errors as fatal.
Tom Lane
2015-05-18
Don't MultiXactIdIsRunning when in recovery
Alvaro Herrera
2015-05-04
Recursively fsync() the data directory after a crash.
Robert Haas
2015-04-23
Fix deadlock at startup, if max_prepared_transactions is too small.
Heikki Linnakangas
2015-04-14
Fix typo in comment
Alvaro Herrera
2015-04-13
Don't archive bogus recycled or preallocated files after timeline switch.
Heikki Linnakangas
2015-02-26
Reconsider when to wait for WAL flushes/syncrep during commit.
Andres Freund
2014-11-13
Fix race condition between hot standby and restoring a full-page image.
Heikki Linnakangas
2014-11-06
Prevent the unnecessary creation of .ready file for the timeline history file.
Fujii Masao
2014-07-29
Treat 2PC commit/abort the same as regular xacts in recovery.
Heikki Linnakangas
2014-05-16
Initialize tsId and dbId fields in WAL record of COMMIT PREPARED.
Heikki Linnakangas
2014-05-15
Fix race condition in preparing a transaction for two-phase commit.
Heikki Linnakangas
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-04-24
Reset pg_stat_activity.xact_start during PREPARE TRANSACTION.
Tom Lane
2014-04-16
Use correctly-sized buffer when zero-filling a WAL file.
Heikki Linnakangas
2014-04-04
Avoid allocations in critical sections.
Heikki Linnakangas
2014-03-26
Don't forget to flush XLOG_PARAMETER_CHANGE record.
Fujii Masao
2014-03-07
Fix dangling smgr_owner pointer when a fake relcache entry is freed.
Heikki Linnakangas
2014-03-05
Fix lastReplayedEndRecPtr calculation when starting from shutdown checkpoint.
Heikki Linnakangas
2014-02-17
Prevent potential overruns of fixed-size buffers.
Tom Lane
2014-02-12
In XLogReadBufferExtended, don't assume P_NEW yields consecutive pages.
Tom Lane
2014-01-14
Fix multiple bugs in index page locking during hot-standby WAL replay.
Tom Lane
2014-01-08
Fix bug in determining when recovery has reached consistency.
Heikki Linnakangas
2013-12-12
Fix ancient docs/comments thinko: XID comparison is mod 2^32, not 2^31.
Tom Lane
2013-12-02
Fix incomplete backpatch of pg_multixact truncation changes to <= 9.2
Alvaro Herrera
2013-11-29
Truncate pg_multixact/'s contents during crash recovery
Alvaro Herrera
2013-11-22
Fix Hot-Standby initialization of clog and subtrans.
Heikki Linnakangas
2013-06-23
Ensure no xid gaps during Hot Standby startup
Simon Riggs
2013-06-06
Fix typo in comment.
Heikki Linnakangas
2013-05-13
Fix handling of OID wraparound while in standalone mode.
Tom Lane
2013-05-02
Fix thinko in comment.
Heikki Linnakangas
2012-12-11
Consistency check should compare last record replayed, not last record read.
Heikki Linnakangas
2012-12-10
Update minimum recovery point on truncation.
Heikki Linnakangas
2012-12-02
Don't advance checkPoint.nextXid near the end of a checkpoint sequence.
Tom Lane
2012-12-02
XidEpoch++ if wraparound during checkpoint.
Simon Riggs
2012-11-22
Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.
Heikki Linnakangas
2012-11-12
Fix multiple problems in WAL replay.
Tom Lane
2012-09-05
Fix inappropriate error messages for Hot Standby misconfiguration errors.
Tom Lane
2012-08-07
fsync backup_label after pg_start_backup()
Simon Riggs
2012-06-29
Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.
Heikki Linnakangas
2012-06-07
Revert "Wake WALSender to reduce data loss at failover for async commit."
Tom Lane
2012-06-07
Wake WALSender to reduce data loss at failover for async commit.
Simon Riggs
2012-05-31
Revert back-branch changes in behavior of age(xid).
Tom Lane
2012-05-28
Teach AbortOutOfAnyTransaction to clean up partially-started transactions.
Tom Lane
2012-05-12
Ensure backwards compatibility for GetStableLatestTransactionId()
Simon Riggs
2012-05-11
Ensure age() returns a stable value rather than the latest value
Simon Riggs
2012-03-29
Correct epoch of txid_current() when executed on a Hot Standby server.
Simon Riggs
2012-02-22
Correctly initialise shared recoveryLastRecPtr in recovery.
Simon Riggs
[next]