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
/
backend
/
replication
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix typos in comments and debug message
Magnus Hagander
2016-07-18
3
-6
/
+6
*
walreceiver: tweak pg_stat_wal_receiver behavior
Alvaro Herrera
2016-07-01
1
-16
/
+6
*
Fix typo in ReorderBufferIterTXNInit().
Tom Lane
2016-06-30
1
-1
/
+1
*
Add conninfo to pg_stat_wal_receiver
Alvaro Herrera
2016-06-29
2
-35
/
+102
*
pgindent run for 9.6
Robert Haas
2016-06-09
11
-101
/
+103
*
Fix various common mispellings.
Greg Stark
2016-06-03
2
-2
/
+2
*
Revert timeline following in replication slots
Alvaro Herrera
2016-05-04
1
-6
/
+6
*
Fix code comments regarding logical decoding
Alvaro Herrera
2016-05-02
2
-18
/
+19
*
Remove warning about num_sync being too large in synchronous_standby_names.
Tom Lane
2016-04-30
1
-45
/
+0
*
Remember asking for feedback during walsender shutdown.
Andres Freund
2016-04-28
1
-4
/
+8
*
Clean up parsing of synchronous_standby_names GUC variable.
Tom Lane
2016-04-27
4
-172
/
+176
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
2
-20
/
+42
*
Fix trivial typo.
Andres Freund
2016-04-14
1
-1
/
+1
*
Fix core dump in ReorderBufferRestoreChange on alignment-picky platforms.
Tom Lane
2016-04-14
1
-2
/
+10
*
Adjust signature of walrcv_receive hook.
Tom Lane
2016-04-14
3
-6
/
+6
*
Adjust datatype of ReplicationState.acquired_by.
Tom Lane
2016-04-14
1
-2
/
+2
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
2
-9
/
+20
*
Remove unused function GetOldestWALSendPointer from walsender code.
Fujii Masao
2016-04-13
1
-41
/
+0
*
Use ereport(ERROR) instead of Assert() to emit syncrep_parser error.
Fujii Masao
2016-04-11
1
-1
/
+6
*
Use proper format specifier %X/%X for LSN, again.
Fujii Masao
2016-04-06
1
-1
/
+1
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
7
-1
/
+339
*
Support multiple synchronous standby servers.
Fujii Masao
2016-04-06
6
-138
/
+673
*
Implement backup API functions for non-exclusive backups
Magnus Hagander
2016-04-05
1
-7
/
+10
*
Fix error message from wal_level value renaming
Peter Eisentraut
2016-04-04
1
-1
/
+1
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
1
-0
/
+1
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
1
-1
/
+1
*
Use proper format specifier %X/%X for LSN.
Fujii Masao
2016-03-31
1
-1
/
+1
*
Enable logical slots to follow timeline switches
Alvaro Herrera
2016-03-30
1
-8
/
+9
*
XLogReader general code cleanup
Alvaro Herrera
2016-03-30
1
-1
/
+17
*
Add new replication mode synchronous_commit = 'remote_apply'.
Robert Haas
2016-03-29
4
-46
/
+118
*
Don't use !! but != 0/NULL to force boolean evaluation.
Andres Freund
2016-03-27
1
-1
/
+1
*
Merge wal_level "archive" and "hot_standby" into new name "replica"
Peter Eisentraut
2016-03-18
1
-1
/
+1
*
Provide much better wait information in pg_stat_activity.
Robert Haas
2016-03-10
1
-0
/
+2
*
Avoid unlikely data-loss scenarios due to rename() without fsync.
Andres Freund
2016-03-09
1
-21
/
+2
*
Introduce durable_rename() and durable_link_or_rename().
Andres Freund
2016-03-09
2
-2
/
+2
*
Handle invalid libpq sockets in more places
Peter Eisentraut
2016-03-08
1
-1
/
+1
*
Further improvements to c8f621c43.
Andres Freund
2016-03-07
2
-10
/
+23
*
Fix wrong allocation size in c8f621c43.
Andres Freund
2016-03-06
1
-1
/
+2
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
2
-55
/
+116
*
logical decoding: old/newtuple in spooled UPDATE changes was switched around.
Andres Freund
2016-03-05
1
-10
/
+10
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
3
-14
/
+41
*
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
1
-1
/
+1
*
Fix typos
Alvaro Herrera
2016-02-29
1
-4
/
+4
*
Improve error message about active replication slot
Peter Eisentraut
2016-02-17
1
-1
/
+1
*
Make builtin lwlock tranche names consistent.
Robert Haas
2016-02-12
2
-2
/
+2
*
Fix typo in comment.
Robert Haas
2016-02-05
1
-1
/
+1
*
Make all built-in lwlock tranche IDs fixed.
Robert Haas
2016-02-02
1
-1
/
+1
*
Fix typos in comments
Magnus Hagander
2016-02-01
2
-2
/
+2
*
Migrate replication slot I/O locks into a separate tranche.
Robert Haas
2016-01-29
1
-3
/
+11
*
Refactor to create generic WAL page read callback
Simon Riggs
2016-01-20
1
-155
/
+3
[next]