aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* 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
* Restructure representation of join alias variables. An explicit JOINTom Lane2002-03-12
* Adjust elog() tags so source and regression tests match.Bruce Momjian2002-03-07
* Change made to elog:Bruce Momjian2002-03-06
* Fix very ancient breakage in alter-table tests: apparently, there was aTom Lane2002-03-04
* Fix bug in extract/date_part for milliseconds/miscroseconds andTatsuo Ishii2002-03-04
* Cause regression tests to pass again after elog changes.Tom Lane2002-03-03
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* User and database-specific session defaults for run-time configurationPeter Eisentraut2002-03-01
* Privileges on functions and procedural languagesPeter Eisentraut2002-02-18
* Update horology expected results (this variant extrapolated by yoursTom Lane2002-01-12
* Update horology expected results (this variant verified on HPUX).Tom Lane2002-01-12
* Repair bugs in declarations of routines to add timestamptz and interval.Thomas G. Lockhart2002-01-12
* In a VPATH build, resultmap must be one of the symlinked files, elseTom Lane2002-01-08
* Instead of waiting a fixed amount of time for the test postmaster toTom Lane2002-01-03
* Select proper geometry comparison file for freebsd/alpha.Tom Lane2001-12-21
* Fix for SunOS4 horology testTatsuo Ishii2001-12-20
* Tweak to make freebsd/alpha use the correct float8 comparison file.Tom Lane2001-12-19
* AIX 5 needs same resultmap tweaks as AIX 4.Tom Lane2001-12-10
* Update IRIX geometry results to match newer MIPS FPUs, rather thanTom Lane2001-12-03
* HPUX 11 should use geometry-solaris-precision, not geometry-positive-zerosTom Lane2001-12-02
* Fix array_out's failure to backslash backslashes, per bug# 524. Also,Tom Lane2001-11-29
* Fix results to work with normal systems again.Peter Eisentraut2001-11-29
* Remove extraneous space that somehow got into expected alter_table.out.Tom Lane2001-11-24
* Update regress tests to reflect removal of 'current'.Tom Lane2001-11-21
* Bruce's octet_length change breaks this regression test.Tom Lane2001-11-20
* Update for latest version of horology test.REL7_2_BETA2Tom Lane2001-11-06
* Fix last (?) problem with sensitivity to daylight savings time statusThomas G. Lockhart2001-11-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* Got "ADD" to appear only in ALTER TABLE and not CREATE TABLEBruce Momjian2001-11-04
* Remove "ADD" from TABLE / ADD UNIQUE-PRIMARY error message because theBruce Momjian2001-11-04
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* Fix queries to insulate from daylight savings time.Thomas G. Lockhart2001-10-31
* Modify *.po files and regression expected output for new clearer errorBruce Momjian2001-10-31
* Add ALTER TABLE ADD UNIQUE regression tests from Christopher Kings-Lynne.Bruce Momjian2001-10-31
* Update solaris-1947 variant files for new datetime regression tests.Tom Lane2001-10-30
* Update for latest fixes.Tom Lane2001-10-22
* Remove LIMIT #,# and suggest LIMIT # OFFSET #, per mailing list discussion.Bruce Momjian2001-10-20
* Fix transposed arguments for typmod for one INTERVAL production.Thomas G. Lockhart2001-10-20
* Update for new expected results.Tom Lane2001-10-18