summaryrefslogtreecommitdiff
path: root/src/backend/access
AgeCommit message (Expand)Author
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
2010-01-29Filter recovery conflicts based upon dboid from relfilenode of WALSimon Riggs
2010-01-28Fix crashing bug at the end of recovery in Streaming Replication, whenHeikki Linnakangas
2010-01-27Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers.Heikki Linnakangas
2010-01-27Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas
2010-01-26Fix longstanding gripe that we check for 0000000001.history at start ofSimon Riggs
2010-01-24Fix assorted core dumps and Assert failures that could occur duringTom Lane
2010-01-23In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs
2010-01-22Replace ALTER TABLE ... SET STATISTICS DISTINCT with a more general mechanism.Robert Haas
2010-01-20Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas
2010-01-18Fix incorrect comparison of scan key in GIN. Per report fromTeodor Sigaev
2010-01-16Teach standby conflict resolution to use SIGUSR1Simon Riggs
2010-01-15Introduce Streaming Replication.Heikki Linnakangas
2010-01-14Add point_ops opclass for GiST.Teodor Sigaev
2010-01-14First part of refactoring of code for ResolveRecoveryConflict. PurposesSimon Riggs
2010-01-10Remove partial, broken support for NULL pointers when fetching attributes.Robert Haas
2010-01-09During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs