summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2002-07-18pg_cast table, and standards-compliant CREATE/DROP CAST commands, plusPeter Eisentraut
2002-07-18New depend code doesn't need sequence drop.Bruce Momjian
2002-07-18Back out BETWEEN node patch, was causing initdb failure.Bruce Momjian
2002-07-18 New depend code auto-drops sequence, fix copy2.out.Bruce Momjian
2002-07-18here are the copy2.sql and copy2.out files for the new regressionBruce Momjian
2002-07-18The attached patch (against HEAD) implementsBruce Momjian
2002-07-18Finished the Between patch Christopher started.Bruce Momjian
2002-07-16Add code to extract dependencies from an expression tree, and use itTom Lane
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-07-11Change error messages ExecAppend->ExecInsert and ExecReplace->ExecUpdateBruce Momjian
2002-07-11Add new CREATE CONVERSION/DROP CONVERSION command.Tatsuo Ishii
2002-07-06I've fixed up the way domain constraints (not null and type length)Bruce Momjian
2002-07-02Back out regress/results changes. Real CVS problem worked-around.Bruce Momjian
2002-07-02Fix removal of results directory on 'make clean'. Just remove *.outBruce Momjian
2002-06-26The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-25Back out cleanup patch. Got old version and needs work.Bruce Momjian
2002-06-25The attached patch fixes some spelling mistakes, makes theBruce Momjian
2002-06-20Add missing regression files for SRF.Bruce Momjian
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Attached is a regression test patch for SRFs. I based it on the testBruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-17Back out accidental COPY data changes.Bruce Momjian
2002-06-17Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian
2002-06-11Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart
2002-05-22Add optional "validator" function to languages that can validate thePeter Eisentraut
2002-05-19Remove bitrotten view_perms test. Add some similar test cases toPeter Eisentraut
2002-05-18Allow functions to be executed with the privileges of the function owner.Peter Eisentraut
2002-05-17Get rid of the last few uses of typeidTypeName() rather thanTom Lane
2002-05-14Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut
2002-05-03Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane
2002-05-01Improve lexer's error reporting. You get the whole token mentioned nowTom Lane
2002-04-28Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane
2002-04-28Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane
2002-04-27Restructure aclcheck error reporting to make permission-failureTom Lane
2002-04-26Add current_schema() and current_schemas() inquiry functions.Tom Lane
2002-04-25Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane
2002-04-24Fix regression for new DROP RULE syntax.Bruce Momjian
2002-04-24The attached patch adds regression tests for setting and removingBruce Momjian
2002-04-24Reports missing values as bad.Bruce Momjian
2002-04-24Sorry for the package, but the following patch need to be applied to getBruce Momjian
2002-04-21Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated...Tom Lane
2002-04-21Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart
2002-04-19Change naming rule for ON SELECT rules of views: they're all justTom Lane
2002-04-19pg_trigger's index on tgrelid is replaced by a unique index onTom Lane
2002-04-18Rule names are now unique per-relation, rather than unique globally.Tom Lane
2002-04-16Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane
2002-04-12Checking to decide whether relations are system relations now dependsTom Lane
2002-04-11Restructure representation of aggregate functions so that they have pg_procTom Lane
2002-04-09Functions live in namespaces. Qualified function names work, egTom Lane
2002-04-05This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian