| Age | Commit message (Expand) | Author |
| 2010-07-22 | Add missing function prototype. | Robert Haas |
| 2010-07-06 | pgindent run for 9.0, second run | Bruce Momjian |
| 2010-07-03 | Replace max_standby_delay with two parameters, max_standby_archive_delay and | Tom Lane |
| 2010-06-17 | Don't allow walsender to send WAL data until it's been safely fsync'd on the | Tom Lane |
| 2010-06-11 | Use "replication" as the database name when constructing a connection | Heikki Linnakangas |
| 2010-06-09 | In standby mode, respect checkpoint_segments in addition to | Heikki Linnakangas |
| 2010-06-09 | Fix typo in the header comment. Per request from Masao Fujii. | Tatsuo Ishii |
| 2010-06-07 | Avoid useless snprintf() call when update_process_title is turned off. | Tom Lane |
| 2010-06-03 | Adjust misleading comment in walsender.c. We try to send all WAL data that's | Tom Lane |
| 2010-06-03 | Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result) | Tom Lane |
| 2010-06-03 | Fix some inconsistent quoting of wal_level values in messages | Peter Eisentraut |
| 2010-05-31 | Send all outstanding WAL before exiting when smart shutdown is requested. | Heikki Linnakangas |
| 2010-05-26 | Thinko in previous commit: ensure that MAX_SEND_SIZE is always greater | Heikki Linnakangas |
| 2010-05-26 | In walsender, don't sleep if there's outstanding WAL waiting to be sent, | Heikki Linnakangas |
| 2010-05-09 | Fix missing static declaration for XLogRead(). | Tom Lane |
| 2010-04-28 | Modify ShmemInitStruct and ShmemInitHash to throw errors internally, | Tom Lane |
| 2010-04-28 | Introduce wal_level GUC to explicitly control if information needed for | Heikki Linnakangas |
| 2010-04-21 | Fix pg_hba.conf matching so that replication connections only match records | Tom Lane |
| 2010-04-21 | Move the check for whether walreceiver has authenticated as a superuser | Tom Lane |
| 2010-04-20 | Fix code that doesn't work on machines with strict alignment requirements: | Tom Lane |
| 2010-04-19 | Add wrapper function libpqrcv_PQexec() in the walreceiver that uses async | Magnus Hagander |
| 2010-04-13 | Only try to do a graceful disconnect if we've successfully loaded the | Magnus Hagander |
| 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-01 | Refer to max_wal_senders in a more consistent fashion. | Robert Haas |
| 2010-03-26 | Flush CopyOutResponse when starting streaming in walsender, so that it's | Heikki Linnakangas |
| 2010-03-24 | Additional thoughts on WALSender cpu reduction. Use long type | Simon Riggs |
| 2010-03-24 | Reduce CPU utilisation of WALSender process. Process was using 10% CPU | Simon Riggs |
| 2010-03-24 | Update description of walrcv_receive() function to match reality. | Heikki Linnakangas |
| 2010-03-21 | Message tuning | Peter Eisentraut |
| 2010-03-19 | Add connection messages for streaming replication. log_connections | Simon Riggs |
| 2010-03-19 | Minor tweaks on libpqrcv_connect(): ensure conninfo_repl[] is | Simon Riggs |
| 2010-03-16 | Throw a nicer error message if a standby server attempts to connect while | Heikki Linnakangas |
| 2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
| 2010-02-25 | Fix streaming replication starting at the very first WAL segment. | Heikki Linnakangas |
| 2010-02-19 | Don't use O_DIRECT when writing WAL files if archiving or streaming is | Heikki Linnakangas |
| 2010-02-18 | Fix pq_getbyte_if_available() function. It was confused on what it | Heikki Linnakangas |
| 2010-02-17 | Stamp HEAD as 9.0devel, and update various places that were referring to 8.5 | Tom Lane |
| 2010-02-03 | Add a message type header to the CopyData messages sent from primary | Heikki Linnakangas |
| 2010-01-27 | Fix bug in wasender's xlogid boundary handling, reported by Erik Rijkers. | Heikki Linnakangas |
| 2010-01-27 | Make standby server continuously retry restoring the next WAL segment with | Heikki Linnakangas |
| 2010-01-21 | Fix bogus comments. | Heikki Linnakangas |
| 2010-01-20 | Fix bogus subdir setting. Again. I must've unfixed it by accident while | Heikki Linnakangas |
| 2010-01-20 | Add missing "!= NULL", for the sake of consistency. | Heikki Linnakangas |
| 2010-01-20 | Rethink the way walreceiver is linked into the backend. Instead than shoving | Heikki Linnakangas |
| 2010-01-16 | Add #include <sys/time.h> for struct timeval definition on BSD/OS. | Bruce Momjian |
| 2010-01-15 | No, scratch that, it was getting added twice. | Tom Lane |
| 2010-01-15 | Actually, I'll bet the mingw problem is lack of $(BE_DLLLIBS) ... | Tom Lane |
| 2010-01-15 | Fix bogus subdir setting ... wonder just what that affects ... | Tom Lane |
| 2010-01-15 | Remove unused (in non-assertion-enabled build) variable. | Heikki Linnakangas |