| Commit message (Expand) | Author | Age |
* | 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 |
* | Adjust error checks in pg_start_backup and pg_stop_backup to make it possible | Tom Lane | 2010-04-29 |
* | Rename the parameter recovery_connections to hot_standby, to reduce possible | Tom Lane | 2010-04-29 |
* | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane | 2010-04-28 |
* | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas | 2010-04-28 |
* | Replace the KnownAssignedXids hash table with a sorted-array data structure, | Tom Lane | 2010-04-28 |
* | If a base backup is cancelled by server shutdown or crash, throw an error | Heikki Linnakangas | 2010-04-27 |
* | Fix various instances of "the the". | Robert Haas | 2010-04-23 |
* | Previous patch revoked following objections. | Simon Riggs | 2010-04-23 |
* | Make CheckRequiredParameterValues() depend upon correct combination | Simon Riggs | 2010-04-23 |
* | Optimise btree delete processing when no active backends. | Simon Riggs | 2010-04-22 |
* | Further reductions in Hot Standby conflict processing. These | Simon Riggs | 2010-04-22 |
* | Fix oversight in collecting values for cleanup_info records. | Simon Riggs | 2010-04-21 |
* | Rename standby_keep_segments to wal_keep_segments. | Robert Haas | 2010-04-20 |
* | Fix uninitialized local variables. Not sure why gcc doesn't complain about | Tom Lane | 2010-04-19 |