summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
1997-12-01Deep-six tests using time travel, which has been removed from Postgres.Thomas G. Lockhart
1997-12-01Add tests for varchar() and combinations of string types.Thomas G. Lockhart
1997-12-01Adjust tests to reflect removal of time travel.Thomas G. Lockhart
1997-12-01Adjust output to reflect changes in tests.Thomas G. Lockhart
1997-11-25Break parser functions into smaller files, group together.Bruce Momjian
1997-11-15Fix testing problem when 'current' equal to 'now' for separate insertsThomas G. Lockhart
1997-11-14Set time zone and date style environment variables.Thomas G. Lockhart
1997-11-10Remove unnecessary inclusion of <ctype.h>.Thomas G. Lockhart
1997-11-07File is created by make from source in ../outputThomas G. Lockhart
1997-11-07Change error message for rejected input.Thomas G. Lockhart
1997-10-30Update for modified quoting style in some error messages.Thomas G. Lockhart
1997-10-30Add script to check regression tests.Bruce Momjian
1997-10-25Modify to reflect changes in boolean input behavior (rejects bad inputThomas G. Lockhart
1997-10-25Remove extraneous row from user_relns table. Don't know where it came from...Thomas G. Lockhart
1997-10-17Changes due to fixed DEFAULT behaviour.Vadim B. Mikheev
1997-09-26Scripts to run queries and data.Vadim B. Mikheev
1997-09-26Some results.Vadim B. Mikheev
1997-09-26Start with performance suite.Vadim B. Mikheev
1997-09-25Massive examples fix from Nicola BernardelliBruce Momjian
1997-09-24Use additional ORDER BY to cope with new sorting routines.Thomas G. Lockhart
1997-09-24Timetravel tests.Vadim B. Mikheev
1997-09-24Added: ttdummy() - variation of timetravel() functionVadim B. Mikheev
1997-09-20Output changed for new ORDER BY to cope with new sorting routines.Thomas G. Lockhart
1997-09-20Output changed to reflect extra entries from new regression tests.Thomas G. Lockhart
1997-09-20Change ORDER BY to get consistant results with new sorting routines.Thomas G. Lockhart
1997-09-20Update results count to reflect bad entries now being rejected by new decoder.Thomas G. Lockhart
1997-09-20Change ORDER BY to get more consistant results.Thomas G. Lockhart
1997-09-18Inline memset() as MemSet().Bruce Momjian
1997-09-18QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;Vadim B. Mikheev
1997-09-18Add explicit test for various comment syntaxes.Thomas G. Lockhart
1997-09-18Explicitly test various comment syntaxes.Thomas G. Lockhart
1997-09-16Modify to match current expected outputThomas G. Lockhart
1997-09-16Add explicit, separate test sections for DEFAULT and CHECK.Thomas G. Lockhart
1997-09-16Remove extraneous blank lines from error messages.Thomas G. Lockhart
1997-09-13Add results from Vadim's new tables.Thomas G. Lockhart
1997-09-13Add tests for unary minus.Thomas G. Lockhart
1997-09-13Make tests match with modified error messages.Thomas G. Lockhart
1997-09-13Add a few tests for unary minus syntax.Thomas G. Lockhart
1997-09-11Tests for spi/triggersVadim B. Mikheev
1997-09-08Used modified version of indent that understands over 100 typedefs.Bruce Momjian
1997-09-08Add typdefs to pgindent run.Bruce Momjian
1997-09-08Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian
1997-09-07Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian
1997-09-01Test new intersection and closest point operators.Thomas G. Lockhart
1997-09-01Test new intersection and closest point operators.Thomas G. Lockhart
1997-09-01Test for "current" time by comparing against "now".Thomas G. Lockhart
1997-08-28Tests for CHECK/DEFAULTVadim B. Mikheev
1997-08-19Make functions static where possible, enclose unused functions in #ifdef NOT_...Bruce Momjian
1997-08-12Remove more (void) and fix -Wall warnings.Bruce Momjian
1997-07-29Results from initial changes to add new functions and for bug fixes.Thomas G. Lockhart