summaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
AgeCommit message (Expand)Author
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
2019-01-19Fix outdated commentPeter Eisentraut
2019-01-14Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-14Don't include heapam.h from others headers.Andres Freund
2019-01-13Fix error message for logical replication targetsMichael Paquier
2019-01-13Improve error messages for incorrect types of logical replication targetsMichael Paquier
2019-01-02Update copyright for 2019Bruce Momjian
2018-11-16Make TupleTableSlots extensible, finish split of existing slot type.Andres Freund
2018-11-15Rejigger materializing and fetching a HeapTuple from a slot.Andres Freund
2018-09-25Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.Andres Freund
2018-07-12Allow using the updated tuple while moving it to a different partition.Amit Kapila
2018-06-27Fix thinko in comments.Amit Kapila
2018-06-11Don't needlessly check the partition contraint twiceAlvaro Herrera
2018-05-01Clean up warnings from -Wimplicit-fallthrough.Tom Lane
2018-04-12Revert MERGE patchSimon Riggs
2018-04-07Raise error when affecting tuple moved into different partition.Andres Freund
2018-04-07Indexes with INCLUDE columns and their support in B-treeTeodor Sigaev
2018-04-03MERGE SQL Command following SQL:2016Simon Riggs
2018-04-02Revert "Modified files for MERGE"Simon Riggs
2018-04-02Modified files for MERGESimon Riggs
2018-01-05Factor error generation out of ExecPartitionCheck.Robert Haas
2018-01-02Update copyright for 2018Bruce Momjian
2017-12-11Fix commentPeter Eisentraut
2017-10-12Fix logical replication to fire BEFORE ROW DELETE triggers.Robert Haas
2017-10-11Fix mistakes in comments.Robert Haas
2017-09-11Message style fixesPeter Eisentraut
2017-08-20Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).Andres Freund
2017-07-24Be more consistent about errors for opfamily member lookup failures.Tom Lane
2017-06-28Fix transition tables for wCTEs.Andrew Gierth
2017-06-28Fix transition tables for partition/inheritance.Andrew Gierth