summaryrefslogtreecommitdiff
path: root/src/backend/access/transam
Commit message (Expand)AuthorAgeFilesLines
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-071-33/+63
* Avoid assuming there will be only 3 states for synchronous_commit.Simon Riggs2011-04-041-1/+1
* Merge synchronous_replication setting into synchronous_commit.Robert Haas2011-04-041-2/+3
* Improve error message when WAL ends before reaching end of online backup.Heikki Linnakangas2011-03-311-1/+6
* Check that we've reached end-of-backup also when we're not performingHeikki Linnakangas2011-03-301-5/+3
* Minor changes to recovery pause behaviour.Simon Riggs2011-03-231-12/+12
* Prevent intermittent hang in recovery from bgwriter interaction.Simon Riggs2011-03-231-0/+2
* When two base backups are started at the same time with pg_basebackup,Heikki Linnakangas2011-03-211-34/+61
* Remove bogus semicolons in recoveryPausesHere.Robert Haas2011-03-181-2/+2
* Add pause_at_recovery_target to recovery.conf.sample; improve docs.Robert Haas2011-03-171-0/+8
* Clarify C comment that O_SYNC/O_FSYNC are really the same settting, asBruce Momjian2011-03-101-1/+1
* Emit a LOG message when pausing at the recovery target.Robert Haas2011-03-101-0/+3
* Truncate predicate lock manager's SLRU lazily at checkpoint. That's saferHeikki Linnakangas2011-03-081-0/+2
* If recovery_target_timeline is set to 'latest' and standby mode is enabled,Heikki Linnakangas2011-03-071-3/+76
* Efficient transaction-controlled synchronous replication.Simon Riggs2011-03-062-1/+35
* Refactor the executor's API to support data-modifying CTEs better.Tom Lane2011-02-271-28/+32
* Named restore point improvements.Robert Haas2011-02-241-0/+4
* Hot Standby feedback for avoidance of cleanup conflicts on standby.Simon Riggs2011-02-161-4/+54
* pg_ctl promoteRobert Haas2011-02-151-4/+45
* PITR can stop at a named restore point when recovery target = timeSimon Riggs2011-02-151-10/+20
* Send status updates back from standby server to master, indicating how farHeikki Linnakangas2011-02-101-5/+20
* Implement NOWAIT option for BASE_BACKUP commandMagnus Hagander2011-02-091-4/+4
* Named restore points in recovery. Users can record named points, thenSimon Riggs2011-02-082-11/+166
* Basic Recovery Control functions for use in Hot Standby. Pause, Resume,Simon Riggs2011-02-081-0/+137
* Remove rare corner case for data loss when triggering standby server.Simon Riggs2011-02-081-1/+6
* Implement genuine serializable isolation level.Heikki Linnakangas2011-02-084-0/+34
* Log restartpoints in the same fashion as checkpoints.Robert Haas2011-02-021-8/+14
* Support multiple concurrent pg_basebackup backups.Heikki Linnakangas2011-01-311-91/+205
* Allow the wal_buffers setting to be auto-tuned to a reasonable value.Tom Lane2011-01-221-1/+40
* Split pg_start_backup() and pg_stop_backup() into two piecesMagnus Hagander2011-01-091-8/+58
* Improve recovery.conf.sample comments.Robert Haas2011-01-071-11/+17
* Update comments in RecordTransactionCommit() to mention unlogged tables.Robert Haas2011-01-031-8/+9
* Stamp copyrights for year 2011.Bruce Momjian2011-01-0111-11/+11
* Avoid unnecessary public struct declaration in slru.hAlvaro Herrera2010-12-304-12/+26
* Support unlogged tables.Robert Haas2010-12-291-0/+17
* Add REPLICATION privilege for ROLEsMagnus Hagander2010-12-291-4/+4
* Remove quotes from boolean recovery.conf.sample parameters, now that theBruce Momjian2010-12-241-3/+3
* Rewrite the GiST insertion logic so that we don't need the post-recoveryHeikki Linnakangas2010-12-231-1/+1
* Allow transactions that don't write WAL to commit asynchronously.Robert Haas2010-12-201-10/+23
* Instrument checkpoint sync calls.Robert Haas2010-12-141-6/+35
* Use symbolic names not octal constants for file permission flags.Tom Lane2010-12-101-1/+1
* Optimize commit_siblings in two ways to improve group commit.Simon Riggs2010-12-081-1/+1
* Fix bugs in the hot standby known-assigned-xids tracking logic. If there'sHeikki Linnakangas2010-12-071-2/+0
* Fix two typos, by Fujii Masao.Heikki Linnakangas2010-12-061-2/+2
* Remove now-outdated mention of quotes being required in recovery.conf.Robert Haas2010-12-031-2/+0
* Use GUC lexer for recovery.conf parsing.Robert Haas2010-12-031-147/+39
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Fix bug introduced by the recent patch to check that the checkpoint redoHeikki Linnakangas2010-11-111-1/+3
* Add monitoring function pg_last_xact_replay_timestamp.Robert Haas2010-11-091-0/+18
* Bootstrap WAL to begin at segment logid=0 logseg=1 (000000010000000000000001)Heikki Linnakangas2010-11-021-9/+12