index
:
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
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
replication
/
logical
/
proto.c
Age
Commit message (
Expand
)
Author
2025-02-13
Rename RBTXN_PREPARE to RBTXN_IS_PREPARE for better clarification.
Masahiko Sawada
2025-01-23
Change publication's publish_generated_columns option type to enum.
Amit Kapila
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-11-07
Replicate generated columns when 'publish_generated_columns' is set.
Amit Kapila
2024-10-30
Replicate generated columns when specified in the column list.
Amit Kapila
2024-07-12
Fix a typo in logicalrep_write_typ().
Amit Kapila
2024-03-04
Remove unused 'countincludesself' argument to pq_sendcountedtext()
Heikki Linnakangas
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-10-26
Introduce the concept of read-only StringInfos
David Rowley
2023-07-25
Fix code indentation vioaltion introduced in commit d38ad8e31d.
Amit Kapila
2023-07-25
Fix the display of UNKNOWN message type in apply worker.
Amit Kapila
2023-03-06
Deduplicate handling of binary and text modes in logicalrep_read_tuple().
Amit Kapila
2023-01-09
Perform apply of large transactions by parallel workers.
Amit Kapila
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-02
Fix incorrect output from pgoutput when using column lists.
Amit Kapila
2022-04-07
Revert "Logical decoding of sequences"
Tomas Vondra
2022-03-26
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-24
Add decoding of sequences to built-in replication
Tomas Vondra
2022-02-22
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-01-08
Update copyright for 2022
Bruce Momjian
2021-08-27
Add logical change details to logical replication worker errcontext.
Amit Kapila
2021-08-19
Rename LOGICAL_REP_MSG_STREAM_END to LOGICAL_REP_MSG_STREAM_STOP.
Amit Kapila
2021-08-04
Add prepare API support for streaming transactions in logical replication.
Amit Kapila
2021-07-29
Refactor to make common functions in proto.c and worker.c.
Amit Kapila
2021-07-20
Fix potential buffer overruns in proto.c.
Amit Kapila
2021-07-14
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-04-27
Fix Logical Replication of Truncate in synchronous commit mode.
Amit Kapila
2021-04-06
Allow pgoutput to send logical decoding messages.
Amit Kapila
2021-01-18
Narrow the scope of a local variable.
Tom Lane
2021-01-02
Update copyright for 2021
Bruce Momjian
2020-11-02
Use Enum for top level logical replication message types.
Amit Kapila
2020-09-03
Add support for streaming to built-in logical replication.
Amit Kapila
2020-07-21
Weaken type-OID-matching checks in array_recv and record_recv.
Tom Lane
2020-07-20
Fix construction of updated-columns bitmap in logical replication.
Tom Lane
2020-07-18
Allow logical replication to transfer data in binary format.
Tom Lane
2020-01-12
Remove incorrect assertion for INSERT in logical replication's publisher
Michael Paquier
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-03-30
Generated columns
Peter Eisentraut
2019-01-02
Update copyright for 2019
Bruce Momjian
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-07
Logical replication support for TRUNCATE
Peter Eisentraut
2018-01-03
Update copyright for 2018
Bruce Momjian
2017-10-12
Replace remaining uses of pq_sendint with pq_sendint{8,16,32}.
Andres Freund
2017-08-20
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-07-26
Update copyright in recently added files
Alvaro Herrera
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-05
Suppress compiler warning about unportable pointer value.
Tom Lane
2017-04-26
Spelling fixes in code comments
Peter Eisentraut
[next]