aboutsummaryrefslogtreecommitdiff
path: root/src/test/regress
Commit message (Expand)AuthorAge
* Update for new results.Tom Lane2000-11-07
* Update geometry for FreeBSD 4.1 (same as 4.0)Peter Eisentraut2000-11-06
* Add explicit ORDER BYs in a couple of cases --- seems to be necessaryTom Lane2000-11-06
* I think Thomas missed an update here...Tom Lane2000-11-06
* Add tests for more INTERVAL syntax.Thomas G. Lockhart2000-11-06
* This is no longer used since we have the 'resultmap'.Peter Eisentraut2000-11-04
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-31
* Omit perl and python interfaces when making temporary installation.Peter Eisentraut2000-10-29
* Make regression tests work with VPATH builds.Peter Eisentraut2000-10-27
* Fix for drop db message format changesTatsuo Ishii2000-10-27
* Disallow bits beyond the mask length for CIDR values, per discussionTom Lane2000-10-27
* New config.guess and config.sub with Darwin support (from official GNUPeter Eisentraut2000-10-24
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-24
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-23
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-22
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-22
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-20
* The following patch was sent to the patches list:Bruce Momjian2000-10-18
* * doc/src/sgml/regress.sgml: Update for new driver script.Peter Eisentraut2000-10-17
* I wasn't too sure where to mail this.Bruce Momjian2000-10-16
* Here is a patch for resultmap and the results file.Bruce Momjian2000-10-14
* Revert rules.out to non-broken state. I will with difficulty hold myTom Lane2000-10-08
* To create a temporary installation, the regression test driver should usePeter Eisentraut2000-10-07
* Thanks for the patchBruce Momjian2000-10-07
* Beos regression patch.Bruce Momjian2000-10-07
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-07
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-05
* Fix to make output format identical on echo -n and echo \c platforms. ThisPeter Eisentraut2000-10-03
* Communicate PGPORT and PGHOST via environment, not command linePeter Eisentraut2000-10-02
* Honor $(SHELL) when invoking pg_regress.Tom Lane2000-10-02
* Fix silly typo that prevented resultmap from being honored byTom Lane2000-10-02
* Fix quoting bugPeter Eisentraut2000-10-01
* Fix test orderPeter Eisentraut2000-10-01
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-29
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-29
* New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut2000-09-29
* Cygwin doesn't have DST before 1970 eitherPeter Eisentraut2000-09-28
* Tweak resultmap so that geometry regress test selects the right comparisonTom Lane2000-09-24
* Add check of 'SET DateStyle TO DEFAULT'.Tom Lane2000-09-22
* Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut2000-09-19
* Variant horology resultfiles are inconsistent with the test, again.Tom Lane2000-09-15
* Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane2000-09-15
* Move a few specific tests to isolate homogenous type tests intoThomas G. Lockhart2000-09-14
* First cut at full support for OUTER JOINs. There are still a few looseTom Lane2000-09-12
* Update expected/horology-no-DST-before-1970.out for new horology test.Tom Lane2000-09-12
* Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart2000-09-12
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* Irix fix:Bruce Momjian2000-09-12
* Fix relative path references so that make knowns which dependencies referPeter Eisentraut2000-08-31
* This is mostly the same as an earlier patch IBruce Momjian2000-08-29