summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* These patches should fix check constraints not inheritingBruce Momjian2001-05-302-0/+148
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-275-2/+360
* Make bit and bit varying types reject too long input. (They already triedPeter Eisentraut2001-05-222-116/+97
* Make char(n) and varchar(n) types raise an error if the inserted string isPeter Eisentraut2001-05-2112-75/+87
* Modify optimizer data structures so that IndexOptInfo lists built forTom Lane2001-05-202-20/+16
* Add regression test to catch future breakage of avg(interval). ThisTom Lane2001-05-182-0/+15
* Fix regression for new oids.Bruce Momjian2001-05-151-2/+2
* Update regression for new oids, some now two smaller.Bruce Momjian2001-05-141-2/+2
* Suppress failures in parallel regress tests due to use of same tableTom Lane2001-05-112-24/+35
* BSD/OS has new precision, and negative zeros now.Bruce Momjian2001-05-102-2/+533
* This patch should catch cases where the typesBruce Momjian2001-05-094-0/+499
* Rewrite of planner statistics-gathering code. ANALYZE is now available asTom Lane2001-05-073-10/+34
* apply a little patch:Bruce Momjian2001-05-031-1/+1
* Ensure that btree sort ordering functions and boolean comparison operatorsTom Lane2001-05-033-7/+20
* Alter the previous test for "time with time zone" implicit time zoneThomas G. Lockhart2001-04-064-2/+52
* Fix/cleanup DLLLIBS handling for Cygwin port. If it works it's toTom Lane2001-04-041-1/+3
* Remove daylight-savings-time-dependent tests of 'time with time zone'Tom Lane2001-04-044-39/+18
* Re-allow specification of a new default value for an inherited columnTom Lane2001-03-302-0/+7
* OpenBSD resultmap change:Bruce Momjian2001-03-261-2/+3
* Make less misleading message for failed + ignored tests.Peter Eisentraut2001-03-241-2/+2
* geometry tests 'FAILED' from a precision standpoint, but differently thenMarc G. Fournier2001-03-222-0/+533
* pgindent run. Make it all clean.Bruce Momjian2001-03-222-18/+17
* Discuss LOCALE differences as a reason for regression test failure.Tom Lane2001-03-201-16/+36
* Adjust expected error message due to change of keyword case-folding.Tom Lane2001-02-221-1/+1
* new regression data for 7.1Tatsuo Ishii2001-02-218-407/+458
* change destroydb -> dropdbTatsuo Ishii2001-02-211-2/+5
* Make sure -L and -I's for our source tree are always before system includePeter Eisentraut2001-02-203-5/+5
* Add --template option to createdb script to allow access to WITH TEMPLATETom Lane2001-02-181-2/+4
* Remove unused files, per AndreasBruce Momjian2001-02-133-2445/+0
* Please apply the following patch to fix AIX and IRIX timestamp behaviorBruce Momjian2001-02-131-6/+2
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-3/+3
* Just a quick patch to make the geometry test on Sparc/LinuxBruce Momjian2001-01-271-0/+1
* Change float8-to-int8 conversion to round to nearest, rather thanTom Lane2001-01-263-21/+0
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* From Jason Tishler <jt@dothill.com>Peter Eisentraut2001-01-191-3/+3
* Update to reality.Peter Eisentraut2001-01-191-19/+19
* Repair circular dependencies and broken clean commands.Peter Eisentraut2001-01-191-6/+6
* ChangePeter Eisentraut2001-01-191-2/+1
* ChangePeter Eisentraut2001-01-191-1/+1
* Fix up "Postgres-style" time interval representation when fields haveThomas G. Lockhart2001-01-181-98/+98
* Windows wants shared libraries in PATH.Peter Eisentraut2001-01-131-1/+10
* Resultmap updates for OpenBSD, per report from bpalmer@crimelabs.net.Tom Lane2001-01-071-0/+4
* Remove not-really-standard implementation of CREATE TABLE's UNDER clause,Tom Lane2001-01-052-6/+6
* Document tuple ordering differences as a possible cause ofTom Lane2001-01-021-0/+25
* Tweak temporary-installation setup so that it doesn't break when theTom Lane2001-01-021-5/+6
* Update geometry-alpha-precision.out per reports from Brent Verner andTom Lane2001-01-011-45/+45
* Don't say 'export PGHOST' or 'export PGPORT' unless we actually defineTom Lane2000-12-311-5/+9
* Apparently, special float8 comparison file for Alpha is only neededTom Lane2000-12-301-1/+1
* Change default output formatting for CIDR to be unabbreviated, perTom Lane2000-12-221-66/+66
* Tweak regressplans.sh to use any already-set PGOPTIONS.Tom Lane2000-12-181-22/+25