aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access
Commit message (Expand)AuthorAge
* Fix grammatical mistake in error messagePeter Eisentraut2012-12-20
* Fix recycling of WAL segments after changing recovery target timeline.Heikki Linnakangas2012-12-20
* Check if we've reached end-of-backup point also if no redo is required.Heikki Linnakangas2012-12-19
* In multi-insert, don't go into infinite loop on a huge tuple and fillfactor.Heikki Linnakangas2012-12-12
* Consistency check should compare last record replayed, not last record read.Heikki Linnakangas2012-12-11
* Update minimum recovery point on truncation.Heikki Linnakangas2012-12-10
* Ensure recovery pause feature doesn't pause unless users can connect.Tom Lane2012-12-05
* Must not reach consistency before XLOG_BACKUP_RECORDSimon Riggs2012-12-05
* Don't advance checkPoint.nextXid near the end of a checkpoint sequence.Tom Lane2012-12-02
* XidEpoch++ if wraparound during checkpoint.Simon Riggs2012-12-02
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-29
* If we don't have a backup-end-location, don't claim we've reached it.Heikki Linnakangas2012-11-28
* Avoid bogus "out-of-sequence timeline ID" errors in standby-mode.Heikki Linnakangas2012-11-22
* Skip searching for subxact locks at commit.Simon Riggs2012-11-13
* Fix multiple problems in WAL replay.Tom Lane2012-11-12
* Close un-owned SMgrRelations at transaction end.Tom Lane2012-10-17
* Fix typo in comment, and reword it slightly while we're at it.Heikki Linnakangas2012-10-04
* 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
* 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
* Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit.Tom Lane2012-08-30
* Fix GiST buffering build bug, which caused "failed to re-find parent" errors.Heikki Linnakangas2012-08-16
* Force archive_status of .done for xlogs created by dearchival/replication.Simon Riggs2012-08-08
* Fix minor bug in XLogFileRead() that accidentally worked.Simon Riggs2012-08-08
* Fix TwoPhaseGetDummyBackendId().Tom Lane2012-08-08
* fsync backup_label after pg_start_backup()Simon Riggs2012-08-07
* Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code.Tom Lane2012-08-03
* In SPGiST replay, do conflict resolution before modifying the page.Tom Lane2012-08-03
* Fix race conditions associated with SPGiST redirection tuples.Tom Lane2012-08-02
* Fix management of pendingOpsTable in auxiliary processes.Tom Lane2012-07-18
* Assorted message style improvementsPeter Eisentraut2012-07-02
* Initialize shared memory copy of ckptXidEpoch correctly when not in recovery.Heikki Linnakangas2012-06-29
* Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text.Tom Lane2012-06-26
* Improve reporting of permission errors for array typesPeter Eisentraut2012-06-15
* Revert "Reduce checkpoints and WAL traffic on low activity database server"Tom Lane2012-06-13
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Scan the buffer pool just once, not once per fork, during relation drop.Tom Lane2012-06-07
* Wake WALSender to reduce data loss at failover for async commit.Simon Riggs2012-06-07
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Avoid early reuse of btree pages, causing incorrect query results.Simon Riggs2012-06-01
* Improve comment for GetStableLatestTransactionId().Tom Lane2012-05-31
* Only throw recovery conflicts when InHotStandby. Bug fix to recentSimon Riggs2012-05-31
* Change the way parent pages are tracked during buffered GiST build.Heikki Linnakangas2012-05-30
* Delete the temporary file used in buffered GiST build, after the build.Heikki Linnakangas2012-05-30
* Fix integer overflow bug in GiST buffering build calculations.Heikki Linnakangas2012-05-29
* Teach AbortOutOfAnyTransaction to clean up partially-started transactions.Tom Lane2012-05-28