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