summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2000-12-11Allow resultmap file to be missing, for use in contrib self-tests.Tom Lane
2000-12-11Add Darwin-specific geometry test file.Tom Lane
2000-12-05From Stephan Szabo:Tom Lane
2000-12-05Add regress test case for INSERT ... SELECT in rules.Tom Lane
2000-12-03Update for new tests. These are extrapolations and will need to be confirmedTom Lane
2000-12-03Update for new tests.Tom Lane
2000-12-03Repair usage of the OVERLAPS operator.Thomas G. Lockhart
2000-11-30Remove old regression test drivers.Peter Eisentraut
2000-11-25Correct portability-related errors in inet expected output. I'm notTom Lane
2000-11-25 here is a patch for formatting.c (to_char/timestampt()), for 7.1Bruce Momjian
2000-11-24Remove obsolete test suitePeter Eisentraut
2000-11-22Fix output file names for new driverPeter Eisentraut
2000-11-22Bit string regression testPeter Eisentraut
2000-11-22Point runtest and runcheck targets at new regression test driver.Peter Eisentraut
2000-11-22Allow running without a "schedule" file. This enables you to run testsPeter Eisentraut
2000-11-22geometry result files for unixwarePeter Eisentraut
2000-11-22Tweak resultmap documentation, add to README too.Tom Lane
2000-11-21Allow for different result files when using GCC versus native compiler.Peter Eisentraut
2000-11-21Don't hide error message from dropdb.Peter Eisentraut
2000-11-21Adjust opr_sanity.out for small change in OID allocation.Tom Lane
2000-11-21Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane
2000-11-21Simplify definition of pg_tables and pg_views views by making use ofTom Lane
2000-11-20Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane
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-24Add some modicum of error detection...Tom Lane
2000-10-24Remove testlo2.c --- there seems to be no difference between this andTom 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