summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Correct type_sanity test so it doesn't spit up on newTom Lane1999-05-092-10/+8
* Add new netbsd file.Bruce Momjian1999-05-081-0/+232
* Remove unused Netbsd files.Bruce Momjian1999-05-072-727/+0
* Please apply the following patch for regress.sh to do something useful withBruce Momjian1999-05-073-0/+1003
* Please apply the following patch for regress.sh to do something usefulBruce Momjian1999-05-071-2/+2
* Update regress test for CASE to enable tests involving joins.Tom Lane1999-05-062-65/+105
* I have two patches for 6.5.0:Bruce Momjian1999-05-055-17/+23
* here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian1999-05-031-3/+3
* These are no longer used ...Marc G. Fournier1999-04-266-1524/+0
* provides string to be used for expected/* files for system specific output...Marc G. Fournier1999-04-261-0/+4
* It looks like the multibyte regress tests only work if bothTom Lane1999-04-251-9/+11
* More multibyte tests with obsolete spelling of error message...Tom Lane1999-04-254-7/+7
* Explicitly set PGCLIENTENCODING during regression tests,Tom Lane1999-04-251-2/+5
* Multibyte tests were all 'failing' because of change ofTom Lane1999-04-256-9/+9
* Remove "Non-functional update" notices since that message has beenThomas G. Lockhart1999-04-231-4/+0
* Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane1999-04-202-4/+4
* Overhaul Wisconsin Benchmark test suitTatsuo Ishii1999-04-1622-82/+82
* Add ORDER BY clauses to some select-from-view operationsTom Lane1999-04-152-49/+49
* Code modified to reject out of range day of month.Thomas G. Lockhart1999-04-152-45/+24
* Fix error message to match that returned by new regression test referenceThomas G. Lockhart1999-04-152-2/+2
* use new config.guess output for system specific expected files ..Marc G. Fournier1999-04-142-0/+0
* use config.guess instead of uname -s to figure out system, so that we canMarc G. Fournier1999-04-141-2/+2
* Tweak create_operator regress test so it doesn't illustrateTom Lane1999-04-102-2/+4
* Fix some more hashjoin-related bugs in pg_operator. FixTom Lane1999-04-072-21/+44