aboutsummaryrefslogtreecommitdiff
path: root/src/backend/nodes/value.c
Commit message (Collapse)AuthorAge
* Some more missed copyright notices. Many of these look like theyTom Lane2005-01-01
| | | | | should have been caught by the src/tools/copyright script ... why weren't they?
* Cleanup: move the 'Value' node into a separate file, rather than puttingNeil Conway2004-01-07
it in the same file as the 'List' node.