index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
replication
Commit message (
Expand
)
Author
Age
Files
Lines
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
5
-31
/
+31
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
1
-1
/
+1
*
Avoid assuming there will be only 3 states for synchronous_commit.
Simon Riggs
2011-04-04
1
-1
/
+1
*
Merge synchronous_replication setting into synchronous_commit.
Robert Haas
2011-04-04
1
-2
/
+1
*
Automatically terminate replication connections that are idle for more
Heikki Linnakangas
2011-03-30
1
-0
/
+1
*
Fix various possible problems with synchronous replication.
Robert Haas
2011-03-17
2
-1
/
+10
*
More synchronous replication tweaks.
Robert Haas
2011-03-10
1
-2
/
+3
*
Remove obsolete comment.
Robert Haas
2011-03-10
1
-2
/
+1
*
Minor sync rep corrections.
Robert Haas
2011-03-10
1
-2
/
+1
*
Cleanup copyright years and file names in the header comments of some files.
Itagaki Takahiro
2011-03-10
2
-3
/
+4
*
Add new files for syncrep missed in previous commit
Simon Riggs
2011-03-06
1
-0
/
+48
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
1
-0
/
+22
*
Change pg_last_xlog_receive_location() not to move backwards. That makes
Heikki Linnakangas
2011-03-01
1
-4
/
+10
*
Separate messages for standby replies and hot standby feedback.
Simon Riggs
2011-02-18
1
-2
/
+13
*
Hot Standby feedback for avoidance of cleanup conflicts on standby.
Simon Riggs
2011-02-16
2
-0
/
+10
*
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
3
-1
/
+33
*
Add option to include WAL in base backup
Magnus Hagander
2011-01-30
1
-0
/
+1
*
Make walsender options order-independent
Magnus Hagander
2011-01-23
2
-4
/
+4
*
Add pg_basebackup tool for streaming base backups
Magnus Hagander
2011-01-23
2
-1
/
+2
*
Use a lexer and grammar for parsing walsender commands
Magnus Hagander
2011-01-14
3
-1
/
+77
*
Exit from base backups when shutdown is requested
Magnus Hagander
2011-01-14
1
-0
/
+2
*
Track walsender state in shared memory and expose in pg_stat_replication
Magnus Hagander
2011-01-11
1
-0
/
+11
*
Backend support for streaming base backups
Magnus Hagander
2011-01-10
1
-0
/
+17
*
New system view pg_stat_replication displays activity of wal sender processes.
Itagaki Takahiro
2011-01-07
1
-0
/
+2
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
3
-3
/
+3
*
Allow bidirectional copy messages in streaming replication mode.
Robert Haas
2010-12-11
1
-0
/
+3
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
3
-3
/
+3
*
Remove prototype for non-existent function from walreceiver.h. Tidy up by
Heikki Linnakangas
2010-09-13
1
-2
/
+4
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
1
-1
/
+9
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
2
-9
/
+10
*
Replace max_standby_delay with two parameters, max_standby_archive_delay and
Tom Lane
2010-07-03
1
-12
/
+22
*
Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.
Itagaki Takahiro
2010-06-17
1
-2
/
+1
*
Add current WAL end (as seen by walsender, ie, GetWriteRecPtr() result)
Tom Lane
2010-06-03
2
-1
/
+55
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
1
-1
/
+2
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
2
-22
/
+22
*
Don't use O_DIRECT when writing WAL files if archiving or streaming is
Heikki Linnakangas
2010-02-19
1
-1
/
+3
*
Add a message type header to the CopyData messages sent from primary
Heikki Linnakangas
2010-02-03
1
-2
/
+3
*
Make standby server continuously retry restoring the next WAL segment with
Heikki Linnakangas
2010-01-27
1
-5
/
+7
*
Now that much of walreceiver has been pulled back into the postgres
Heikki Linnakangas
2010-01-20
1
-2
/
+2
*
Rethink the way walreceiver is linked into the backend. Instead than shoving
Heikki Linnakangas
2010-01-20
1
-1
/
+13
*
PGDLLIMPORT-ize the remaining variables needed by walreceiver.
Tom Lane
2010-01-16
1
-2
/
+2
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
2
-0
/
+119