aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeModifyTable.c
Commit message (Expand)AuthorAge
* Improve castNode notation by introducing list-extraction-specific variants.Tom Lane2017-04-10
* Fix reporting of violations in ExecConstraints, again.Robert Haas2017-04-10
* Faster expression evaluation and targetlist projection.Andres Freund2017-03-25
* Don't scan partitioned tables.Robert Haas2017-03-21
* Use the new castNode() macro in a number of places.Andres Freund2017-01-26
* Fix things so that updatable views work with partitioned tables.Robert Haas2017-01-24
* Reindent table partitioning code.Robert Haas2017-01-24
* Remove obsoleted code relating to targetlist SRF evaluation.Andres Freund2017-01-19
* Fix RETURNING to work correctly with partition tuple routing.Robert Haas2017-01-19
* Fix reporting of constraint violations for table partitioning.Robert Haas2017-01-04
* Move partition_tuple_slot out of EState.Robert Haas2017-01-04
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Fix tuple routing in cases where tuple descriptors don't match.Robert Haas2016-12-22
* Refactor partition tuple routing code to reduce duplication.Robert Haas2016-12-21
* Clean up code, comments, and formatting for table partitioning.Robert Haas2016-12-13
* Implement table partitioning.Robert Haas2016-12-07
* Avoid testing tuple visibility without buffer lock.Tom Lane2016-10-23
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* pgindent run for 9.6Robert Haas2016-06-09
* Directly modify foreign tables.Robert Haas2016-03-18
* When modifying a foreign table, initialize tableoid field properly.Robert Haas2016-02-04
* Update copyright for 2016Bruce Momjian2016-01-02
* Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.Andres Freund2015-12-10
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-28
* Remove false comment about speculative insertion.Heikki Linnakangas2015-07-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-19
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Offer triggers on foreign tables.Noah Misch2014-03-23
* Update copyright for 2014Bruce Momjian2014-01-07
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-23
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-18
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-16
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Support writable foreign tables.Tom Lane2013-03-10
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Update copyrights for 2013Bruce Momjian2013-01-01
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane2012-01-28
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10