| Commit message (Expand) | Author | Age |
* | Fix grammatical mistake in error message | Peter Eisentraut | 2012-12-20 |
* | Fix recycling of WAL segments after changing recovery target timeline. | Heikki Linnakangas | 2012-12-20 |
* | Check if we've reached end-of-backup point also if no redo is required. | Heikki Linnakangas | 2012-12-19 |
* | In multi-insert, don't go into infinite loop on a huge tuple and fillfactor. | Heikki Linnakangas | 2012-12-12 |
* | Consistency check should compare last record replayed, not last record read. | Heikki Linnakangas | 2012-12-11 |
* | Update minimum recovery point on truncation. | Heikki Linnakangas | 2012-12-10 |
* | Ensure recovery pause feature doesn't pause unless users can connect. | Tom Lane | 2012-12-05 |
* | Must not reach consistency before XLOG_BACKUP_RECORD | Simon Riggs | 2012-12-05 |
* | 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-12-02 |
* | Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY. | Tom Lane | 2012-11-29 |
* | If we don't have a backup-end-location, don't claim we've reached it. | Heikki Linnakangas | 2012-11-28 |
* | Avoid bogus "out-of-sequence timeline ID" errors in standby-mode. | Heikki Linnakangas | 2012-11-22 |
* | Skip searching for subxact locks at commit. | Simon Riggs | 2012-11-13 |
* | Fix multiple problems in WAL replay. | Tom Lane | 2012-11-12 |
* | Close un-owned SMgrRelations at transaction end. | Tom Lane | 2012-10-17 |
* | Fix typo in comment, and reword it slightly while we're at it. | Heikki Linnakangas | 2012-10-04 |
* | Fix btmarkpos/btrestrpos to handle array keys. | Tom Lane | 2012-09-27 |
* | Put back AcceptInvalidationMessages calls in heap_openrv(_extended). | Tom Lane | 2012-09-19 |
* | Properly set relpersistence for fake relcache entries. | Robert Haas | 2012-09-14 |
* | Fix WAL file replacement during cascading replication on Windows. | Heikki Linnakangas | 2012-09-05 |
* | Fix inappropriate error messages for Hot Standby misconfiguration errors. | Tom Lane | 2012-09-05 |
* | Fix compiler warnings about unused variables, caused by my previous commit. | Heikki Linnakangas | 2012-09-04 |
* | Fix bugs in cascading replication with recovery_target_timeline='latest' | Heikki Linnakangas | 2012-09-04 |
* | Back-patch recent fixes for gistchoose and gistRelocateBuildBuffersOnSplit. | Tom Lane | 2012-08-30 |
* | Fix GiST buffering build bug, which caused "failed to re-find parent" errors. | Heikki Linnakangas | 2012-08-16 |
* | Force archive_status of .done for xlogs created by dearchival/replication. | Simon Riggs | 2012-08-08 |
* | Fix minor bug in XLogFileRead() that accidentally worked. | Simon Riggs | 2012-08-08 |
* | Fix TwoPhaseGetDummyBackendId(). | Tom Lane | 2012-08-08 |
* | fsync backup_label after pg_start_backup() | Simon Riggs | 2012-08-07 |
* | Improve underdocumented btree_xlog_delete_get_latestRemovedXid() code. | Tom Lane | 2012-08-03 |
* | In SPGiST replay, do conflict resolution before modifying the page. | Tom Lane | 2012-08-03 |
* | Fix race conditions associated with SPGiST redirection tuples. | Tom Lane | 2012-08-02 |
* | Fix management of pendingOpsTable in auxiliary processes. | Tom Lane | 2012-07-18 |
* | Assorted message style improvements | Peter Eisentraut | 2012-07-02 |
* | Initialize shared memory copy of ckptXidEpoch correctly when not in recovery. | Heikki Linnakangas | 2012-06-29 |
* | Cope with smaller-than-normal BLCKSZ setting in SPGiST indexes on text. | Tom Lane | 2012-06-26 |
* | Improve reporting of permission errors for array types | Peter Eisentraut | 2012-06-15 |
* | Revert "Reduce checkpoints and WAL traffic on low activity database server" | Tom Lane | 2012-06-13 |
* | Run pgindent on 9.2 source tree in preparation for first 9.3 | Bruce Momjian | 2012-06-10 |
* | Scan the buffer pool just once, not once per fork, during relation drop. | Tom Lane | 2012-06-07 |
* | Wake WALSender to reduce data loss at failover for async commit. | Simon Riggs | 2012-06-07 |
* | Fix more crash-safe visibility map bugs, and improve comments. | Robert Haas | 2012-06-07 |
* | Avoid early reuse of btree pages, causing incorrect query results. | Simon Riggs | 2012-06-01 |
* | Improve comment for GetStableLatestTransactionId(). | Tom Lane | 2012-05-31 |
* | Only throw recovery conflicts when InHotStandby. Bug fix to recent | Simon Riggs | 2012-05-31 |
* | Change the way parent pages are tracked during buffered GiST build. | Heikki Linnakangas | 2012-05-30 |
* | Delete the temporary file used in buffered GiST build, after the build. | Heikki Linnakangas | 2012-05-30 |
* | Fix integer overflow bug in GiST buffering build calculations. | Heikki Linnakangas | 2012-05-29 |
* | Teach AbortOutOfAnyTransaction to clean up partially-started transactions. | Tom Lane | 2012-05-28 |