summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2000-02-15New cost model for planning, incorporating a penalty for random pageTom Lane
2000-02-15Change to report COPY line number in error messages affectsTom Lane
2000-02-15Update "join syntax" test for new capabilities.Thomas G. Lockhart
2000-02-15Add line to mention PST8PDT time zone. Seems useful, but maybe not?Thomas G. Lockhart
2000-02-15Fix up error message to start with cap letter.Thomas G. Lockhart
2000-02-13Adjusted psql echoing options (-a and -e)Peter Eisentraut
2000-02-06Solaris has always had problems with 1947 in theBruce Momjian
2000-01-29A few minor psql enhancementsPeter Eisentraut
2000-01-27Redesign DISTINCT ON as discussed in pgsql-sql 1/25/00: syntax is nowTom Lane
2000-01-26Add:Bruce Momjian
2000-01-25Forgot that expr assumes regexp is anchored-left; therefore need .*Tom Lane
2000-01-22Update regress tests for change of pg_am/pg_amop.Tom Lane
2000-01-22Revise handling of index-type-specific indexscan cost estimation, perTom Lane
2000-01-21Simplify match patterns a little.Tom Lane
2000-01-21Bruce, you forgot to rename these files...Tom Lane
2000-01-20I have noticed that the geometry test's output for hppa1 and hppa2 are inBruce Momjian
2000-01-19Fix handling of NULL constraint conditions: per SQL92 spec, a NULL resultTom Lane
2000-01-18Adopt for new psqlTatsuo Ishii
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