aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/execReplication.c
Commit message (Expand)AuthorAge
* 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
* Fix transition tables for partition/inheritance.Andrew Gierth2017-06-28
* Fix replication with replica identity fullPeter Eisentraut2017-06-23
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Check relkind of tables in CREATE/ALTER SUBSCRIPTIONPeter Eisentraut2017-05-16
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Use proper enum constants for LockWaitPolicyPeter Eisentraut2017-02-28
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Update copyright years in some recently added filesPeter Eisentraut2017-01-25
* Logical replicationPeter Eisentraut2017-01-20