aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
Commit message (Expand)AuthorAge
* For inplace update durability, make heap_update() callers wait.Noah Misch2024-09-24
* Log the conflicts while applying changes in logical replication.Amit Kapila2024-08-20
* Revert: Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-04-11
* Revert: Let table AM insertion methods control index insertionAlexander Korotkov2024-04-11
* Let table AM insertion methods control index insertionAlexander Korotkov2024-03-30
* Allow locking updated tuples in tuple_update() and tuple_delete()Alexander Korotkov2024-03-26
* Remove unused #include's from backend .c filesPeter Eisentraut2024-03-04
* Update copyright for 2024Bruce Momjian2024-01-03
* Remove unnecessary checks for indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-25
* Allow the use of a hash index on the subscriber during replication.Amit Kapila2023-07-14
* Doc: clarify the conditions of usable indexes for REPLICA IDENTITY FULL tables.Masahiko Sawada2023-07-13
* Add SysCacheGetAttrNotNull for guaranteed not-null attrsDaniel Gustafsson2023-03-25
* Ignore generated columns during apply of update/delete.Amit Kapila2023-03-23
* Ignore dropped columns during apply of update/delete.Amit Kapila2023-03-21
* Ignore BRIN indexes when checking for HOT updatesTomas Vondra2023-03-20
* Allow the use of indexes other than PK and REPLICA IDENTITY on the subscriber.Amit Kapila2023-03-15
* Fix concurrent update issues with MERGE.Dean Rasheed2023-03-13
* Update copyright for 2023Bruce Momjian2023-01-02
* Fix replica identity check for a partitioned table.Amit Kapila2022-08-16
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert "Logical decoding of sequences"Tomas Vondra2022-04-07
* Add support for MERGE SQL commandAlvaro Herrera2022-03-28
* Allow specifying column lists for logical replicationTomas Vondra2022-03-26
* Add decoding of sequences to built-in replicationTomas Vondra2022-03-24
* Enforce foreign key correctly during cross-partition updatesAlvaro Herrera2022-03-20
* Improve comment in execReplication.cMichael Paquier2022-03-08
* Allow specifying row filters for logical replication of tables.Amit Kapila2022-02-22
* Update copyright for 2022Bruce Momjian2022-01-07
* More improvements of error messages about mismatching relkindPeter Eisentraut2021-07-21
* Pass down "logically unchanged index" hint.Peter Geoghegan2021-01-13
* Update copyright for 2021Bruce Momjian2021-01-02
* Remove es_result_relation_info from EState.Heikki Linnakangas2020-10-14
* Don't fetch partition check expression during InitResultRelInfo.Tom Lane2020-09-16
* Fix assertion with relation using REPLICA IDENTITY FULL in subscriberMichael Paquier2020-05-16
* Optimize RelationFindReplTupleSeq() for CLOBBER_CACHE_ALWAYS.Noah Misch2020-04-11
* Add logical replication support to replicate into partitioned tablesPeter Eisentraut2020-04-06
* Optimize update of tables with generated columnsPeter Eisentraut2020-02-17
* Add missing break out seqscan loop in logical replicationAlvaro Herrera2020-02-03
* Update copyrights for 2020Bruce Momjian2020-01-01
* Revert "Rename files and headers related to index AM"Michael Paquier2019-12-27
* Rename files and headers related to index AMMichael Paquier2019-12-25
* tableam: Rename wrapper functions to match callback names.Andres Freund2019-05-23
* Initial pgindent run for v12.Tom Lane2019-05-22
* Generated columnsPeter Eisentraut2019-03-30
* tableam: Add tuple_{insert, delete, update, lock} and use.Andres Freund2019-03-23
* Collations with nondeterministic comparisonPeter Eisentraut2019-03-22
* tableam: Add and use scan APIs.Andres Freund2019-03-11
* Use slots in trigger infrastructure, except for the actual invocation.Andres Freund2019-02-26
* Store table oid and tuple's tid in tuple slots directly.Andres Freund2019-02-26
* Remove superfluous tqual.h includes.Andres Freund2019-01-21