summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Replace generic 'Illegal use of aggregates' error message with one thatTom Lane1999-12-091-2/+2
* Update rules test for extra quoting in rule deparser.Tom Lane1999-12-061-25/+25
* Arranged that plpgsql.so is used from new build, not installedJan Wieck1999-12-031-1/+3
* pg_statistic has an index now too...Tom Lane1999-11-271-1/+2
* Oops, forgot to commit this one last week. Part of patch to updateTom Lane1999-11-271-3/+3
* Update for change of 'duplicate key' message.Tom Lane1999-11-232-17/+26
* Tweak run_check.sh so it prints the name of each test in a parallel groupTom Lane1999-11-211-15/+19
* My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)Tom Lane1999-11-202-5/+5
* Fix a couple of portability problems in Jan's first-cut parallel testTom Lane1999-11-202-26/+22
* New parallel regression test shell and related things.Jan Wieck1999-11-196-843/+1423
* Update sanity_check regress test to pass now that pg_indexTom Lane1999-11-151-1/+3
* Another day, another MAX_QUERY_SIZE dependency zapped.Tom Lane1999-10-221-15/+22
* Fix planner and rewriter to follow SQL semantics for tables that areTom Lane1999-10-071-2/+2
* Less noisy rule display...Tom Lane1999-10-041-51/+51
* Reimplement parsing and storage of default expressions and constraintTom Lane1999-10-032-5/+12
* Teach parse_coerce about non-cachable functions (actually,Tom Lane1999-10-021-1/+1
* Revise rule-printing routines to use expandable StringInfo buffers, so thatTom Lane1999-10-021-29/+29
* Fixed opr_sanity regression test to ignore the newJan Wieck1999-09-302-2/+4
* This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck1999-09-292-123/+34
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-21/+30
* Update regress test expected outputs for small changes inTom Lane1999-09-182-5/+5
* Mark bpchareq not hashjoinable, since it strips trailing blanksTom Lane1999-09-062-17/+27
* Update rules test expected output to conform to slightlyTom Lane1999-08-281-51/+51
* Add script that runs the regression tests with all validTom Lane1999-08-171-0/+98
* LispUnion fix changes output ordering for inheritance tests.Tom Lane1999-08-141-21/+21
* parse_coerce fix allows early simplification of oneTom Lane1999-08-051-29/+29
* Add another ORDER BY to rules test; got tired of it 'failing'Tom Lane1999-08-012-4/+4
* My recent optimizer changes caused a different plan toTom Lane1999-07-271-1/+1
* Parser no longer considersTom Lane1999-07-192-26/+25
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-173-7/+2
* createlang now returns 2 for language already exists.Bruce Momjian1999-07-091-2/+2
* Add time warning about bigtests.Bruce Momjian1999-06-281-2/+3
* Undo Jan's typo that broke regress.sh's detection of systemREL6_5Tom Lane1999-06-141-8/+10
* Added 2 regression tests for NUMERIC data type.Jan Wieck1999-06-107-5/+2575
* Add a regression test case to catch breakage of GROUP BYTom Lane1999-06-062-0/+24
* Changed "current." into "old." in rule string backparsingJan Wieck1999-06-021-29/+29
* pgindent run over code.Bruce Momjian1999-05-253-20/+8
* Fixed bug in rules event qualification output.Jan Wieck1999-05-251-29/+29
* Remove more -B parameters not needed.Bruce Momjian1999-05-231-1/+1
* Remove -B from wisconsin test.Bruce Momjian1999-05-231-2/+2
* Removed the automatic installation of built procedural languagesJan Wieck1999-05-201-1/+8
* overwriting a large object now worksTatsuo Ishii1999-05-202-6/+5
* Dec ALpha patchesBruce Momjian1999-05-193-0/+742
* Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck1999-05-172-26/+28
* Fixed small bug in ruleutils and added output of pg_views andJan Wieck1999-05-122-0/+66
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-122-4/+6
* Added installation of created procedural languages to initdbJan Wieck1999-05-121-1/+0
* Adjust elog NOTICE messages to surround table and column names with singleThomas G. Lockhart1999-05-121-4/+4
* Just a couple more files to untar in src/test/regressBruce Momjian1999-05-113-0/+1003
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-102-16/+10