postgresql/src/test
Tom Lane 2e7a68896b Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can
be supported for all datatypes.  Add CREATE AGGREGATE and pg_dump support
too.  Add specialized min/max aggregates for bpchar, instead of depending
on text's min/max, because otherwise the possible use of bpchar indexes
cannot be recognized.
initdb forced because of catalog changes.
2005-04-12 04:26:34 +00:00
..
bench
examples Have libpgport link before libpq so that PG client applications are more 2005-03-25 18:17:14 +00:00
locale
mb Rename canonical encodings, per Peter: 2005-03-07 04:30:55 +00:00
performance
regress Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can 2005-04-12 04:26:34 +00:00
Makefile