summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Improve lexer's error reporting. You get the whole token mentioned nowTom Lane2002-05-011-1/+1
* Second try at fixing join alias variables. Instead of attaching miscellaneousTom Lane2002-04-282-0/+204
* Make ruleutils.c use format_type for printing typenames. Minor tweaksTom Lane2002-04-281-6/+6
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-23/+23
* Add current_schema() and current_schemas() inquiry functions.Tom Lane2002-04-261-1/+1
* Implement types regprocedure, regoper, regoperator, regclass, regtypeTom Lane2002-04-254-54/+115
* Fix regression for new DROP RULE syntax.Bruce Momjian2002-04-242-2/+2
* The attached patch adds regression tests for setting and removingBruce Momjian2002-04-242-0/+95
* Reports missing values as bad.Bruce Momjian2002-04-242-0/+30
* Sorry for the package, but the following patch need to be applied to getBruce Momjian2002-04-241-2/+2
* Update horology-no-DST-before-1970.out (tested on HPUX), plus an extrapolated...Tom Lane2002-04-212-46/+48
* Support alternate storage scheme of 64-bit integer for date/time types.Thomas G. Lockhart2002-04-214-38/+40
* Change naming rule for ON SELECT rules of views: they're all justTom Lane2002-04-191-1/+1
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-191-1/+1
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-184-15/+15
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-3/+3
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-124-6/+6
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-1110-207/+293
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-1/+1
* This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian2002-04-052-0/+45
* Add INSERT(..., DEFAULT, ).Bruce Momjian2002-04-054-1/+35
* Divide functions into three volatility classes (immutable, stable, andTom Lane2002-04-052-2/+2
* Authentication improvements:Bruce Momjian2002-04-042-2/+2
* ALTER TABLE SET/DROP NOT NULL, from Christopher Kings-Lynne.Tom Lane2002-04-012-0/+132
* Further cleanups for relations in schemas: teach nextval and otherTom Lane2002-03-301-1/+0
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-292-5/+5
* Create the pg_namespace system catalog. Doesn't do much yet, but it'sTom Lane2002-03-221-1/+2
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-212-4/+4
* First phase of SCHEMA changes, concentrating on fixing the grammar andTom Lane2002-03-216-27/+27
* Code review for DOMAIN patch.Tom Lane2002-03-202-5/+42
* Just adds a regressions test suite for the ALTER TABLE/ADD PRIMARY KEYBruce Momjian2002-03-192-2/+145
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-194-2/+229
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-122-1/+47
* Adjust elog() tags so source and regression tests match.Bruce Momjian2002-03-073-8/+8
* Change made to elog:Bruce Momjian2002-03-069-135/+129
* Fix very ancient breakage in alter-table tests: apparently, there was aTom Lane2002-03-042-28/+26
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-042-112/+112
* Cause regression tests to pass again after elog changes.Tom Lane2002-03-034-16/+16
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-026-129/+129
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-011-1/+1
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-182-2/+81
* Update horology expected results (this variant extrapolated by yoursTom Lane2002-01-121-87/+325
* Update horology expected results (this variant verified on HPUX).Tom Lane2002-01-121-85/+323
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-122-87/+375
* In a VPATH build, resultmap must be one of the symlinked files, elseTom Lane2002-01-081-2/+2
* Instead of waiting a fixed amount of time for the test postmaster toTom Lane2002-01-031-4/+22
* Select proper geometry comparison file for freebsd/alpha.Tom Lane2001-12-211-3/+3
* Fix for SunOS4 horology testTatsuo Ishii2001-12-201-0/+1
* Tweak to make freebsd/alpha use the correct float8 comparison file.Tom Lane2001-12-191-1/+1
* AIX 5 needs same resultmap tweaks as AIX 4.Tom Lane2001-12-101-0/+2