aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
...
* Fix the tracking of min recovery point timeline.Heikki Linnakangas2012-12-10
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Oops, meant to change the comment in writeTimeLineHistory.Heikki Linnakangas2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Downgrade a status message from LOG to DEBUG2.Heikki Linnakangas2012-12-04
* Write exact xlog position of timeline switch in the timeline history file.Heikki Linnakangas2012-12-04
* Track the timeline associated with minRecoveryPoint, for more sanity checks.Heikki Linnakangas2012-12-04
* Attempt to unbreak MSVC builds broken by f21bb9cfb5646e1793dcc9c0ea697bab99af...Andrew Dunstan2012-12-03
* Refactor inCommit flag into generic delayChkpt flag.Simon Riggs2012-12-03
* Clarify locking for PageGetLSN() in XLogCheckBuffer()Simon Riggs2012-12-03
* Clarify when to use PageSetLSN/PageGetLSN().Simon Riggs2012-12-03
* Refactor the code implementing standby-mode logic.Heikki Linnakangas2012-12-03
* Reduce scope of changes for COPY FREEZE.Simon Riggs2012-12-02
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* Rearrange storage of data in xl_running_xacts.Simon Riggs2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Clarify operation of online checkpoints.Simon Riggs2012-12-02
* COPY FREEZE and mark committed on fresh tables.Simon Riggs2012-12-01
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Split out rmgr rm_desc functions into their own filesAlvaro Herrera2012-11-28
* If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas2012-11-28
* Add OpenTransientFile, with automatic cleanup at end-of-xact.Heikki Linnakangas2012-11-27
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Fix archive_cleanup_command.Heikki Linnakangas2012-11-19
* Skip searching for subxact locks at commit.Simon Riggs2012-11-13
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Use correct text domain for translating errcontext() messages.Heikki Linnakangas2012-11-12
* Remove leftover LWLockRelease() callAlvaro Herrera2012-11-09
* Fix erroneous choice of timeline variable, tooAlvaro Herrera2012-10-31
* Fix erroneous choices of segNo variablesAlvaro Herrera2012-10-31
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Fix silly bug in previous refactoring.Heikki Linnakangas2012-10-09
* Put the logic to wait for WAL in standby mode to a separate function.Heikki Linnakangas2012-10-09
* Fix typo in comment, and reword it slightly while we're at it.Heikki Linnakangas2012-10-04
* Fix two bugs introduced in the xlog.c split.Heikki Linnakangas2012-10-03
* Add #includes needed on some platforms in the new files.Heikki Linnakangas2012-10-02
* Split off functions related to timeline history files and XLOG archiving.Heikki Linnakangas2012-10-02
* Fix btmarkpos/btrestrpos to handle array keys.Tom Lane2012-09-27
* Put back AcceptInvalidationMessages calls in heap_openrv(_extended).Tom Lane2012-09-19
* Properly set relpersistence for fake relcache entries.Robert Haas2012-09-14
* Fix WAL file replacement during cascading replication on Windows.Heikki Linnakangas2012-09-05
* Fix inappropriate error messages for Hot Standby misconfiguration errors.Tom Lane2012-09-05
* Trim spgist_private.h inclusionAlvaro Herrera2012-09-05
* Fix compiler warnings about unused variables, caused by my previous commit.Heikki Linnakangas2012-09-04
* Fix bugs in cascading replication with recovery_target_timeline='latest'Heikki Linnakangas2012-09-04
* Replace memcpy() calls in xlog.c critical sections with struct assignments.Tom Lane2012-09-03
* Improve coding of gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Fix logic bug in gistchoose and gistRelocateBuildBuffersOnSplit.Robert Haas2012-08-30