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
/
relation.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
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
-3
/
+0
*
Review logical replication tablesync code
Alvaro Herrera
2020-10-15
1
-2
/
+1
*
Display the names of missing columns in error during logical replication.
Amit Kapila
2020-10-07
1
-10
/
+45
*
Update file header comments for logical/relation.c.
Amit Kapila
2020-09-18
1
-3
/
+4
*
Fix bogus cache-invalidation logic in logical replication worker.
Tom Lane
2020-09-16
1
-27
/
+44
*
doc: Fix some grammar and inconsistencies
Michael Paquier
2020-09-10
1
-2
/
+2
*
Fix typos and some format mistakes in comments
Michael Paquier
2020-06-12
1
-1
/
+1
*
Initial pgindent and pgperltidy run for v13.
Tom Lane
2020-05-14
1
-1
/
+1
*
Fix collection of typos and grammar mistakes in the tree, volume 2
Michael Paquier
2020-04-14
1
-1
/
+1
*
Add logical replication support to replicate into partitioned tables
Peter Eisentraut
2020-04-06
1
-0
/
+189
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
1
-5
/
+5
*
Fix subscriber invalid memory access on DDL.
Amit Kapila
2019-12-18
1
-13
/
+25
*
Fix negative bitmapset member not allowed error in logical replication
Peter Eisentraut
2019-11-09
1
-1
/
+2
*
Fix memory allocation mistake
Peter Eisentraut
2019-11-06
1
-1
/
+1
*
Fix logical replication's ideas about which type OIDs are built-in.
Tom Lane
2019-05-13
1
-1
/
+1
*
Generated columns
Peter Eisentraut
2019-03-30
1
-1
/
+1
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-3
/
+3
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
1
-1
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
logical replication: fix OID type mapping mechanism
Alvaro Herrera
2018-03-14
1
-61
/
+29
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Message style fixes
Peter Eisentraut
2017-09-11
1
-3
/
+2
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-2
/
+3
*
Fix handling of dropped columns in logical replication
Peter Eisentraut
2017-08-07
1
-0
/
+3
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-7
/
+7
*
Re-run pgindent.
Tom Lane
2017-06-13
1
-1
/
+1
*
Fix table syncing with different column order
Peter Eisentraut
2017-05-24
1
-2
/
+7
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
1
-34
/
+37
*
Check relkind of tables in CREATE/ALTER SUBSCRIPTION
Peter Eisentraut
2017-05-16
1
-9
/
+4
*
Initialize all memory for logical replication relation cache.
Andres Freund
2017-04-23
1
-12
/
+3
*
Logical replication support for initial data copy
Peter Eisentraut
2017-03-23
1
-0
/
+7
*
Update copyright years in some recently added files
Peter Eisentraut
2017-01-25
1
-1
/
+1
*
Logical replication
Peter Eisentraut
2017-01-20
1
-0
/
+489