postgresql/src/test/regress
Tom Lane 4431758229 Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST
per-column options for btree indexes.  The planner's support for this is still
pretty rudimentary; it does not yet know how to plan mergejoins with
nondefault ordering options.  The documentation is pretty rudimentary, too.
I'll work on improving that stuff later.

Note incompatible change from prior behavior: ORDER BY ... USING will now be
rejected if the operator is not a less-than or greater-than member of some
btree opclass.  This prevents less-than-sane behavior if an operator that
doesn't actually define a proper sort ordering is selected.
2007-01-09 02:14:16 +00:00
..
data GIN: Generalized Inverted iNdex. 2006-05-02 11:28:56 +00:00
expected Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
input Add a regression test for ALTER SET TABLESPACE; this is a whole separate 2007-01-02 21:43:36 +00:00
output Add a regression test for ALTER SET TABLESPACE; this is a whole separate 2007-01-02 21:43:36 +00:00
sql Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LAST 2007-01-09 02:14:16 +00:00
GNUmakefile Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
Makefile Rewrite pg_regress as a C program instead of a shell script. 2006-07-19 02:37:00 +00:00
parallel_schedule Initial SQL/XML support: xml data type and initial set of functions. 2006-12-21 16:05:16 +00:00
pg_regress.c Update CVS HEAD for 2007 copyright. Back branches are typically not 2007-01-05 22:20:05 +00:00
regress.c Allow include files to compile own their own. 2006-07-13 16:49:20 +00:00
regressplans.sh Tweak regressplans.sh to use any already-set PGOPTIONS. 2000-12-18 02:45:47 +00:00
resultmap Remove use of a regex character class in resultmap (for freebsd version 2006-08-03 17:04:00 +00:00
serial_schedule Initial SQL/XML support: xml data type and initial set of functions. 2006-12-21 16:05:16 +00:00