| Commit message (Expand) | Author | Age |
* | Add some documentation about how we WAL-log filesystem actions. | Tom Lane | 2010-09-17 |
* | Fix two typos in comments, spotted by Fujii Masao and Thom Brown | Heikki Linnakangas | 2010-09-15 |
* | Use a latch to make startup process wake up and replay immediately when | Heikki Linnakangas | 2010-09-15 |
* | SERIALIZABLE transactions are actually implemented beneath the covers with | Joe Conway | 2010-09-11 |
* | Introduce latches. A latch is a boolean variable, with the capability to | Heikki Linnakangas | 2010-09-11 |
* | Fix oversight in RelFileNodeBackend patch: CreateFakeRelcacheEntry needs to | Tom Lane | 2010-08-30 |
* | Fix misleading DEBUG2 issued during RemoveOldXlogFiles() | Simon Riggs | 2010-08-30 |
* | Truncate subtrans after each restartpoint. | Simon Riggs | 2010-08-30 |
* | Reduce PANIC to ERROR in some occasionally-reported btree failure cases. | Tom Lane | 2010-08-29 |
* | Remove duplicate translatable phrase | Alvaro Herrera | 2010-08-26 |
* | Tidy up a few calls to smrgextend(). | Robert Haas | 2010-08-19 |
* | Include the backend ID in the relpath of temporary relations. | Robert Haas | 2010-08-13 |
* | Make RecordTransactionCommit() respect wal_level. | Robert Haas | 2010-08-13 |
* | Correct sundry errors in Hot Standby-related comments. | Robert Haas | 2010-08-12 |
* | Fix an additional set of problems in GIN's handling of lossy page pointers. | Tom Lane | 2010-08-01 |
* | Rewrite the rbtree routines so that an RBNode is the first field of the | Tom Lane | 2010-08-01 |
* | Rewrite the key-combination logic in GIN's keyGetItem() and scanGetItem() | Tom Lane | 2010-07-31 |
* | Rename asyncCommitLSN to asyncXactLSN to reflect changed role in 9.0. | Simon Riggs | 2010-07-29 |
* | Fix possible page corruption by ALTER TABLE .. SET TABLESPACE. | Robert Haas | 2010-07-29 |
* | Avoid deep recursion when assigning XIDs to multiple levels of subxacts. | Robert Haas | 2010-07-23 |
* | Update obsolete comment. Noted by Josh Tolley. | Tom Lane | 2010-07-08 |
* | pgindent run for 9.0, second run | Bruce Momjian | 2010-07-06 |
* | Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogus | Tom Lane | 2010-07-03 |
* | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane | 2010-07-03 |
* | Add C comment about why synchronous_commit=off behavior can lose | Bruce Momjian | 2010-06-29 |
* | emode_for_corrupt_record shouldn't reduce LOG messages to WARNING. | Robert Haas | 2010-06-28 |
* | Make RemoveOldXlogFiles's debug printout match style used elsewhere: | Tom Lane | 2010-06-17 |
* | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane | 2010-06-17 |
* | If a corrupt WAL record is received by streaming replication, disconnect | Heikki Linnakangas | 2010-06-14 |
* | Fix typo/bug, found by Clang compiler | Peter Eisentraut | 2010-06-12 |
* | Rename restartpoint_command to archive_cleanup_command. | Itagaki Takahiro | 2010-06-10 |
* | Make TriggerFile variable static. It's not used outside xlog.c. | Heikki Linnakangas | 2010-06-10 |
* | Return NULL instead of 0/0 in pg_last_xlog_receive_location() and | Heikki Linnakangas | 2010-06-10 |
* | In standby mode, respect checkpoint_segments in addition to | Heikki Linnakangas | 2010-06-09 |
* | Make the walwriter close it's handle to an old xlog segment if it's no longer | Magnus Hagander | 2010-06-09 |
* | Ensure default-only storage parameters for TOAST relations | Itagaki Takahiro | 2010-06-07 |
* | Fix some inconsistent quoting of wal_level values in messages | Peter Eisentraut | 2010-06-03 |
* | On clean shutdown during recovery, don't warn about possible corruption. | Robert Haas | 2010-06-03 |
* | Fix obsolete comments that I neglected to update in a previous patch. | Heikki Linnakangas | 2010-06-02 |
* | Adjust comment to reflect that we now have Hot Standby. Pointed out by | Heikki Linnakangas | 2010-05-27 |
* | Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT. | Robert Haas | 2010-05-15 |
* | Fix bug in processing of checkpoint time for max_standby_delay. Latest | Simon Riggs | 2010-05-15 |
* | Add many new Asserts in code and fix simple bug that slipped through | Simon Riggs | 2010-05-14 |
* | Ensure that top level aborts call XLogSetAsyncCommit(). Not doing | Simon Riggs | 2010-05-13 |
* | Cleanup initialization of Hot Standby. Clarify working with reanalysis | Simon Riggs | 2010-05-13 |
* | Need to hold ControlFileLock while updating control file. Update | Heikki Linnakangas | 2010-05-03 |
* | Improve printing of XLOG_HEAP_NEWPAGE records to include the forknum. | Tom Lane | 2010-05-02 |
* | Fix replay of XLOG_HEAP_NEWPAGE WAL records to pay attention to the forknum | Tom Lane | 2010-05-02 |
* | Clean up some awkward, inaccurate, and inefficient processing around | Tom Lane | 2010-05-02 |
* | Fix handling of b-tree reuse WAL records when hot standby is disabled, | Heikki Linnakangas | 2010-04-30 |