summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2001-05-30These patches should fix check constraints not inheritingBruce Momjian
2001-05-27Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut
2001-05-22Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut
2001-05-21Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut
2001-05-20Modify optimizer data structures so that IndexOptInfo lists built forTom Lane
2001-05-18Add regression test to catch future breakage of avg(interval). ThisTom Lane
2001-05-15Fix regression for new oids.Bruce Momjian
2001-05-14Update regression for new oids, some now two smaller.Bruce Momjian
2001-05-11Suppress failures in parallel regress tests due to use of same tableTom Lane
2001-05-10BSD/OS has new precision, and negative zeros now.Bruce Momjian
2001-05-09 This patch should catch cases where the typesBruce Momjian
2001-05-07Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane
2001-05-03apply a little patch:Bruce Momjian
2001-05-03Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane
2001-04-06Alter the previous test for "time with time zone" implicit time zoneThomas G. Lockhart
2001-04-04Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane
2001-04-04Remove daylight-savings-time-dependent tests of 'time with time zone'Tom Lane
2001-03-30Re-allow specification of a new default value for an inherited columnTom Lane
2001-03-26OpenBSD resultmap change:Bruce Momjian
2001-03-24Make less misleading message for failed + ignored tests.Peter Eisentraut
2001-03-22geometry tests 'FAILED' from a precision standpoint, but differently thenMarc G. Fournier
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 <[email protected]>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 [email protected].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