summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2002-04-05Add INSERT(..., DEFAULT, ).Bruce Momjian
2002-04-05Divide functions into three volatility classes (immutable, stable, andTom Lane
2002-04-04Authentication improvements:Bruce Momjian
2002-04-01ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane
2002-03-30Further cleanups for relations in schemas: teach nextval and otherTom Lane
2002-03-29pg_type has a typnamespace column; system now supports creating typesTom Lane
2002-03-22Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane
2002-03-21Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane
2002-03-21First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane
2002-03-20Code review for DOMAIN patch.Tom Lane
2002-03-19Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEYBruce Momjian
2002-03-19Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian
2002-03-12Restructure representation of join alias variables. An explicit JOINTom Lane
2002-03-07Adjust elog() tags so source and regression tests match.Bruce Momjian
2002-03-06Change made to elog:Bruce Momjian
2002-03-04Fix very ancient breakage in alter-table tests: apparently, there was aTom Lane
2002-03-04Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii
2002-03-03Cause regression tests to pass again after elog changes.Tom Lane
2002-03-02Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-18Privileges on functions and procedural languagesPeter Eisentraut
2002-01-12Update horology expected results (this variant extrapolated by yoursTom Lane
2002-01-12Update horology expected results (this variant verified on HPUX).Tom Lane
2002-01-12Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart
2002-01-08In a VPATH build, resultmap must be one of the symlinked files, elseTom Lane
2002-01-03Instead of waiting a fixed amount of time for the test postmaster toTom Lane
2001-12-21Select proper geometry comparison file for freebsd/alpha.Tom Lane