summaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
AgeCommit message (Expand)Author
2020-01-01Update copyrights for 2020Bruce Momjian
2019-12-26Revert "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-24tableam: 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-27Use slots in trigger infrastructure, except for the actual invocation.Andres Freund
2019-02-27Store 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-15Don't include genam.h from execnodes.h and relscan.h anymore.Andres Freund
2019-01-15Don'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-17Make 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-03Update 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
2017-06-23Fix replication with replica identity fullPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-05-17Post-PG 10 beta1 pgindent runBruce Momjian
2017-05-17Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut
2017-04-10Fix reporting of violations in ExecConstraints, again.Robert Haas
2017-02-28Use proper enum constants for LockWaitPolicyPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2017-01-25Update copyright years in some recently added filesPeter Eisentraut
2017-01-20Logical replicationPeter Eisentraut