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
/
walsender.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
1
-0
/
+1
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
1
-0
/
+1
*
Update copyright for 2014
Bruce Momjian
2014-01-07
1
-1
/
+1
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
1
-1
/
+1
*
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-12-13
1
-1
/
+0
*
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-11
1
-1
/
+1
*
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-10-05
1
-2
/
+3
*
Make walsender more responsive.
Robert Haas
2012-07-02
1
-0
/
+24
*
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-25
1
-1
/
+1
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
1
-1
/
+1
*
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-13
1
-91
/
+2
*
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-09
1
-0
/
+1
*
Clean up the #include mess a little.
Tom Lane
2011-09-04
1
-2
/
+1
*
walsender.h doesn't need xlog.h, per Tom.
Bruce Momjian
2011-09-03
1
-1
/
+0
*
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
2011-09-03
1
-0
/
+1
*
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-09-01
1
-1
/
+1
*
Remove wal_sender_delay GUC, because it's no longer useful.
Tom Lane
2011-08-10
1
-1
/
+0
*
Cascading replication feature for streaming log-based replication.
Simon Riggs
2011-07-19
1
-1
/
+4
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
1
-13
/
+13
*
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
1
-0
/
+7
*
Remove obsolete comment.
Robert Haas
2011-03-10
1
-2
/
+1
*
Efficient transaction-controlled synchronous replication.
Simon Riggs
2011-03-06
1
-0
/
+22
*
Send status updates back from standby server to master, indicating how far
Heikki Linnakangas
2011-02-10
1
-1
/
+11
*
Add option to include WAL in base backup
Magnus Hagander
2011-01-30
1
-0
/
+1
*
Use a lexer and grammar for parsing walsender commands
Magnus Hagander
2011-01-14
1
-0
/
+13
*
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
*
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
1
-1
/
+1
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Introduce latches. A latch is a boolean variable, with the capability to
Heikki Linnakangas
2010-09-11
1
-1
/
+9
*
Remove prototype of GetOldestWALSendPointer(), that is marked as NOT_USED.
Itagaki Takahiro
2010-06-17
1
-2
/
+1
*
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
1
-8
/
+8
*
Introduce Streaming Replication.
Heikki Linnakangas
2010-01-15
1
-0
/
+49