summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
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
2001-12-20Fix for SunOS4 horology testTatsuo Ishii
2001-12-19Tweak to make freebsd/alpha use the correct float8 comparison file.Tom Lane
2001-12-10AIX 5 needs same resultmap tweaks as AIX 4.Tom Lane
2001-12-03Update IRIX geometry results to match newer MIPS FPUs, rather thanTom Lane
2001-12-02HPUX 11 should use geometry-solaris-precision, not geometry-positive-zerosTom Lane
2001-11-29Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane
2001-11-29Fix results to work with normal systems again.Peter Eisentraut
2001-11-24Remove extraneous space that somehow got into expected alter_table.out.Tom Lane
2001-11-21Update regress tests to reflect removal of 'current'.Tom Lane
2001-11-20Bruce's octet_length change breaks this regression test.Tom Lane
2001-11-06Update for latest version of horology test.REL7_2_BETA2Tom Lane
2001-11-06Fix last (?) problem with sensitivity to daylight savings time statusThomas G. Lockhart
2001-11-05New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian
2001-11-04Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian
2001-11-04Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian
2001-11-02Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane
2001-10-31Fix queries to insulate from daylight savings time.Thomas G. Lockhart
2001-10-31Modify *.po files and regression expected output for new clearer errorBruce Momjian