postgresql/src/pl
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
..
plperl Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
plpgsql Promote row expressions to full-fledged citizens of the expression syntax, 2004-05-10 22:44:49 +00:00
plpython Solve the 'Turkish problem' with undesirable locale behavior for case 2004-05-07 00:24:59 +00:00
tcl Replace TupleTableSlot convention for whole-row variables and function 2004-04-01 21:28:47 +00:00
Makefile