summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
2010-04-14Typo fix. Kevin Grittner.Robert Haas
2010-04-14Fix minor typo in comment in xlog.cSimon Riggs
2010-04-13Allow Hot Standby to begin from a shutdown checkpoint.Heikki Linnakangas
2010-04-12Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas
2010-04-12Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas
2010-04-07Allow quotes to be escaped in recovery.conf, by doubling them. This patchHeikki Linnakangas
2010-04-07Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() duringHeikki Linnakangas
2010-04-06Further message changes when recovery.conf parameters missing.Simon Riggs
2010-04-06Rename "Log-streaming replication parameters" header to "Standby serverHeikki Linnakangas
2010-04-02Check compulsory parameters in recovery.conf in standby_mode, per docs.Simon Riggs
2010-04-02Move system startup message prior to any calls out of data directory.Simon Riggs
2010-04-01Refer to max_wal_senders in a more consistent fashion.Robert Haas
2010-03-31Change recovery.conf.sample to match postgresql.conf by showing onlyBruce Momjian
2010-03-30Change the retry-loop in standby mode to also try restoring files fromHeikki Linnakangas
2010-03-30Properly initialize local varaible inBruce Momjian
2010-03-29Edit recovery.conf.sample so it matches docs. Change standby_modeSimon Riggs
2010-03-28Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs
2010-03-21Message tuningPeter Eisentraut
2010-03-19Adjust comment in .history file to match recovery target specified. CommentSimon Riggs
2010-03-19Reset btpo.xact following recovery of btree delete page. Add btpo_xactSimon Riggs
2010-03-18Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas
2010-03-15Remove incorrect comment from GetWriteRecPtr(): the return value is alwaysSimon Riggs
2010-03-11Add missing reset of need_initialization in reloptions code.Tom Lane
2010-03-10pg_start_backup() can use a share lock to lock ControlFileLockItagaki Takahiro
2010-02-26pgindent run for 9.0Bruce Momjian
2010-02-25Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane
2010-02-20Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane
2010-02-19Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas
2010-02-19Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro
2010-02-17Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane
2010-02-17When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane
2010-02-16Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane
2010-02-14Wrap calls to SearchSysCache and related functions using macros.Robert Haas
2010-02-13Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs
2010-02-13Introduce WAL records to log reuse of btree pages, allowing conflictSimon Riggs
2010-02-12Reduce the chatter to the log when starting a standby server. Don'tHeikki Linnakangas
2010-02-12If primary_conninfo is not set, don't try to establish streamingHeikki Linnakangas
2010-02-12Check for partial WAL files in standby mode. If restore_command restoresHeikki Linnakangas
2010-02-11Generic implementation of red-black binary tree. It's planned to use inTeodor Sigaev
2010-02-10Now that streaming replication switches between streaming mode andHeikki Linnakangas
2010-02-09Fix up rickety handling of relation-truncation interlocks.Tom Lane
2010-02-09Fix bug in GIN WAL redo cleanup function: don't free fake relcache entryHeikki Linnakangas
2010-02-08Remove piece of code to zero out minRecoveryPoint when starting crashHeikki Linnakangas
2010-02-08Remove some more dead VACUUM-FULL-only code.Tom Lane
2010-02-08Remove old-style VACUUM FULL (which was known for a little while asTom Lane
2010-02-07Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane
2010-02-04Restructure CLUSTER/newstyle VACUUM FULL/ALTER TABLE support so that swappingTom Lane
2010-02-03Move the responsibility of writing a "unlogged WAL operation" record fromHeikki Linnakangas
2010-02-01Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs
2010-01-29Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs