summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2010-04-19Add new message for explicit rejection by pg_hba.conf. ImplicitSimon Riggs
2010-04-19Check RecoveryInProgress() while holding ProcArrayLock during snapshots.Simon Riggs
2010-04-19Fix uninitialized local variables. Not sure why gcc doesn't complain aboutTom Lane
2010-04-19Add wrapper function libpqrcv_PQexec() in the walreceiver that uses asyncMagnus Hagander
2010-04-19Add an 'enable_material' GUC.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-16On Windows, syslogger runs in two threads. The main thread processes configHeikki Linnakangas
2010-04-16In standby mode, suppress repeated LOG messages about a corrupt record,Heikki Linnakangas
2010-04-15Update XML features listPeter Eisentraut
2010-04-15Doc change: effect -> affect, per Robert HaasBruce Momjian
2010-04-14Fix a problem introduced by my patch of 2010-01-12 that revised the wayTom Lane
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-13Only try to do a graceful disconnect if we've successfully loaded theMagnus Hagander
2010-04-12Update the location of last removed WAL segment in shared memory onlyHeikki Linnakangas
2010-04-12Need to use the start pointer of a block we read from WAL segment inHeikki Linnakangas
2010-04-12Change the logic to decide when to delete old WAL segments, so that itHeikki Linnakangas
2010-04-08Make smart shutdown work in combination with Hot Standby/Streaming Replication.Robert Haas
2010-04-07Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works,Tom Lane
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-06Change some debug ereports to elogs, as requested by translation team.Simon Riggs
2010-04-05Arrange to remove pg_default_acl entries completely if their ACL settingTom Lane
2010-04-05Fix updateAclDependencies() to not assume that ACL role dependencies can onlyTom Lane
2010-04-05Improve phrasing of warning message for NOTIFY queue getting too full.Tom Lane
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-01Don't pass an invalid file handle to dup2(). That causes a crash onHeikki Linnakangas
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-30Fix "constraint_exclusion = partition" logic so that it will also attemptTom Lane
2010-03-30Change the retry-loop in standby mode to also try restoring files fromHeikki Linnakangas
2010-03-30Message tuningPeter Eisentraut
2010-03-30Properly initialize local varaible inBruce Momjian
2010-03-30Add comma missing from postgresql.conf comment.Bruce Momjian
2010-03-29Edit recovery.conf.sample so it matches docs. Change standby_modeSimon Riggs
2010-03-28Rework join-removal logic as per recent discussion. In particular thisTom Lane
2010-03-28Derive latestRemovedXid for btree deletes by reading heap pages. TheSimon Riggs
2010-03-26Flush CopyOutResponse when starting streaming in walsender, so that it'sHeikki Linnakangas
2010-03-25Modify some new and pre-existing messages for translatability.Simon Riggs
2010-03-25Prevent ALTER USER f RESET ALL from removing the settings that were put thereAlvaro Herrera
2010-03-24Additional thoughts on WALSender cpu reduction. Use long typeSimon Riggs
2010-03-24Change replication connection log format to allow for a databaseSimon Riggs
2010-03-24Reduce CPU utilisation of WALSender process. Process was using 10% CPUSimon Riggs
2010-03-24Fix thinko in log message for "sameuser" ident map mismatch: the providedTom Lane