postgresql/src/backend/optimizer/util
Joe Conway 9caafda579 Add support for multi-row VALUES clauses as part of INSERT statements
(e.g. "INSERT ... VALUES (...), (...), ...") and elsewhere as allowed
by the spec. (e.g. similar to a FROM clause subselect). initdb required.
Joe Conway and Tom Lane.
2006-08-02 01:59:48 +00:00
..
clauses.c Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
joininfo.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
Makefile Separate predicate-testing code out of indxpath.c, making it a module 2005-06-10 22:25:37 +00:00
pathnode.c Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
plancat.c Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
predtest.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00
relnode.c Add support for multi-row VALUES clauses as part of INSERT statements 2006-08-02 01:59:48 +00:00
restrictinfo.c Revise the planner's handling of "pseudoconstant" WHERE clauses, that is 2006-07-01 18:38:33 +00:00
tlist.c Update copyright for 2006. Update scripts. 2006-03-05 15:59:11 +00:00
var.c Remove 576 references of include files that were not needed. 2006-07-14 14:52:27 +00:00