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
/
pgoutput
/
pgoutput.c
Commit message (
Expand
)
Author
Age
*
Fix valgrind issue in pgoutput.c.
Amit Kapila
2021-06-18
*
Fix multiple crasher bugs in partitioned-table replication logic.
Tom Lane
2021-06-11
*
pgoutput: Fix memory leak due to RelationSyncEntry.map.
Amit Kapila
2021-06-01
*
Fix relation descriptor leak.
Amit Kapila
2021-01-12
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
*
Fix RELCACHE_FORCE_RELEASE issue
Peter Eisentraut
2020-04-11
*
Allow publishing partition changes via ancestors
Peter Eisentraut
2020-04-08
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Remove fmgr.h includes from headers that don't really need it.
Andres Freund
2019-08-16
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
*
Generated columns
Peter Eisentraut
2019-03-30
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Don't do logical replication of TRUNCATE of zero tables
Peter Eisentraut
2018-04-30
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Logical replication support for TRUNCATE
Peter Eisentraut
2018-04-07
*
Handle heap rewrites even better in logical decoding
Peter Eisentraut
2018-03-21
*
Fix filtering of unsupported relations in logical replication
Peter Eisentraut
2018-02-23
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Rethink MemoryContext creation to improve performance.
Tom Lane
2017-12-13
*
Handle heap rewrites better in logical replication
Peter Eisentraut
2017-09-26
*
Message style fixes
Peter Eisentraut
2017-09-11
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix logical replication protocol comparison logic
Peter Eisentraut
2017-08-15
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-05-16
*
Lag tracking for logical replication
Simon Riggs
2017-05-12
*
Update copyright in recently added files.
Fujii Masao
2017-04-25
*
Use American English in error message
Peter Eisentraut
2017-04-05
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Move some things from builtins.h to new header files
Peter Eisentraut
2017-01-20
*
Logical replication
Peter Eisentraut
2017-01-20