postgresql/src/test
Tom Lane e649796f12 Implement outer-level aggregates to conform to the SQL spec, with
extensions to support our historical behavior.  An aggregate belongs
to the closest query level of any of the variables in its argument,
or the current query level if there are no variables (e.g., COUNT(*)).
The implementation involves adding an agglevelsup field to Aggref,
and treating outer aggregates like outer variables at planning time.
2003-06-06 15:04:03 +00:00
..
bench Make sure -L and -I's for our source tree are always before system include 2001-02-20 19:20:30 +00:00
examples Use PQfreemem() consistently, and document its use for Notify. 2003-03-25 02:44:36 +00:00
locale Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
mb Remove all traces of multibyte and locale options. Clean up comments 2002-09-03 21:45:44 +00:00
performance /usr/local/bin/perl => /usr/bin/perl 2001-09-04 11:41:04 +00:00
regress Implement outer-level aggregates to conform to the SQL spec, with 2003-06-06 15:04:03 +00:00
Makefile New unified regression test driver, test/regress makefile cleanup, 2000-09-29 17:17:41 +00:00