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