aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* Back out regress/results changes. Real CVS problem worked-around.Bruce Momjian2002-07-02
* Fix removal of results directory on 'make clean'. Just remove *.outBruce Momjian2002-07-02
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-26
* Back out cleanup patch. Got old version and needs work.Bruce Momjian2002-06-25
* The attached patch fixes some spelling mistakes, makes theBruce Momjian2002-06-25
* Add missing regression files for SRF.Bruce Momjian2002-06-20
* Update copyright to 2002.Bruce Momjian2002-06-20
* Attached is a regression test patch for SRFs. I based it on the testBruce Momjian2002-06-20
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Back out accidental COPY data changes.Bruce Momjian2002-06-17
* Merge ALTER GROUP ADD/DROP rules by creating add_drop action.Bruce Momjian2002-06-17
* Implement SQL99 OVERLAY(). Allows substitution of a substring in a string.Thomas G. Lockhart2002-06-11
* Add optional "validator" function to languages that can validate thePeter Eisentraut2002-05-22
* Remove bitrotten view_perms test. Add some similar test cases toPeter Eisentraut2002-05-19
* Allow functions to be executed with the privileges of the function owner.Peter Eisentraut2002-05-18
* Get rid of the last few uses of typeidTypeName() rather thanTom Lane2002-05-17
* Make regression tests locale-proof by setting some locale categoriesPeter Eisentraut2002-05-14
* Retire xlateSqlType/xlateSqlFunc; all type name translations are nowTom Lane2002-05-03
* Improve lexer's error reporting. You get the whole token mentioned nowTom Lane2002-05-01
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-28
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-28
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-26
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-25
* Fix regression for new DROP RULE syntax.Bruce Momjian2002-04-24
* The attached patch adds regression tests for setting and removingBruce Momjian2002-04-24
* Reports missing values as bad.Bruce Momjian2002-04-24
* Sorry for the package, but the following patch need to be applied to getBruce Momjian2002-04-24
* Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated...Tom Lane2002-04-21
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-21
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-19
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-12
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian2002-04-05
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-05
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-05
* Authentication improvements:Bruce Momjian2002-04-04
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-01
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-30
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-22
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEYBruce Momjian2002-03-19
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19