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
/
include
/
replication
Age
Commit message (
Expand
)
Author
2015-05-08
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-04-29
Correct replication origin's use of UINT16_MAX to PG_UINT16_MAX.
Andres Freund
2015-04-29
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-21
Add 'active_in' column to pg_replication_slots.
Andres Freund
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-26
Make SyncRepWakeQueue to a static function
Tatsuo Ishii
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-21
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
Some more FLEXIBLE_ARRAY_MEMBER fixes.
Tom Lane
2015-02-20
Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.
Tom Lane
2015-01-17
Replace walsender's latch with the general shared latch.
Andres Freund
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-12
Put the logic to decide which synchronous standby is active into a function.
Heikki Linnakangas
2014-11-20
Revamp the WAL record format.
Heikki Linnakangas
2014-11-06
Move the backup-block logic from XLogInsert to a new file, xloginsert.c.
Heikki Linnakangas
2014-09-12
Add GUC to enable logging of replication commands.
Fujii Masao
2014-07-06
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-06-12
Consistency improvements for slot and decoding code.
Andres Freund
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-10
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-07
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-03
Introduce logical decoding.
Robert Haas
2014-02-27
Allow BASE_BACKUP to be throttled
Alvaro Herrera
2014-02-01
Introduce replication slots.
Robert Haas
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-23
Fix typo in comment.
Robert Haas
2013-01-23
Fix more issues with cascading replication and timeline switches.
Heikki Linnakangas
2013-01-18
Now that START_REPLICATION returns the next timeline's ID after reaching end
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-13
Allow a streaming replication standby to follow a timeline switch.
Heikki Linnakangas
2012-11-07
Make the streaming replication protocol messages architecture-independent.
Heikki Linnakangas
2012-10-11
Improve replication connection timeouts.
Heikki Linnakangas
2012-10-05
Use the regular main processing loop also in walsenders.
Heikki Linnakangas
2012-08-28
syncrep.h must include xlogdefs.h
Alvaro Herrera
2012-08-09
Turn off WalSender keepalives by default, users can enable if desired
Simon Riggs
2012-08-09
Ensure all replication message info is available and correct via WalRcv
Simon Riggs
2012-07-18
Fix management of pendingOpsTable in auxiliary processes.
Tom Lane
2012-07-02
Make walsender more responsive.
Robert Haas
2012-06-25
Unify calling conventions for postgres/postmaster sub-main functions
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-30
Various minor comments changes from bgwriter to checkpointer.
Simon Riggs
2012-01-24
Add new replication mode synchronous_commit = 'write'.
Simon Riggs
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-12-31
Send new protocol keepalive messages to standby servers.
Simon Riggs
2011-09-14
Split walsender.h in public/private headers
Alvaro Herrera
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-04
Clean up the #include mess a little.
Tom Lane
2011-09-04
walsender.h doesn't need xlog.h, per Tom.
Bruce Momjian
2011-09-04
Move AllowCascadeReplication() define from xlog.h to replication include
Bruce Momjian
[next]