summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
1999-12-16Some changes to prepare for LONG attributes.Jan Wieck
1999-12-16Update for QNX.Bruce Momjian
1999-12-16I have done the QNX4 port with the current source tree. The number ofBruce Momjian
1999-12-13aggregate(DISTINCT ...) works, per SQL spec.Tom Lane
1999-12-10Update drop.sqlBruce Momjian
1999-12-10Rename destroy.sql to drop.sql.Bruce Momjian
1999-12-10Update regression for new dropdb command.Bruce Momjian
1999-12-09Replace generic 'Illegal use of aggregates' error message with one thatTom Lane
1999-12-06Update rules test for extra quoting in rule deparser.Tom Lane
1999-12-03Arranged that plpgsql.so is used from new build, not installedJan Wieck
1999-11-27pg_statistic has an index now too...Tom Lane
1999-11-27Oops, forgot to commit this one last week. Part of patch to updateTom Lane
1999-11-23Update for change of 'duplicate key' message.Tom Lane
1999-11-21Tweak run_check.sh so it prints the name of each test in a parallel groupTom Lane
1999-11-20My latest fixes to gram.y cause CREATE TABLE t (f1 bool default 1 < 2)Tom Lane
1999-11-20Fix a couple of portability problems in Jan's first-cut parallel testTom Lane
1999-11-19New parallel regression test shell and related things.Jan Wieck
1999-11-15Update sanity_check regress test to pass now that pg_indexTom Lane
1999-10-22Another day, another MAX_QUERY_SIZE dependency zapped.Tom Lane
1999-10-07Fix planner and rewriter to follow SQL semantics for tables that areTom Lane
1999-10-04Less noisy rule display...Tom Lane
1999-10-03Reimplement parsing and storage of default expressions and constraintTom Lane
1999-10-02Teach parse_coerce about non-cachable functions (actually,Tom Lane
1999-10-02Revise rule-printing routines to use expandable StringInfo buffers, so thatTom Lane
1999-09-30Fixed opr_sanity regression test to ignore the newJan Wieck
1999-09-29This is part #1 for of the DEFERRED CONSTRAINT TRIGGER support.Jan Wieck
1999-09-24Several changes here, not very related but touching some of the same files.Tom Lane
1999-09-18Update regress test expected outputs for small changes inTom Lane
1999-09-06Mark bpchareq not hashjoinable, since it strips trailing blanksTom Lane
1999-08-28Update rules test expected output to conform to slightlyTom Lane
1999-08-17Add script that runs the regression tests with all validTom Lane
1999-08-14LispUnion fix changes output ordering for inheritance tests.Tom Lane
1999-08-05parse_coerce fix allows early simplification of oneTom Lane
1999-08-01Add another ORDER BY to rules test; got tired of it 'failing'Tom Lane
1999-07-27My recent optimizer changes caused a different plan toTom Lane
1999-07-19Parser no longer considersTom Lane
1999-07-17 Move some system includes into c.h, and remove duplicates.Bruce Momjian
1999-07-09createlang now returns 2 for language already exists.Bruce Momjian
1999-06-28Add time warning about bigtests.Bruce Momjian
1999-06-14Undo Jan's typo that broke regress.sh's detection of systemREL6_5Tom Lane
1999-06-10Added 2 regression tests for NUMERIC data type.Jan Wieck
1999-06-06Add a regression test case to catch breakage of GROUP BYTom Lane
1999-06-02Changed "current." into "old." in rule string backparsingJan Wieck
1999-05-25pgindent run over code.Bruce Momjian
1999-05-25Fixed bug in rules event qualification output.Jan Wieck
1999-05-23Remove more -B parameters not needed.Bruce Momjian
1999-05-23Remove -B from wisconsin test.Bruce Momjian
1999-05-20Removed the automatic installation of built procedural languagesJan Wieck
1999-05-20overwriting a large object now worksTatsuo Ishii
1999-05-19Dec ALpha patchesBruce Momjian