| Commit message (Expand) | Author | Age |
* | Spell checking and markup refinement | Peter Eisentraut | 2011-05-19 |
* | Fix assorted typos | Alvaro Herrera | 2011-05-12 |
* | Shut down WAL receiver if it's still running at end of recovery. We used to | Heikki Linnakangas | 2011-05-11 |
* | Move RegisterPredicateLockingXid() call to a safer place. | Tom Lane | 2011-05-06 |
* | Fix SSI-related assertion failure. | Robert Haas | 2011-04-25 |
* | Hash indexes had better pass the index collation to support functions, too. | Tom Lane | 2011-04-23 |
* | Make GIN and GIST pass the index collation to all their support functions. | Tom Lane | 2011-04-22 |
* | Make a code-cleanup pass over the collations patch. | Tom Lane | 2011-04-22 |
* | recoveryStopsHere() must check the resource manager ID. | Robert Haas | 2011-04-18 |
* | Add an Assert that indexam.c isn't used on an index awaiting reindexing. | Tom Lane | 2011-04-16 |
* | Revert the patch to check if we've reached end-of-backup also when doing | Heikki Linnakangas | 2011-04-13 |
* | Pass collations to functions in FunctionCallInfoData, not FmgrInfo. | Tom Lane | 2011-04-12 |
* | Clean up most -Wunused-but-set-variable warnings from gcc 4.6 | Peter Eisentraut | 2011-04-11 |
* | pgindent run before PG 9.1 beta 1. | Bruce Momjian | 2011-04-10 |
* | Tweak collation setup for GIN index comparison functions. | Tom Lane | 2011-04-08 |
* | Revise the API for GUC variable assign hooks. | Tom Lane | 2011-04-07 |
* | Avoid assuming there will be only 3 states for synchronous_commit. | Simon Riggs | 2011-04-04 |
* | Merge synchronous_replication setting into synchronous_commit. | Robert Haas | 2011-04-04 |
* | Improve error message when WAL ends before reaching end of online backup. | Heikki Linnakangas | 2011-03-31 |
* | Check that we've reached end-of-backup also when we're not performing | Heikki Linnakangas | 2011-03-30 |
* | Clean up cruft around collation initialization for tupdescs and scankeys. | Tom Lane | 2011-03-26 |
* | Minor changes to recovery pause behaviour. | Simon Riggs | 2011-03-23 |
* | Prevent intermittent hang in recovery from bgwriter interaction. | Simon Riggs | 2011-03-23 |
* | When two base backups are started at the same time with pg_basebackup, | Heikki Linnakangas | 2011-03-21 |
* | Revise collation derivation method and expression-tree representation. | Tom Lane | 2011-03-19 |
* | Remove bogus semicolons in recoveryPausesHere. | Robert Haas | 2011-03-18 |
* | Add pause_at_recovery_target to recovery.conf.sample; improve docs. | Robert Haas | 2011-03-17 |
* | Clarify C comment that O_SYNC/O_FSYNC are really the same settting, as | Bruce Momjian | 2011-03-10 |
* | Emit a LOG message when pausing at the recovery target. | Robert Haas | 2011-03-10 |
* | Remove collation information from TypeName, where it does not belong. | Tom Lane | 2011-03-09 |
* | Truncate predicate lock manager's SLRU lazily at checkpoint. That's safer | Heikki Linnakangas | 2011-03-08 |
* | If recovery_target_timeline is set to 'latest' and standby mode is enabled, | Heikki Linnakangas | 2011-03-07 |
* | Efficient transaction-controlled synchronous replication. | Simon Riggs | 2011-03-06 |
* | Fix incorrect access to pg_index.indcollation. | Tom Lane | 2011-03-06 |
* | You must hold a lock on the heap page when you call | Heikki Linnakangas | 2011-03-04 |
* | Fix bugs in Serializable Snapshot Isolation. | Heikki Linnakangas | 2011-03-01 |
* | Refactor the executor's API to support data-modifying CTEs better. | Tom Lane | 2011-02-27 |
* | Named restore point improvements. | Robert Haas | 2011-02-24 |
* | Un-break building with BTREE_BUILD_STATS. | Tom Lane | 2011-02-18 |
* | Add backwards-compatible declarations of some core GIN support functions. | Tom Lane | 2011-02-16 |
* | Hot Standby feedback for avoidance of cleanup conflicts on standby. | Simon Riggs | 2011-02-16 |
* | pg_ctl promote | Robert Haas | 2011-02-15 |
* | PITR can stop at a named restore point when recovery target = time | Simon Riggs | 2011-02-15 |
* | Send status updates back from standby server to master, indicating how far | Heikki Linnakangas | 2011-02-10 |
* | Implement NOWAIT option for BASE_BACKUP command | Magnus Hagander | 2011-02-09 |
* | Per-column collation support | Peter Eisentraut | 2011-02-08 |
* | Named restore points in recovery. Users can record named points, then | Simon Riggs | 2011-02-08 |
* | Basic Recovery Control functions for use in Hot Standby. Pause, Resume, | Simon Riggs | 2011-02-08 |
* | Remove rare corner case for data loss when triggering standby server. | Simon Riggs | 2011-02-08 |
* | Implement genuine serializable isolation level. | Heikki Linnakangas | 2011-02-08 |