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
/
tablesync.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a common function to generate the origin name.
Amit Kapila
2022-10-11
1
-24
/
+12
*
Fix tab-completion after commit 790bf615ddba
Alvaro Herrera
2022-09-30
1
-2
/
+2
*
Message style improvements
Peter Eisentraut
2022-09-24
1
-1
/
+1
*
Pass Size as a 2nd argument for snprintf() in tablesync.c.
Amit Kapila
2022-09-21
1
-2
/
+2
*
Make the tablesync worker's replication origin drop logic robust.
Amit Kapila
2022-09-12
1
-27
/
+64
*
Fix an assortment of improper usages of string functions
David Rowley
2022-09-06
1
-2
/
+2
*
Drop replication origin slots before tablesync worker exits.
Amit Kapila
2022-08-30
1
-23
/
+27
*
Remove shadowed local variables that are new in v15
David Rowley
2022-08-20
1
-15
/
+8
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
1
-4
/
+4
*
Refactor code in charge of grabbing the relations of a subscription
Michael Paquier
2022-07-27
1
-1
/
+1
*
Prohibit combining publications with different column lists.
Amit Kapila
2022-06-02
1
-34
/
+38
*
Extend pg_publication_tables to display column list and row filter.
Amit Kapila
2022-05-19
1
-10
/
+4
*
Add 'static' to file-local variables missing it.
Andres Freund
2022-05-12
1
-1
/
+1
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
1
-17
/
+17
*
Revert "Logical decoding of sequences"
Tomas Vondra
2022-04-07
1
-105
/
+4
*
pgstat: store statistics in shared memory.
Andres Freund
2022-04-06
1
-4
/
+4
*
Allow specifying column lists for logical replication
Tomas Vondra
2022-03-26
1
-8
/
+145
*
Add decoding of sequences to built-in replication
Tomas Vondra
2022-03-24
1
-4
/
+105
*
Allow specifying row filters for logical replication of tables.
Amit Kapila
2022-02-22
1
-8
/
+134
*
Respect permissions within logical replication.
Jeff Davis
2022-01-07
1
-0
/
+28
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Add support for prepared transactions to built-in logical replication.
Amit Kapila
2021-07-14
1
-34
/
+163
*
Pre branch pgindent / pgperltidy run
Andrew Dunstan
2021-06-28
1
-1
/
+1
*
Improve SQLSTATE reporting in some replication-related code.
Tom Lane
2021-06-16
1
-7
/
+14
*
Rename the logical replication global "wrconn"
Alvaro Herrera
2021-05-12
1
-14
/
+21
*
Improve style of some replication-related error messages.
Tom Lane
2021-03-31
1
-4
/
+4
*
Improve an error message
Peter Eisentraut
2021-03-24
1
-1
/
+1
*
Fix race condition in drop subscription's handling of tablesync slots.
Amit Kapila
2021-03-17
1
-0
/
+7
*
Simplify printing of LSNs
Peter Eisentraut
2021-02-23
1
-3
/
+1
*
Fix the warnings introduced in commit ce0fdbfe97.
Amit Kapila
2021-02-15
1
-21
/
+19
*
Allow multiple xacts during table sync in logical replication.
Amit Kapila
2021-02-12
1
-25
/
+211
*
Clarify comment in tablesync.c
Michael Paquier
2021-02-04
1
-3
/
+2
*
Remove unused column atttypmod from initial tablesync query
Michael Paquier
2021-02-02
1
-3
/
+2
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
1
-1
/
+0
*
Split copy.c into four files.
Heikki Linnakangas
2020-11-23
1
-2
/
+2
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
1
-145
/
+116
*
Fixup some appendStringInfo and appendPQExpBuffer calls
David Rowley
2020-10-15
1
-1
/
+1
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
1
-1
/
+0
*
Prepare to support non-tables in publications
Peter Eisentraut
2020-03-19
1
-9
/
+27
*
Support adding partitioned tables to publication
Peter Eisentraut
2020-03-10
1
-0
/
+1
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
1
-2
/
+2
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
1
-10
/
+3
*
Generated columns
Peter Eisentraut
2019-03-30
1
-2
/
+4
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-2
/
+2
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Add WL_EXIT_ON_PM_DEATH pseudo-event.
Thomas Munro
2018-11-23
1
-22
/
+8
[next]