index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
Age
Commit message (
Expand
)
Author
2011-08-10
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
Change the autovacuum launcher to use WaitLatch instead of a poll loop.
Tom Lane
2011-08-09
Measure WaitLatch's timeout parameter in milliseconds, not microseconds.
Tom Lane
2011-08-09
Documentation improvement and minor code cleanups for the latch facility.
Tom Lane
2011-08-06
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-07-19
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-08
Introduce a pipe between postmaster and each backend, which can be used to
Heikki Linnakangas
2011-07-08
Message style improvements
Peter Eisentraut
2011-06-22
Add missing -I switch for VPATH builds.
Tom Lane
2011-06-21
Message style and spelling improvements
Peter Eisentraut
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-30
Lowercase status labels in pg_stat_replication view.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-07
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-04
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-03
Avoid possible hang during smart shutdown.
Robert Haas
2011-04-01
Fix compiler warning.
Robert Haas
2011-03-30
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
Adjust error message, now that we expect other message types than connection
Heikki Linnakangas
2011-03-26
Additional test for each commit in sync rep path to plug minute
Simon Riggs
2011-03-25
Make walreceiver send a reply after receiving data but before flushing it.
Robert Haas
2011-03-19
Move synchronous_standbys_defined updates from WAL writer to BG writer.
Robert Haas
2011-03-18
Make synchronous replication query cancel/die messages more consistent.
Robert Haas
2011-03-17
Remove bogus comment.
Robert Haas
2011-03-17
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-10
Make error handling of synchronous_standby_names consistent.
Robert Haas
2011-03-10
More synchronous replication typo fixes.
Robert Haas
2011-03-10
More synchronous replication tweaks.
Robert Haas
2011-03-10
Minor sync rep corrections.
Robert Haas
2011-03-10
Replication README updates.
Robert Haas
2011-03-10
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
Mention gcc version in C comment.
Bruce Momjian
2011-03-07
Silence compiler warning about undefined function when compiling without
Heikki Linnakangas
2011-03-07
Dynamic array required within pg_stat_replication.
Simon Riggs
2011-03-06
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-01
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
Avoid excessive Hot Standby feedback messages.
Robert Haas
2011-02-26
Increase the default for wal_sender_delay from 200ms to 1s. Now that WAL
Heikki Linnakangas
2011-02-18
Make a hard state change from catchup to streaming mode.
Simon Riggs
2011-02-18
Separate messages for standby replies and hot standby feedback.
Simon Riggs
2011-02-17
Fix blatantly uninitialized variable in recent commit.
Tom Lane
2011-02-16
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
WAL receiver shouldn't try to send a reply when dying.
Robert Haas
2011-02-15
Assorted corrections to the patch to add WAL receiver replies.
Robert Haas
2011-02-11
Typo fixes. receivedUpto should be capitalized consistently.
Robert Haas
2011-02-10
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-09
Implement NOWAIT option for BASE_BACKUP command
Magnus Hagander
2011-02-06
IDENTIFY_SYSTEM now returns 3 fields, not 2
Magnus Hagander
2011-02-05
Add C comment about why older compilers complain about basebackup.c's
Bruce Momjian
[next]