summaryrefslogtreecommitdiff
path: root/src/backend/executor/nodeValuesscan.c
Commit message (Expand)AuthorAgeFilesLines
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-221-2/+1
* Put function expressions and values lists into FunctionScan and ValuesScanTom Lane2007-02-191-7/+4
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-261-1/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-28/+28
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-021-70/+77
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-021-0/+332