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
/
logical
/
decode.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-1
/
+1
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
1
-3
/
+0
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
pgindent run for 9.6
Robert Haas
2016-06-09
1
-9
/
+10
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
1
-0
/
+9
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
1
-9
/
+14
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
1
-0
/
+46
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
1
-0
/
+1
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
1
-1
/
+1
*
Further improvements to c8f621c43.
Andres Freund
2016-03-07
1
-9
/
+19
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
1
-24
/
+33
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
1
-1
/
+27
*
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
1
-1
/
+1
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Set replication origin when decoding commit records.
Andres Freund
2015-11-09
1
-1
/
+1
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
1
-2
/
+2
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
1
-7
/
+59
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
1
-3
/
+46
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
1
-93
/
+40
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
1
-16
/
+14
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
1
-0
/
+1
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
1
-0
/
+1
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
1
-86
/
+72
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
1
-0
/
+1
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
1
-8
/
+0
*
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
1
-0
/
+10
*
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
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-34
/
+43
*
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
1
-14
/
+14
*
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-05
1
-1
/
+1
*
Introduce logical decoding.
Robert Haas
2014-03-03
1
-0
/
+826