summaryrefslogtreecommitdiff
path: root/src/backend/replication/logical/relation.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Improve hash_create()'s API for some added robustness.Tom Lane2020-12-151-3/+0
* Review logical replication tablesync codeAlvaro Herrera2020-10-151-2/+1
* Display the names of missing columns in error during logical replication.Amit Kapila2020-10-071-10/+45
* Update file header comments for logical/relation.c.Amit Kapila2020-09-181-3/+4
* Fix bogus cache-invalidation logic in logical replication worker.Tom Lane2020-09-161-27/+44
* doc: Fix some grammar and inconsistenciesMichael Paquier2020-09-101-2/+2
* Fix typos and some format mistakes in commentsMichael Paquier2020-06-121-1/+1
* Initial pgindent and pgperltidy run for v13.Tom Lane2020-05-141-1/+1
* Fix collection of typos and grammar mistakes in the tree, volume 2Michael Paquier2020-04-141-1/+1
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-061-0/+189
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refactor attribute mappings used in logical tuple conversionMichael Paquier2019-12-181-5/+5
* Fix subscriber invalid memory access on DDL.Amit Kapila2019-12-181-13/+25
* Fix negative bitmapset member not allowed error in logical replicationPeter Eisentraut2019-11-091-1/+2
* Fix memory allocation mistakePeter Eisentraut2019-11-061-1/+1
* Fix logical replication's ideas about which type OIDs are built-in.Tom Lane2019-05-131-1/+1
* Generated columnsPeter Eisentraut2019-03-301-1/+1
* Replace uses of heap_open et al with the corresponding table_* function.Andres Freund2019-01-211-3/+3
* Replace heapam.h includes with {table, relation}.h where applicable.Andres Freund2019-01-211-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* logical replication: fix OID type mapping mechanismAlvaro Herrera2018-03-141-61/+29
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Message style fixesPeter Eisentraut2017-09-111-3/+2
* Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund2017-08-201-2/+3
* Fix handling of dropped columns in logical replicationPeter Eisentraut2017-08-071-0/+3
* Phase 3 of pgindent updates.Tom Lane2017-06-211-7/+7
* Re-run pgindent.Tom Lane2017-06-131-1/+1
* Fix table syncing with different column orderPeter Eisentraut2017-05-241-2/+7
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-171-34/+37
* Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut2017-05-161-9/+4
* Initialize all memory for logical replication relation cache.Andres Freund2017-04-231-12/+3
* Logical replication support for initial data copyPeter Eisentraut2017-03-231-0/+7
* Update copyright years in some recently added filesPeter Eisentraut2017-01-251-1/+1
* Logical replicationPeter Eisentraut2017-01-201-0/+489