summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2000-11-14Extend CREATE DATABASE to allow selection of a template database to beTom Lane
2000-11-11Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart
2000-11-11Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart
2000-11-11Check for existence of the results directory before invoking mkdir.Thomas G. Lockhart
2000-11-10Update expected output to track recent code changes.Tom Lane
2000-11-10Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane
2000-11-09Add some more union/intersect/except test cases, per suggestionsTom Lane
2000-11-08Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane
2000-11-07Update for new results.Tom Lane
2000-11-06Update geometry for FreeBSD 4.1 (same as 4.0)Peter Eisentraut
2000-11-06Add explicit ORDER BYs in a couple of cases --- seems to be necessaryTom Lane
2000-11-06I think Thomas missed an update here...Tom Lane
2000-11-06Add tests for more INTERVAL syntax.Thomas G. Lockhart
2000-11-04This is no longer used since we have the 'resultmap'.Peter Eisentraut
2000-10-31This is the minimal version of the Darwin support patch fromPeter Eisentraut
2000-10-29Omit perl and python interfaces when making temporary installation.Peter Eisentraut
2000-10-27Make regression tests work with VPATH builds.Peter Eisentraut
2000-10-27Fix for drop db message format changesTatsuo Ishii
2000-10-27Disallow bits beyond the mask length for CIDR values, per discussionTom Lane
2000-10-24New config.guess and config.sub with Darwin support (from official GNUPeter Eisentraut
2000-10-24Major overhaul of large-object implementation, by Denis Perchine withTom Lane
2000-10-23Polish shared library build to reduce number of special hacks. InPeter Eisentraut
2000-10-22Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane
2000-10-22Makeover for Unixware 7.1.1Peter Eisentraut
2000-10-20Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut
2000-10-18The following patch was sent to the patches list:Bruce Momjian
2000-10-17* doc/src/sgml/regress.sgml: Update for new driver script.Peter Eisentraut
2000-10-16I wasn't too sure where to mail this.Bruce Momjian
2000-10-14Here is a patch for resultmap and the results file.Bruce Momjian
2000-10-08Revert rules.out to non-broken state. I will with difficulty hold myTom Lane
2000-10-07To create a temporary installation, the regression test driver should usePeter Eisentraut
2000-10-07 Thanks for the patchBruce Momjian
2000-10-07Beos regression patch.Bruce Momjian
2000-10-07 The beos port in the source tree doesn't even compile. and evenBruce Momjian
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-10-03Fix to make output format identical on echo -n and echo \c platforms. ThisPeter Eisentraut
2000-10-02Communicate PGPORT and PGHOST via environment, not command linePeter Eisentraut
2000-10-02Honor $(SHELL) when invoking pg_regress.Tom Lane
2000-10-02Fix silly typo that prevented resultmap from being honored byTom Lane
2000-10-01Fix quoting bugPeter Eisentraut
2000-10-01Fix test orderPeter Eisentraut
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-28Cygwin doesn't have DST before 1970 eitherPeter Eisentraut
2000-09-24Tweak resultmap so that geometry regress test selects the right comparisonTom Lane
2000-09-22Add check of 'SET DateStyle TO DEFAULT'.Tom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-15Variant horology resultfiles are inconsistent with the test, again.Tom Lane
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane