postgresql/src/test/regress/output
Tom Lane 2f63232d30 Promote row expressions to full-fledged citizens of the expression syntax,
rather than allowing them only in a few special cases as before.  In
particular you can now pass a ROW() construct to a function that accepts
a rowtype parameter.  Internal generation of RowExprs fixes a number of
corner cases that used to not work very well, such as referencing the
whole-row result of a JOIN or subquery.  This represents a further step in
the work I started a month or so back to make rowtype values into
first-class citizens.
2004-05-10 22:44:49 +00:00
..
constraints.source Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00
copy.source Make regression tests work with VPATH builds. 2000-10-27 20:00:22 +00:00
create_function_1.source Revise syntax-error reporting behavior to give pleasant results for 2004-03-21 22:29:11 +00:00
create_function_2.source Another round of error message editing, covering backend/parser/. 2003-07-19 20:20:53 +00:00
misc.source Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00