summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
1999-05-17Fixed latest regression diff's by omitting viewowner in SELECT from pg_views.Jan Wieck
1999-05-12Fixed small bug in ruleutils and added output of pg_views andJan Wieck
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-12Added installation of created procedural languages to initdbJan Wieck
1999-05-12Adjust elog NOTICE messages to surround table and column names with singleThomas G. Lockhart
1999-05-11Just a couple more files to untar in src/test/regressBruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-09Correct type_sanity test so it doesn't spit up on newTom Lane
1999-05-08Add new netbsd file.Bruce Momjian
1999-05-07Remove unused Netbsd files.Bruce Momjian
1999-05-07Please apply the following patch for regress.sh to do something useful withBruce Momjian
1999-05-07Please apply the following patch for regress.sh to do something usefulBruce Momjian
1999-05-06Update regress test for CASE to enable tests involving joins.Tom Lane
1999-05-05I have two patches for 6.5.0:Bruce Momjian
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-04-26These are no longer used ...Marc G. Fournier
1999-04-26provides string to be used for expected/* files for system specific output...Marc G. Fournier
1999-04-25It looks like the multibyte regress tests only work if bothTom Lane
1999-04-25More multibyte tests with obsolete spelling of error message...Tom Lane
1999-04-25Explicitly set PGCLIENTENCODING during regression tests,Tom Lane
1999-04-25Multibyte tests were all 'failing' because of change ofTom Lane
1999-04-23Remove "Non-functional update" notices since that message has beenThomas G. Lockhart
1999-04-20Un-break CREATE TYPE. Fix some other inconsistencies in theTom Lane
1999-04-16Overhaul Wisconsin Benchmark test suitTatsuo Ishii
1999-04-15Add ORDER BY clauses to some select-from-view operationsTom Lane
1999-04-15Code modified to reject out of range day of month.Thomas G. Lockhart
1999-04-15Fix error message to match that returned by new regression test referenceThomas G. Lockhart
1999-04-14use new config.guess output for system specific expected files ..Marc G. Fournier
1999-04-14use config.guess instead of uname -s to figure out system, so that we canMarc G. Fournier
1999-04-10Tweak create_operator regress test so it doesn't illustrateTom Lane
1999-04-07Fix some more hashjoin-related bugs in pg_operator. FixTom Lane
1999-04-07Unmark 'hashable' operators that can't really be used forTom Lane
1999-03-29Addition to test/locale submitted by Oleg Broytmann. Comments from him:Tatsuo Ishii
1999-03-29Modify fmgr so that internal name (compiler name) of a built-inTom Lane
1999-03-28Expanded opr_sanity test to look at pg_proc and otherTom Lane
1999-03-28New regression test to cross-check pg_type, pg_class,Tom Lane
1999-03-27Delete unused system table pg_parg.Tom Lane
1999-03-26Add results of findoidjoins as a standard regression test.Tom Lane
1999-03-16Change Does Not Exist to 'does not exist'.Bruce Momjian
1999-03-14We have tested the patches on three platforms:Bruce Momjian
1999-03-01Executor no longer cares about mergejoinop, mergerightorder, mergeleftorder,Tom Lane
1999-02-28Fix pg_operator entries for mergejoinable operators with different left andTom Lane
1999-02-23Update error messages with more consistant format.Thomas G. Lockhart
1999-02-23Add many new test cases.Thomas G. Lockhart
1999-02-23Remove non-portable queries by replacing getpgusername() with a constantThomas G. Lockhart
1999-02-23First tests using JOIN syntax.Thomas G. Lockhart
1999-02-22rename pgsql to postgres in regression.Bruce Momjian
1999-02-22change pgsql to postgresBruce Momjian
1999-02-21From: Tatsuo Ishii <[email protected]>Marc G. Fournier
1999-02-13Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian