summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2002-03-07Adjust elog() tags so source and regression tests match.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-04Fix very ancient breakage in alter-table tests: apparently, there was aTom Lane
2002-03-04Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii
2002-03-03Cause regression tests to pass again after elog changes.Tom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-01-12Update horology expected results (this variant extrapolated by yoursTom Lane
2002-01-12Update horology expected results (this variant verified on HPUX).Tom Lane
2002-01-12Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart
2002-01-08In a VPATH build, resultmap must be one of the symlinked files, elseTom Lane
2002-01-03Instead of waiting a fixed amount of time for the test postmaster toTom Lane
2001-12-21Select proper geometry comparison file for freebsd/alpha.Tom Lane
2001-12-20Fix for SunOS4 horology testTatsuo Ishii
2001-12-19Tweak to make freebsd/alpha use the correct float8 comparison file.Tom Lane
2001-12-10AIX 5 needs same resultmap tweaks as AIX 4.Tom Lane
2001-12-03Update IRIX geometry results to match newer MIPS FPUs, rather thanTom Lane
2001-12-02HPUX 11 should use geometry-solaris-precision, not geometry-positive-zerosTom Lane
2001-11-29Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane
2001-11-29Fix results to work with normal systems again.Peter Eisentraut
2001-11-24Remove extraneous space that somehow got into expected alter_table.out.Tom Lane
2001-11-21Update regress tests to reflect removal of 'current'.Tom Lane
2001-11-20Bruce's octet_length change breaks this regression test.Tom Lane
2001-11-06Update for latest version of horology test.REL7_2_BETA2Tom Lane
2001-11-06Fix last (?) problem with sensitivity to daylight savings time statusThomas G. Lockhart
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-31Fix queries to insulate from daylight savings time.Thomas G. Lockhart
2001-10-31Modify *.po files and regression expected output for new clearer errorBruce Momjian
2001-10-31Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian
2001-10-30Update solaris-1947 variant files for new datetime regression tests.Tom Lane
2001-10-22Update for latest fixes.Tom Lane
2001-10-20Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian
2001-10-20Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart
2001-10-18Update for new expected results.Tom Lane
2001-10-18Accept an INTERVAL argument for SET TIME ZONE per SQL99.Thomas G. Lockhart
2001-10-16Use LEFT JOIN, not FULL JOIN, in statistical views.Tom Lane
2001-10-13Fixing closed-path intersection logic causes this test to find moreTom Lane
2001-10-12Break transformCreateStmt() into multiple routines and makeTom Lane
2001-10-04Make regress tests safe for variable-resolution timestamps.Tom Lane
2001-10-03DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane
2001-10-03Update error message wording for format_type change.Tom Lane
2001-10-03Update for latest regression tests.Tom Lane
2001-10-03Implement precision support for timestamp and time, both with and withoutThomas G. Lockhart
2001-09-30Addition of xid=int4 operator makes opr_sanity unhappy.Tom Lane