| Age | Commit message (Expand) | Author |
| 2010-04-19 | Add new message for explicit rejection by pg_hba.conf. Implicit | Simon Riggs |
| 2010-04-19 | Check RecoveryInProgress() while holding ProcArrayLock during snapshots. | Simon Riggs |
| 2010-04-19 | Fix uninitialized local variables. Not sure why gcc doesn't complain about | Tom Lane |
| 2010-04-19 | Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async | Magnus Hagander |
| 2010-04-19 | Add an 'enable_material' GUC. | Robert Haas |
| 2010-04-18 | Improve sequence and sense of messages from pg_stop_backup(). | Simon Riggs |
| 2010-04-18 | Remove some additional changes in previous commit that belong elsewhere. | Simon Riggs |
| 2010-04-18 | Tune GetSnapshotData() during Hot Standby by avoiding loop | Simon Riggs |
| 2010-04-16 | On Windows, syslogger runs in two threads. The main thread processes config | Heikki Linnakangas |
| 2010-04-16 | In standby mode, suppress repeated LOG messages about a corrupt record, | Heikki Linnakangas |
| 2010-04-15 | Update XML features list | Peter Eisentraut |
| 2010-04-15 | Doc change: effect -> affect, per Robert Haas | Bruce Momjian |
| 2010-04-14 | Fix a problem introduced by my patch of 2010-01-12 that revised the way | Tom Lane |
| 2010-04-14 | Typo fix. Kevin Grittner. | Robert Haas |
| 2010-04-14 | Fix minor typo in comment in xlog.c | Simon Riggs |
| 2010-04-13 | Allow Hot Standby to begin from a shutdown checkpoint. | Heikki Linnakangas |
| 2010-04-13 | Only try to do a graceful disconnect if we've successfully loaded the | Magnus Hagander |
| 2010-04-12 | Update the location of last removed WAL segment in shared memory only | Heikki Linnakangas |
| 2010-04-12 | Need to use the start pointer of a block we read from WAL segment in | Heikki Linnakangas |
| 2010-04-12 | Change the logic to decide when to delete old WAL segments, so that it | Heikki Linnakangas |
| 2010-04-08 | Make smart shutdown work in combination with Hot Standby/Streaming Replication. | Robert Haas |
| 2010-04-07 | Fix to_char YYY, YY, Y format codes so that FM zero-suppression really works, | Tom Lane |
| 2010-04-07 | Allow quotes to be escaped in recovery.conf, by doubling them. This patch | Heikki Linnakangas |
| 2010-04-07 | Forbid using pg_xlogfile_name() and pg_xlogfile_name_offset() during | Heikki Linnakangas |
| 2010-04-06 | Further message changes when recovery.conf parameters missing. | Simon Riggs |
| 2010-04-06 | Rename "Log-streaming replication parameters" header to "Standby server | Heikki Linnakangas |
| 2010-04-06 | Change some debug ereports to elogs, as requested by translation team. | Simon Riggs |
| 2010-04-05 | Arrange to remove pg_default_acl entries completely if their ACL setting | Tom Lane |
| 2010-04-05 | Fix updateAclDependencies() to not assume that ACL role dependencies can only | Tom Lane |
| 2010-04-05 | Improve phrasing of warning message for NOTIFY queue getting too full. | Tom Lane |
| 2010-04-02 | Check compulsory parameters in recovery.conf in standby_mode, per docs. | Simon Riggs |
| 2010-04-02 | Move system startup message prior to any calls out of data directory. | Simon Riggs |
| 2010-04-01 | Don't pass an invalid file handle to dup2(). That causes a crash on | Heikki Linnakangas |
| 2010-04-01 | Refer to max_wal_senders in a more consistent fashion. | Robert Haas |
| 2010-03-31 | Change recovery.conf.sample to match postgresql.conf by showing only | Bruce Momjian |
| 2010-03-30 | Fix "constraint_exclusion = partition" logic so that it will also attempt | Tom Lane |
| 2010-03-30 | Change the retry-loop in standby mode to also try restoring files from | Heikki Linnakangas |
| 2010-03-30 | Message tuning | Peter Eisentraut |
| 2010-03-30 | Properly initialize local varaible in | Bruce Momjian |
| 2010-03-30 | Add comma missing from postgresql.conf comment. | Bruce Momjian |
| 2010-03-29 | Edit recovery.conf.sample so it matches docs. Change standby_mode | Simon Riggs |
| 2010-03-28 | Rework join-removal logic as per recent discussion. In particular this | Tom Lane |
| 2010-03-28 | Derive latestRemovedXid for btree deletes by reading heap pages. The | Simon Riggs |
| 2010-03-26 | Flush CopyOutResponse when starting streaming in walsender, so that it's | Heikki Linnakangas |
| 2010-03-25 | Modify some new and pre-existing messages for translatability. | Simon Riggs |
| 2010-03-25 | Prevent ALTER USER f RESET ALL from removing the settings that were put there | Alvaro Herrera |
| 2010-03-24 | Additional thoughts on WALSender cpu reduction. Use long type | Simon Riggs |
| 2010-03-24 | Change replication connection log format to allow for a database | Simon Riggs |
| 2010-03-24 | Reduce CPU utilisation of WALSender process. Process was using 10% CPU | Simon Riggs |
| 2010-03-24 | Fix thinko in log message for "sameuser" ident map mismatch: the provided | Tom Lane |