summaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
AgeCommit message (Expand)Author
5 daysDetect and report update_deleted conflicts.Amit Kapila
2025-07-18Fix concurrent update trigger issues with MERGE in a CTE.Dean Rasheed
2025-04-08Fix uninitialized index information access during apply.Amit Kapila
2025-03-24Detect and Log multiple_unique_conflicts type conflict.Amit Kapila
2025-03-11Show index search count in EXPLAIN ANALYZE, take 2.Peter Geoghegan
2025-03-10Fix a few more redundant calls of GetLatestSnapshot()Heikki Linnakangas
2025-03-10Fix snapshot used in logical replication index lookupHeikki Linnakangas
2025-02-21Drop opcintype from index AM strategy translation APIPeter Eisentraut
2025-02-03Integrate GistTranslateCompareType() into IndexAmTranslateCompareType()Peter Eisentraut
2025-02-01Rename GistTranslateStratnum() to GistTranslateCompareType()Peter Eisentraut
2025-01-15Change gist stratnum function to use CompareTypePeter Eisentraut
2025-01-01Update copyright for 2025Bruce Momjian
2024-12-10Support for GiST in get_equal_strategy_number()Peter Eisentraut
2024-12-10Replace get_equal_strategy_number_for_am() by get_equal_strategy_number()Peter Eisentraut
2024-12-10Improve internal logical replication error for missing equality strategyPeter Eisentraut
2024-12-09Improve the error message introduced in commit 87ce27de696.Amit Kapila
2024-12-04Ensure stored generated columns must be published when required.Amit Kapila
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