| Commit message (Expand) | Author | Age |
* | Adjust comment in .history file to match recovery target specified. Comment | Simon Riggs | 2010-03-19 |
* | Reset btpo.xact following recovery of btree delete page. Add btpo_xact | Simon Riggs | 2010-03-19 |
* | Add restartpoint_command option to recovery.conf. Fix bug in %r handling | Heikki Linnakangas | 2010-03-18 |
* | Remove incorrect comment from GetWriteRecPtr(): the return value is always | Simon Riggs | 2010-03-15 |
* | Add missing reset of need_initialization in reloptions code. | Tom Lane | 2010-03-11 |
* | pg_start_backup() can use a share lock to lock ControlFileLock | Itagaki Takahiro | 2010-03-10 |
* | pgindent run for 9.0 | Bruce Momjian | 2010-02-26 |
* | Make pg_stop_backup's reporting a bit more verbose in hopes of making | Tom Lane | 2010-02-25 |
* | Clean up handling of XactReadOnly and RecoveryInProgress checks. | Tom Lane | 2010-02-20 |
* | Don't use O_DIRECT when writing WAL files if archiving or streaming is | Heikki Linnakangas | 2010-02-19 |
* | Fix STOP WAL LOCATION in backup history files no to return the next | Itagaki Takahiro | 2010-02-19 |
* | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane | 2010-02-17 |
* | When updating ShmemVariableCache from a checkpoint record, be sure to set | Tom Lane | 2010-02-17 |
* | Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue. | Tom Lane | 2010-02-16 |
* | Wrap calls to SearchSysCache and related functions using macros. | Robert Haas | 2010-02-14 |
* | Fix relcache init file invalidation during Hot Standby for the case | Simon Riggs | 2010-02-13 |
* | Introduce WAL records to log reuse of btree pages, allowing conflict | Simon Riggs | 2010-02-13 |
* | Reduce the chatter to the log when starting a standby server. Don't | Heikki Linnakangas | 2010-02-12 |
* | If primary_conninfo is not set, don't try to establish streaming | Heikki Linnakangas | 2010-02-12 |
* | Check for partial WAL files in standby mode. If restore_command restores | Heikki Linnakangas | 2010-02-12 |
* | Generic implementation of red-black binary tree. It's planned to use in | Teodor Sigaev | 2010-02-11 |
* | Now that streaming replication switches between streaming mode and | Heikki Linnakangas | 2010-02-10 |
* | Fix up rickety handling of relation-truncation interlocks. | Tom Lane | 2010-02-09 |
* | Fix bug in GIN WAL redo cleanup function: don't free fake relcache entry | Heikki Linnakangas | 2010-02-09 |
* | Remove piece of code to zero out minRecoveryPoint when starting crash | Heikki Linnakangas | 2010-02-08 |
* | Remove some more dead VACUUM-FULL-only code. | Tom Lane | 2010-02-08 |
* | Remove old-style VACUUM FULL (which was known for a little while as | Tom Lane | 2010-02-08 |
* | Create a "relation mapping" infrastructure to support changing the relfilenodes | Tom Lane | 2010-02-07 |
* | Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swapping | Tom Lane | 2010-02-04 |
* | Move the responsibility of writing a "unlogged WAL operation" record from | Heikki Linnakangas | 2010-02-03 |
* | Revoke augmentation of WAL records for btree delete, per discussion. | Simon Riggs | 2010-02-01 |
* | Augment WAL records for btree delete with GetOldestXmin() to reduce | Simon Riggs | 2010-01-29 |
* | Filter recovery conflicts based upon dboid from relfilenode of WAL | Simon Riggs | 2010-01-29 |
* | Fix crashing bug at the end of recovery in Streaming Replication, when | Heikki Linnakangas | 2010-01-28 |
* | Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. | Heikki Linnakangas | 2010-01-27 |
* | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas | 2010-01-27 |
* | Fix longstanding gripe that we check for 0000000001.history at start of | Simon Riggs | 2010-01-26 |
* | Fix assorted core dumps and Assert failures that could occur during | Tom Lane | 2010-01-24 |
* | In HS, Startup process sets SIGALRM when waiting for buffer pin. If | Simon Riggs | 2010-01-23 |
* | Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism. | Robert Haas | 2010-01-22 |
* | Write a WAL record whenever we perform an operation without WAL-logging | Heikki Linnakangas | 2010-01-20 |
* | Fix incorrect comparison of scan key in GIN. Per report from | Teodor Sigaev | 2010-01-18 |
* | Teach standby conflict resolution to use SIGUSR1 | Simon Riggs | 2010-01-16 |
* | Introduce Streaming Replication. | Heikki Linnakangas | 2010-01-15 |
* | Add point_ops opclass for GiST. | Teodor Sigaev | 2010-01-14 |
* | First part of refactoring of code for ResolveRecoveryConflict. Purposes | Simon Riggs | 2010-01-14 |
* | Remove partial, broken support for NULL pointers when fetching attributes. | Robert Haas | 2010-01-10 |
* | During Hot Standby, set DatabasePath correctly during relcache init file | Simon Riggs | 2010-01-09 |
* | Remove all the special-case code for INT64_IS_BUSTED, per decision that | Tom Lane | 2010-01-07 |
* | Support ALTER TABLESPACE name SET/RESET ( tablespace_options ). | Robert Haas | 2010-01-05 |