index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
decode.c
Commit message (
Expand
)
Author
Age
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Do not decode TOAST data for table rewrites
Tomas Vondra
2018-11-28
*
Fix memory leak in TRUNCATE decoding
Tomas Vondra
2018-09-03
*
Revert "Allow on-line enabling and disabling of data checksums"
Magnus Hagander
2018-04-09
*
Logical decoding of TRUNCATE
Peter Eisentraut
2018-04-07
*
Allow on-line enabling and disabling of data checksums
Magnus Hagander
2018-04-05
*
Ability to advance replication slots
Simon Riggs
2018-01-17
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Fix race condition leading to hanging logical slot creation.
Andres Freund
2017-05-13
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Emit invalidations to standby for transactions without xid.
Andres Freund
2016-04-26
*
Add required database and origin filtering for logical messages.
Andres Freund
2016-04-13
*
Generic Messages for Logical Decoding
Simon Riggs
2016-04-06
*
Add Generic WAL interface
Teodor Sigaev
2016-04-01
*
Fix broken variable declaration
Alvaro Herrera
2016-03-30
*
Further improvements to c8f621c43.
Andres Freund
2016-03-07
*
logical decoding: Fix handling of large old tuples with replica identity full.
Andres Freund
2016-03-05
*
logical decoding: Tell reorderbuffer about all xids.
Andres Freund
2016-03-05
*
logical decoding: fix decoding of a commit's commit time.
Andres Freund
2016-03-02
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Set replication origin when decoding commit records.
Andres Freund
2015-11-09
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Introduce replication progress tracking infrastructure.
Andres Freund
2015-04-29
*
Merge the various forms of transaction commit & abort records.
Andres Freund
2015-03-15
*
Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Keep track of transaction commit timestamps
Alvaro Herrera
2014-12-03
*
Distinguish XLOG_FPI records generated for hint-bit updates.
Heikki Linnakangas
2014-11-24
*
Revamp the WAL record format.
Heikki Linnakangas
2014-11-20
*
BRIN: Block Range Indexes
Alvaro Herrera
2014-11-07
*
Move log_newpage and log_newpage_buffer to xlog.c.
Heikki Linnakangas
2014-07-31
*
Fix decoding of consecutive MULTI_INSERTs emitted by one heap_multi_insert().
Andres Freund
2014-07-12
*
Fix decoding of MULTI_INSERTs when rows other than the last are toasted.
Andres Freund
2014-07-06
*
Fix unaligned accesses in DecodeUpdate().
Tom Lane
2014-05-17
*
Fix thinko in logical decoding of commit-prepared records.
Heikki Linnakangas
2014-05-16
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Remove unportable use of anonymous unions from reorderbuffer.h.
Tom Lane
2014-03-07
*
Fix some typos introduced by the logical decoding patch.
Robert Haas
2014-03-05
*
Introduce logical decoding.
Robert Haas
2014-03-03