summaryrefslogtreecommitdiff
path: root/src/backend/access/transam/xlog.c
AgeCommit message (Expand)Author
2010-08-01Back-patch fix for renaming asyncCommitLSN to asyncXactLSN.Tom Lane
2010-07-06pgindent run for 9.0, second runBruce Momjian
2010-07-03Don't set recoveryLastXTime when replaying a checkpoint --- that was a bogusTom Lane
2010-07-03Replace max_standby_delay with two parameters, max_standby_archive_delay andTom Lane
2010-06-28emode_for_corrupt_record shouldn't reduce LOG messages to WARNING.Robert Haas
2010-06-17Make RemoveOldXlogFiles's debug printout match style used elsewhere:Tom Lane
2010-06-17Don't allow walsender to send WAL data until it's been safely fsync'd on theTom Lane
2010-06-14If a corrupt WAL record is received by streaming replication, disconnectHeikki Linnakangas
2010-06-12Fix typo/bug, found by Clang compilerPeter Eisentraut
2010-06-10Rename restartpoint_command to archive_cleanup_command.Itagaki Takahiro
2010-06-10Make TriggerFile variable static. It's not used outside xlog.c.Heikki Linnakangas
2010-06-10Return NULL instead of 0/0 in pg_last_xlog_receive_location() andHeikki Linnakangas
2010-06-09In standby mode, respect checkpoint_segments in addition toHeikki Linnakangas
2010-06-09Make the walwriter close it's handle to an old xlog segment if it's no longerMagnus Hagander
2010-06-03Fix some inconsistent quoting of wal_level values in messagesPeter Eisentraut
2010-06-03On clean shutdown during recovery, don't warn about possible corruption.Robert Haas
2010-06-02Fix obsolete comments that I neglected to update in a previous patch.Heikki Linnakangas
2010-05-27Adjust comment to reflect that we now have Hot Standby. Pointed out byHeikki Linnakangas
2010-05-15Rename PM_RECOVERY_CONSISTENT and PMSIGNAL_RECOVERY_CONSISTENT.Robert Haas
2010-05-15Fix bug in processing of checkpoint time for max_standby_delay. LatestSimon Riggs
2010-05-14Add many new Asserts in code and fix simple bug that slipped throughSimon Riggs
2010-05-13Cleanup initialization of Hot Standby. Clarify working with reanalysisSimon Riggs
2010-05-03Need to hold ControlFileLock while updating control file. UpdateHeikki Linnakangas
2010-05-02Clean up some awkward, inaccurate, and inefficient processing aroundTom Lane
2010-04-29Adjust error checks in pg_start_backup and pg_stop_backup to make it possibleTom Lane
2010-04-29Rename the parameter recovery_connections to hot_standby, to reduce possibleTom Lane
2010-04-28Introduce wal_level GUC to explicitly control if information needed forHeikki Linnakangas
2010-04-27If a base backup is cancelled by server shutdown or crash, throw an errorHeikki Linnakangas
2010-04-23Previous patch revoked following objections.Simon Riggs
2010-04-23Make CheckRequiredParameterValues() depend upon correct combinationSimon Riggs
2010-04-20Rename standby_keep_segments to wal_keep_segments.Robert Haas
2010-04-18Improve sequence and sense of messages from pg_stop_backup().Simon Riggs
2010-04-18Remove some additional changes in previous commit that belong elsewhere.Simon Riggs
2010-04-18Tune GetSnapshotData() during Hot Standby by avoiding loopSimon Riggs
2010-04-16In standby mode, suppress repeated LOG messages about a corrupt record,Heikki Linnakangas
2010-04-15Doc change: effect -> affect, per Robert HaasBruce Momjian
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-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-30Change the retry-loop in standby mode to also try restoring files fromHeikki Linnakangas
2010-03-21Message tuningPeter Eisentraut
2010-03-19Adjust comment in .history file to match recovery target specified. CommentSimon Riggs
2010-03-18Add restartpoint_command option to recovery.conf. Fix bug in %r handlingHeikki Linnakangas