aboutsummaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAge
* Adjust comment in .history file to match recovery target specified. CommentSimon Riggs2010-03-19
* Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas2010-03-18
* Remove incorrect comment from GetWriteRecPtr(): the return value is alwaysSimon Riggs2010-03-15
* pg_start_backup() can use a share lock to lock ControlFileLockItagaki Takahiro2010-03-10
* pgindent run for 9.0Bruce Momjian2010-02-26
* Make pg_stop_backup's reporting a bit more verbose in hopes of makingTom Lane2010-02-25
* Clean up handling of XactReadOnly and RecoveryInProgress checks.Tom Lane2010-02-20
* Don't use O_DIRECT when writing WAL files if archiving or streaming isHeikki Linnakangas2010-02-19
* Fix STOP WAL LOCATION in backup history files no to return the nextItagaki Takahiro2010-02-19
* Stamp HEAD as 9.0devel, and update various places that were referring to 8.5Tom Lane2010-02-17
* When updating ShmemVariableCache from a checkpoint record, be sure to setTom Lane2010-02-17
* Replace the pg_listener-based LISTEN/NOTIFY mechanism with an in-memory queue.Tom Lane2010-02-16
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Fix relcache init file invalidation during Hot Standby for the caseSimon Riggs2010-02-13
* Reduce the chatter to the log when starting a standby server. Don'tHeikki Linnakangas2010-02-12
* If primary_conninfo is not set, don't try to establish streamingHeikki Linnakangas2010-02-12
* Check for partial WAL files in standby mode. If restore_command restoresHeikki Linnakangas2010-02-12
* Now that streaming replication switches between streaming mode andHeikki Linnakangas2010-02-10
* Fix up rickety handling of relation-truncation interlocks.Tom Lane2010-02-09
* Remove piece of code to zero out minRecoveryPoint when starting crashHeikki Linnakangas2010-02-08
* Remove old-style VACUUM FULL (which was known for a little while asTom Lane2010-02-08
* Create a "relation mapping" infrastructure to support changing the relfilenodesTom Lane2010-02-07
* Revoke augmentation of WAL records for btree delete, per discussion.Simon Riggs2010-02-01
* Augment WAL records for btree delete with GetOldestXmin() to reduceSimon Riggs2010-01-29
* Fix crashing bug at the end of recovery in Streaming Replication, whenHeikki Linnakangas2010-01-28
* Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers.Heikki Linnakangas2010-01-27
* Make standby server continuously retry restoring the next WAL segment withHeikki Linnakangas2010-01-27
* Fix longstanding gripe that we check for 0000000001.history at start ofSimon Riggs2010-01-26
* Fix assorted core dumps and Assert failures that could occur duringTom Lane2010-01-24
* In HS, Startup process sets SIGALRM when waiting for buffer pin. IfSimon Riggs2010-01-23
* Write a WAL record whenever we perform an operation without WAL-loggingHeikki Linnakangas2010-01-20
* Teach standby conflict resolution to use SIGUSR1Simon Riggs2010-01-16
* Introduce Streaming Replication.Heikki Linnakangas2010-01-15
* During Hot Standby, set DatabasePath correctly during relcache init fileSimon Riggs2010-01-09
* Write an end-of-backup WAL record at pg_stop_backup(), and wait for it atHeikki Linnakangas2010-01-04
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Reset minRecoveryPoint at checkpoints, so that we don't uselessly updateHeikki Linnakangas2009-12-30
* Allow read only connections during recovery, known as Hot Standby.Simon Riggs2009-12-19
* Prevent indirect security attacks via changing session-local state withinTom Lane2009-12-09
* Fix an old bug in multixact and two-phase commit. Prepared transactions canHeikki Linnakangas2009-11-23
* Don't error out if recycling or removing an old WAL segment fails at the endHeikki Linnakangas2009-09-13
* On Windows, when a file is deleted and another process still has an openHeikki Linnakangas2009-09-10
* Force VACUUM to recalculate oldestXmin even when we haven't changed ourTom Lane2009-09-01
* Actually, we need to bump the format identifier on twophase filesTom Lane2009-09-01
* Remove flatfiles.c, which is now obsolete.Alvaro Herrera2009-09-01
* Track the current XID wrap limit (or more accurately, the oldest unfrozenTom Lane2009-08-31
* In the checkpoint written at the end of archive recovery, the WAL page headerHeikki Linnakangas2009-08-27
* Allow backends to start up without use of the flat-file copy of pg_database.Tom Lane2009-08-12
* Document that LocalSetXLogInsertAllowed can be re-executed.Tom Lane2009-08-08
* rm_cleanup functions need to be allowed to write WAL entries. This oversightTom Lane2009-08-07