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