aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Dec ALpha patchesBruce Momjian1999-05-19
* Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck1999-05-17
* Fixed small bug in ruleutils and added output of pg_views andJan Wieck1999-05-12
* Replaced targetlist entry in GroupClause by reference numberJan Wieck1999-05-12
* Added installation of created procedural languages to initdbJan Wieck1999-05-12
* Adjust elog NOTICE messages to surround table and column names with singleThomas G. Lockhart1999-05-12
* Just a couple more files to untar in src/test/regressBruce Momjian1999-05-11
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Correct type_sanity test so it doesn't spit up on newTom Lane1999-05-09
* Add new netbsd file.Bruce Momjian1999-05-08
* Remove unused Netbsd files.Bruce Momjian1999-05-07
* Please apply the following patch for regress.sh to do something useful withBruce Momjian1999-05-07
* Please apply the following patch for regress.sh to do something usefulBruce Momjian1999-05-07
* Update regress test for CASE to enable tests involving joins.Tom Lane1999-05-06
* I have two patches for 6.5.0:Bruce Momjian1999-05-05
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-03
* These are no longer used ...Marc G. Fournier1999-04-26
* provides string to be used for expected/* files for system specific output...Marc G. Fournier1999-04-26
* It looks like the multibyte regress tests only work if bothTom Lane1999-04-25
* More multibyte tests with obsolete spelling of error message...Tom Lane1999-04-25
* Explicitly set PGCLIENTENCODING during regression tests,Tom Lane1999-04-25
* Multibyte tests were all 'failing' because of change ofTom Lane1999-04-25
* Remove "Non-functional update" notices since that message has beenThomas G. Lockhart1999-04-23
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-20
* Overhaul Wisconsin Benchmark test suitTatsuo Ishii1999-04-16
* Add ORDER BY clauses to some select-from-view operationsTom Lane1999-04-15
* Code modified to reject out of range day of month.Thomas G. Lockhart1999-04-15
* Fix error message to match that returned by new regression test referenceThomas G. Lockhart1999-04-15
* use new config.guess output for system specific expected files ..Marc G. Fournier1999-04-14
* use config.guess instead of uname -s to figure out system, so that we canMarc G. Fournier1999-04-14
* Tweak create_operator regress test so it doesn't illustrateTom Lane1999-04-10