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