1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-02 09:02:37 +03:00
Commit Graph

3468 Commits

Author SHA1 Message Date
b180144545 Include SPI module when cleaning. 1998-01-01 05:37:29 +00:00
1f9eb5c106 Add regression output from FreeBSD 1997-12-19 21:23:19 +00:00
d370849a9d Here is the difference between expected->results of the regression
tests under sparc_solaris
1997-12-19 15:50:18 +00:00
b31df3ebb7 Mention PST8PDT explicitly in the banner message (rather than PST/PDT). 1997-12-16 16:01:05 +00:00
405740ace6 Include informational messages added for implicit index creation. 1997-12-09 01:46:31 +00:00
d358456ca3 Add test for multi-character char(). 1997-12-05 01:14:55 +00:00
733f2a43cc Change constraint syntax to SQL92 style.
Add tests for PRIMARY KEY and UNIQUE clauses.
1997-12-05 00:01:22 +00:00
df823bc42d Deep-six tests using time travel, which has been removed from Postgres. 1997-12-01 02:51:07 +00:00
7a86a2a9e5 Add tests for varchar() and combinations of string types. 1997-12-01 02:48:47 +00:00
1d7b6f14e2 Adjust tests to reflect removal of time travel.
Add tests for strings and varchar.
1997-12-01 02:46:13 +00:00
f901971c86 Adjust output to reflect changes in tests. 1997-12-01 02:44:53 +00:00
4a5b781d71 Break parser functions into smaller files, group together. 1997-11-25 22:07:18 +00:00
2e0976e003 Fix testing problem when 'current' equal to 'now' for separate inserts
on fast machines with fast disks.
Adjust a few other tests to be more complete.
1997-11-15 02:55:57 +00:00
208dae3727 Set time zone and date style environment variables.
Update banner message regarding time zone.
1997-11-14 15:57:12 +00:00
9507e539e2 Remove unnecessary inclusion of <ctype.h>. 1997-11-10 15:43:26 +00:00
6210dd5264 File is created by make from source in ../output 1997-11-07 06:47:41 +00:00
6698389349 Change error message for rejected input. 1997-11-07 06:32:05 +00:00
e037c351d4 Update for modified quoting style in some error messages. 1997-10-30 16:53:51 +00:00
a47158a0e1 Add script to check regression tests. 1997-10-30 04:27:14 +00:00
f15eeff1bd Modify to reflect changes in boolean input behavior (rejects bad input
rather than assuming FALSE).
1997-10-25 06:03:08 +00:00
ac357fb44c Remove extraneous row from user_relns table. Don't know where it came from... 1997-10-25 06:01:21 +00:00
fcfb4d1df6 Changes due to fixed DEFAULT behaviour. 1997-10-17 09:59:09 +00:00
142d42f938 Scripts to run queries and data. 1997-09-26 14:57:36 +00:00
dbde5caeed Some results. 1997-09-26 14:55:44 +00:00
cf76759f34 Start with performance suite. 1997-09-26 14:55:21 +00:00
2f4275327e Massive examples fix from Nicola Bernardelli 1997-09-25 16:35:52 +00:00
d77a506307 Use additional ORDER BY to cope with new sorting routines. 1997-09-24 17:55:38 +00:00
c13454edc2 Timetravel tests. 1997-09-24 08:36:47 +00:00
76271543ae Added: ttdummy() - variation of timetravel() function
for regress test.
1997-09-24 08:35:10 +00:00
1556e62573 Output changed for new ORDER BY to cope with new sorting routines. 1997-09-20 16:37:02 +00:00
7971fb0d79 Output changed to reflect extra entries from new regression tests. 1997-09-20 16:35:34 +00:00
8bb569105a Change ORDER BY to get consistant results with new sorting routines. 1997-09-20 16:34:08 +00:00
d8ec518000 Update results count to reflect bad entries now being rejected by new decoder. 1997-09-20 16:33:24 +00:00
68cd097e89 Change ORDER BY to get more consistant results. 1997-09-20 16:31:44 +00:00
3f365ba0fc Inline memset() as MemSet(). 1997-09-18 20:22:58 +00:00
2a3e28282e QUERY: SELECT p.name, p.age FROM person* p ORDER BY age using >;
^^^^^^ - new order of tuples (due to psort changes)
1997-09-18 14:45:33 +00:00
36b54847cb Add explicit test for various comment syntaxes. 1997-09-18 03:54:19 +00:00
1d9ad887cd Explicitly test various comment syntaxes. 1997-09-18 03:52:43 +00:00
2b4be93787 Modify to match current expected output
after adding separate sections for DEFAULT and CHECK.
1997-09-16 16:17:19 +00:00
b8967bfeec Add explicit, separate test sections for DEFAULT and CHECK.
Use conventions common to other regression test input files.
Leave non-temporary files at end of test.
1997-09-16 16:15:52 +00:00
829354d849 Remove extraneous blank lines from error messages. 1997-09-16 16:13:58 +00:00
ebb000f805 Add results from Vadim's new tables. 1997-09-13 03:21:05 +00:00
05428ada1d Add tests for unary minus. 1997-09-13 03:20:18 +00:00
e4b27f2acd Make tests match with modified error messages. 1997-09-13 03:19:43 +00:00
aeecb4e505 Add a few tests for unary minus syntax. 1997-09-13 03:16:53 +00:00
ba247bd649 Tests for spi/triggers 1997-09-11 09:14:12 +00:00
59f6a57e59 Used modified version of indent that understands over 100 typedefs. 1997-09-08 21:56:23 +00:00
075cede748 Add typdefs to pgindent run. 1997-09-08 20:59:27 +00:00
319dbfa736 Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
1ccd423235 Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00