index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Commit message (
Expand
)
Author
Age
*
Refer to max_wal_senders in a more consistent fashion.
Robert Haas
2010-04-01
*
Flush CopyOutResponse when starting streaming in walsender, so that it's
Heikki Linnakangas
2010-03-26
*
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-24
*
Message tuning
Peter Eisentraut
2010-03-21
*
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-19
*
Throw a nicer error message if a standby server attempts to connect while
Heikki Linnakangas
2010-03-16
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Fix streaming replication starting at the very first WAL segment.
Heikki Linnakangas
2010-02-25
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
*
Fix pq_getbyte_if_available() function. It was confused on what it
Heikki Linnakangas
2010-02-18
*
Stamp HEAD as 9.0devel, and update various places that were referring to 8.5
Tom Lane
2010-02-17
*
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-03
*
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-27
*
Fix bogus comments.
Heikki Linnakangas
2010-01-21
*
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-20
*
Add #include <sys/time.h> for struct timeval definition on BSD/OS.
Bruce Momjian
2010-01-16
*
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
2010-01-15
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15