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
*
Add GUC to enable logging of replication commands.
Fujii Masao
2014-09-13
1
-2
/
+9
*
Assorted message fixes and improvements
Peter Eisentraut
2014-09-05
3
-9
/
+9
*
Fix s/pluggins/plugins/ typo in two comments.
Andres Freund
2014-09-01
1
-1
/
+1
*
Declare two variables in snapbuild.c as static.
Andres Freund
2014-08-31
1
-2
/
+2
*
Revert "Fix bug in checking of IDENTIFY_SYSTEM result."
Fujii Masao
2014-08-19
1
-2
/
+2
*
Fix bug in checking of IDENTIFY_SYSTEM result.
Fujii Masao
2014-08-19
1
-2
/
+2
*
Be less aggressive in asking for feedback of logical walsender clients.
Andres Freund
2014-08-12
1
-2
/
+4
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-8
/
+0
*
Properly remove ephemeral replication slots after a crash restart.
Andres Freund
2014-07-24
1
-4
/
+18
*
Add file version information to most installed Windows binaries.
Noah Misch
2014-07-14
1
-1
/
+2
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
1
-2
/
+10
*
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-06
2
-1
/
+18
*
Rename logical decoding's pg_llog directory to pg_logical.
Andres Freund
2014-07-02
2
-13
/
+13
*
Check interrupts during logical decoding more frequently.
Andres Freund
2014-06-30
2
-5
/
+3
*
Consistency improvements for slot and decoding code.
Andres Freund
2014-06-12
4
-10
/
+20
*
Fix typos in comments.
Fujii Masao
2014-06-11
1
-1
/
+1
*
Fix off-by-one in decoding causing one-record events to be skipped.
Andres Freund
2014-06-05
1
-9
/
+10
*
Revert "Fix bogus %name-prefix option syntax in all our Bison files."
Tom Lane
2014-05-28
1
-1
/
+1
*
Don't pay heed to wal_sender_timeout while creating a decoding slot.
Andres Freund
2014-05-29
1
-5
/
+26
*
Fix bogus %name-prefix option syntax in all our Bison files.
Tom Lane
2014-05-28
1
-1
/
+1
*
Ensure cleanup in case of early errors in streaming base backups
Magnus Hagander
2014-05-28
1
-11
/
+18
*
Fix misc typos in comments.
Heikki Linnakangas
2014-05-23
1
-3
/
+3
*
Fix typos in comments.
Fujii Masao
2014-05-22
1
-2
/
+2
*
Fix a bunch of functions that were declared static then defined not-static.
Tom Lane
2014-05-17
1
-1
/
+1
*
Fix unaligned accesses in DecodeUpdate().
Tom Lane
2014-05-17
1
-10
/
+17
*
Fix thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-16
1
-1
/
+1
*
Misc message style and doc fixes.
Heikki Linnakangas
2014-05-15
1
-1
/
+1
*
Code review for logical decoding patch.
Robert Haas
2014-05-09
2
-14
/
+10
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
13
-362
/
+399
*
Fix use of free in walsender error handling after a sysid mismatch.
Heikki Linnakangas
2014-05-06
1
-0
/
+1
*
Pass sensible value to memset() when randomizing reorderbuffer's tuple slab.
Heikki Linnakangas
2014-05-05
1
-1
/
+1
*
Use Size instead of uint32 to store result of sizeof()
Heikki Linnakangas
2014-05-05
1
-1
/
+1
*
Improve error messages in reorderbuffer.c.
Tom Lane
2014-04-30
1
-12
/
+15
*
Rationalize common/relpath.[hc].
Tom Lane
2014-04-30
2
-10
/
+3
*
Fix a few more misc typos in comments.
Heikki Linnakangas
2014-04-10
1
-6
/
+6
*
Fix misc typos in comments.
Heikki Linnakangas
2014-04-09
1
-6
/
+6
*
Fix bogus time printout in walreceiver's debug log messages.
Tom Lane
2014-04-04
1
-2
/
+12
*
Fix thinko in logical decoding code.
Robert Haas
2014-03-31
1
-1
/
+1
*
Setup error context callback for transaction lock waits
Alvaro Herrera
2014-03-19
1
-1
/
+1
*
Fix typos in comments.
Fujii Masao
2014-03-17
2
-3
/
+3
*
Fix bug in clean shutdown of walsender that pg_receiving is connecting to.
Fujii Masao
2014-03-17
1
-1
/
+11
*
Comment fixes related to logical decoding.
Robert Haas
2014-03-12
1
-3
/
+6
*
Allow logical decoding via the walsender interface.
Robert Haas
2014-03-10
4
-147
/
+854
*
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
2
-160
/
+151
*
fix ReplicationSlotsCountDBSlots for dropping unrelated databases
Bruce Momjian
2014-03-07
1
-0
/
+1
*
Send keepalives from walsender even when busy sending WAL.
Heikki Linnakangas
2014-03-06
1
-24
/
+29
*
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-05
3
-4
/
+4
*
Minor corrections to logical decoding patch.
Robert Haas
2014-03-04
2
-3
/
+3
*
Error out on send failure in walsender loop.
Heikki Linnakangas
2014-03-04
1
-1
/
+1
*
Introduce logical decoding.
Robert Haas
2014-03-03
11
-78
/
+7544
[next]