summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2001-03-22pgindent run. Make it all clean.Bruce Momjian
2001-03-20Discuss LOCALE differences as a reason for regression test failure.Tom Lane
2001-02-22Adjust expected error message due to change of keyword case-folding.Tom Lane
2001-02-21new regression data for 7.1Tatsuo Ishii
2001-02-21change destroydb -> dropdbTatsuo Ishii
2001-02-20Make sure -L and -I's for our source tree are always before system includePeter Eisentraut
2001-02-18Add --template option to createdb script to allow access to WITH TEMPLATETom Lane
2001-02-13Remove unused files, per AndreasBruce Momjian
2001-02-13Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian
2001-02-10Restructure the key include files per recent pghackers discussion: thereTom Lane
2001-01-27 Just a quick patch to make the geometry test on Sparc/LinuxBruce Momjian
2001-01-26Change float8-to-int8 conversion to round to nearest, rather thanTom Lane
2001-01-24Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian
2001-01-19From Jason Tishler <jt@dothill.com>Peter Eisentraut
2001-01-19Update to reality.Peter Eisentraut
2001-01-19Repair circular dependencies and broken clean commands.Peter Eisentraut
2001-01-19ChangePeter Eisentraut
2001-01-19ChangePeter Eisentraut
2001-01-18Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart
2001-01-13Windows wants shared libraries in PATH.Peter Eisentraut
2001-01-07Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net.Tom Lane
2001-01-05Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane
2001-01-02Document tuple ordering differences as a possible cause ofTom Lane
2001-01-02Tweak temporary-installation setup so that it doesn't break when theTom Lane
2001-01-01Update geometry-alpha-precision.out per reports from Brent Verner andTom Lane
2000-12-31Don't say 'export PGHOST' or 'export PGPORT' unless we actually defineTom Lane
2000-12-30Apparently, special float8 comparison file for Alpha is only neededTom Lane
2000-12-22Change default output formatting for CIDR to be unabbreviated, perTom Lane
2000-12-18Tweak regressplans.sh to use any already-set PGOPTIONS.Tom Lane
2000-12-14Planner speedup hacking. Avoid saving useless pathkeys, so that pathTom Lane
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