summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Fix up for recent changes in elog error messages.Thomas G. Lockhart1998-01-103-13/+9
* Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. ...Bruce Momjian1998-01-071-6/+6
* Regression cleanup of WARN.Bruce Momjian1998-01-069-134/+134
* Change some labels in bootparse to make ctags happy. Clean up outfunc/readfu...Bruce Momjian1998-01-061-3/+3
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-0526-150/+150
* Various fixes NETBSD/sparc relatedMarc G. Fournier1998-01-041-1/+9
* Include SPI module when cleaning.Thomas G. Lockhart1998-01-011-1/+2
* Add regression output from FreeBSDMarc G. Fournier1997-12-191-0/+2391
* Here is the difference between expected->results of the regressionMarc G. Fournier1997-12-191-0/+3211
* Mention PST8PDT explicitly in the banner message (rather than PST/PDT).Thomas G. Lockhart1997-12-161-3/+3
* Include informational messages added for implicit index creation.Thomas G. Lockhart1997-12-091-3/+7
* Add test for multi-character char().Thomas G. Lockhart1997-12-051-0/+14
* Change constraint syntax to SQL92 style.Thomas G. Lockhart1997-12-052-87/+280
* Deep-six tests using time travel, which has been removed from Postgres.Thomas G. Lockhart1997-12-012-58/+0
* Add tests for varchar() and combinations of string types.Thomas G. Lockhart1997-12-014-0/+202
* Adjust tests to reflect removal of time travel.Thomas G. Lockhart1997-12-017-21/+78
* Adjust output to reflect changes in tests.Thomas G. Lockhart1997-12-018-763/+820
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-1/+3
* Fix testing problem when 'current' equal to 'now' for separate insertsThomas G. Lockhart1997-11-152-12/+41
* Set time zone and date style environment variables.Thomas G. Lockhart1997-11-141-6/+7
* Remove unnecessary inclusion of <ctype.h>.Thomas G. Lockhart1997-11-101-3/+1
* File is created by make from source in ../outputThomas G. Lockhart1997-11-071-502/+0
* Change error message for rejected input.Thomas G. Lockhart1997-11-071-2/+1
* Update for modified quoting style in some error messages.Thomas G. Lockhart1997-10-301-3/+3
* Add script to check regression tests.Bruce Momjian1997-10-301-0/+11
* Modify to reflect changes in boolean input behavior (rejects bad inputThomas G. Lockhart1997-10-252-2/+8
* Remove extraneous row from user_relns table. Don't know where it came from...Thomas G. Lockhart1997-10-251-2/+1
* Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev1997-10-179-155/+148
* Scripts to run queries and data.Vadim B. Mikheev1997-09-2610-0/+16451
* Some results.Vadim B. Mikheev1997-09-261-0/+16
* Start with performance suite.Vadim B. Mikheev1997-09-262-0/+144
* Massive examples fix from Nicola BernardelliBruce Momjian1997-09-257-58/+76
* Use additional ORDER BY to cope with new sorting routines.Thomas G. Lockhart1997-09-242-3/+3
* Timetravel tests.Vadim B. Mikheev1997-09-244-3/+209
* Added: ttdummy() - variation of timetravel() functionVadim B. Mikheev1997-09-242-3/+232
* Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart1997-09-206-61/+61
* Output changed to reflect extra entries from new regression tests.Thomas G. Lockhart1997-09-201-59/+69
* Change ORDER BY to get consistant results with new sorting routines.Thomas G. Lockhart1997-09-203-4/+4
* Update results count to reflect bad entries now being rejected by new decoder.Thomas G. Lockhart1997-09-201-1/+1
* Change ORDER BY to get more consistant results.Thomas G. Lockhart1997-09-201-1/+1
* Inline memset() as MemSet().Bruce Momjian1997-09-181-3/+3
* QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;Vadim B. Mikheev1997-09-181-18/+18
* Add explicit test for various comment syntaxes.Thomas G. Lockhart1997-09-182-0/+17
* Explicitly test various comment syntaxes.Thomas G. Lockhart1997-09-181-0/+35
* Modify to match current expected outputThomas G. Lockhart1997-09-161-66/+149
* Add explicit, separate test sections for DEFAULT and CHECK.Thomas G. Lockhart1997-09-161-58/+128
* Remove extraneous blank lines from error messages.Thomas G. Lockhart1997-09-161-2/+0
* Add results from Vadim's new tables.Thomas G. Lockhart1997-09-131-1/+4
* Add tests for unary minus.Thomas G. Lockhart1997-09-131-0/+24
* Make tests match with modified error messages.Thomas G. Lockhart1997-09-133-51/+13