summaryrefslogtreecommitdiff
path: root/src/test/regress
AgeCommit message (Expand)Author
2000-01-17Update strings test to reflect the fact that casting to char() willTom Lane
2000-01-16Included all yacc and lex files into the distribution.Peter Eisentraut
2000-01-16Add check that inherited constraints and defaults work.Tom Lane
2000-01-15Add some examples to numeric regress test to verify that recently-fixedTom Lane
2000-01-15Now that new psql is fflush()'ing properly, it emerges that severalTom Lane
2000-01-15Update arrays regress test to reflect fact that several thingsTom Lane
2000-01-15Prepare for new psqlTatsuo Ishii
2000-01-11oid8 => oidvector in alter_table regress testTom Lane
2000-01-09Update platform-specific-expected-file support so that platforms can beTom Lane
2000-01-09install_plpgsql is no longer a regress test (it's done via createlang);Tom Lane
2000-01-09New scheme for managing platform-specific regress test result files.Tom Lane
2000-01-09Remove obsolete platform-specific comparison files.Tom Lane
2000-01-09First examples of multiplatform result comparison files.Tom Lane
2000-01-09Remove obsolete platform-specific regress test comparison files.Tom Lane
2000-01-09Remove CVS $Header lines from a couple of regress test files that hadTom Lane
2000-01-09Update remaining tests for new psql, with the exception of 'arrays'.Tom Lane
2000-01-09Update remaining tests for new psql, with the exception of 'arrays',Tom Lane
2000-01-09Fix some missing substitutions of _OBJWD_ and _DLSUFFIX_.Tom Lane
2000-01-06Clean up header for uniform appearance throughout tests.Thomas G. Lockhart
2000-01-06Update for new psql formatting.Thomas G. Lockhart
2000-01-06Freshen up the banner displayed when running the regression test.Thomas G. Lockhart
2000-01-05Update format to add uniform headers on files.Thomas G. Lockhart
2000-01-05Update format to add uniform headers on files.Thomas G. Lockhart
2000-01-05Update output to new psql conventions.Thomas G. Lockhart
2000-01-05Fix spaces in text message.Thomas G. Lockhart
2000-01-05Clean up format of tests.Thomas G. Lockhart
2000-01-05Verified output from new psql.Thomas G. Lockhart
2000-01-05Move numeric test to be near other numeric data types like int4 and float8.Thomas G. Lockhart
2000-01-04Clean up syntax to use SQL92-ish type coersionThomas G. Lockhart
2000-01-04Match results with format from new psql.Thomas G. Lockhart
1999-12-21Added empty TOASTER files and corrected some minor glitchesJan Wieck
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-16Update for QNX.Bruce Momjian
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-12-10Update drop.sqlBruce Momjian
1999-12-10Rename destroy.sql to drop.sql.Bruce Momjian
1999-12-10Update regression for new dropdb command.Bruce Momjian
1999-12-09Replace generic 'Illegal use of aggregates' error message with one thatTom Lane
1999-12-06Update rules test for extra quoting in rule deparser.Tom Lane
1999-12-03Arranged that plpgsql.so is used from new build, not installedJan Wieck
1999-11-27pg_statistic has an index now too...Tom Lane
1999-11-27Oops, forgot to commit this one last week. Part of patch to updateTom Lane
1999-11-23Update for change of 'duplicate key' message.Tom Lane
1999-11-21Tweak run_check.sh so it prints the name of each test in a parallel groupTom Lane
1999-11-20My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)Tom Lane
1999-11-20Fix a couple of portability problems in Jan's first-cut parallel testTom Lane
1999-11-19New parallel regression test shell and related things.Jan Wieck
1999-11-15Update sanity_check regress test to pass now that pg_indexTom Lane
1999-10-22Another day, another MAX_QUERY_SIZE dependency zapped.Tom Lane