| Age | Commit message (Expand) | Author |
| 2000-11-14 | Extend CREATE DATABASE to allow selection of a template database to be | Tom Lane |
| 2000-11-11 | Allow more timezone-like interpretation of INTERVALs. | Thomas G. Lockhart |
| 2000-11-11 | Allow more timezone-like interpretation of INTERVALs. | Thomas G. Lockhart |
| 2000-11-11 | Check for existence of the results directory before invoking mkdir. | Thomas G. Lockhart |
| 2000-11-10 | Update expected output to track recent code changes. | Tom Lane |
| 2000-11-10 | Adjust INET/CIDR display conventions and reimplement some INET/CIDR | Tom Lane |
| 2000-11-09 | Add some more union/intersect/except test cases, per suggestions | Tom Lane |
| 2000-11-08 | Make DROP TABLE rollback-able: postpone physical file delete until commit. | Tom Lane |
| 2000-11-07 | Update for new results. | Tom Lane |
| 2000-11-06 | Update geometry for FreeBSD 4.1 (same as 4.0) | Peter Eisentraut |
| 2000-11-06 | Add explicit ORDER BYs in a couple of cases --- seems to be necessary | Tom Lane |
| 2000-11-06 | I think Thomas missed an update here... | Tom Lane |
| 2000-11-06 | Add tests for more INTERVAL syntax. | Thomas G. Lockhart |
| 2000-11-04 | This is no longer used since we have the 'resultmap'. | Peter Eisentraut |
| 2000-10-31 | This is the minimal version of the Darwin support patch from | Peter Eisentraut |
| 2000-10-29 | Omit perl and python interfaces when making temporary installation. | Peter Eisentraut |
| 2000-10-27 | Make regression tests work with VPATH builds. | Peter Eisentraut |
| 2000-10-27 | Fix for drop db message format changes | Tatsuo Ishii |
| 2000-10-27 | Disallow bits beyond the mask length for CIDR values, per discussion | Tom Lane |
| 2000-10-24 | New config.guess and config.sub with Darwin support (from official GNU | Peter Eisentraut |
| 2000-10-24 | Major overhaul of large-object implementation, by Denis Perchine with | Tom Lane |
| 2000-10-23 | Polish shared library build to reduce number of special hacks. In | Peter Eisentraut |
| 2000-10-22 | Some small polishing of Mark Hollomon's cleanup of DROP command: might | Tom Lane |
| 2000-10-22 | Makeover for Unixware 7.1.1 | Peter Eisentraut |
| 2000-10-20 | Add support for VPATH builds, that is, building somewhere else than in the | Peter Eisentraut |
| 2000-10-18 | The following patch was sent to the patches list: | Bruce Momjian |
| 2000-10-17 | * doc/src/sgml/regress.sgml: Update for new driver script. | Peter Eisentraut |
| 2000-10-16 | I wasn't too sure where to mail this. | Bruce Momjian |
| 2000-10-14 | Here is a patch for resultmap and the results file. | Bruce Momjian |
| 2000-10-08 | Revert rules.out to non-broken state. I will with difficulty hold my | Tom Lane |
| 2000-10-07 | To create a temporary installation, the regression test driver should use | Peter Eisentraut |
| 2000-10-07 | Thanks for the patch | Bruce Momjian |
| 2000-10-07 | Beos regression patch. | Bruce Momjian |
| 2000-10-07 | The beos port in the source tree doesn't even compile. and even | Bruce Momjian |
| 2000-10-05 | Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the | Tom Lane |
| 2000-10-03 | Fix to make output format identical on echo -n and echo \c platforms. This | Peter Eisentraut |
| 2000-10-02 | Communicate PGPORT and PGHOST via environment, not command line | Peter Eisentraut |
| 2000-10-02 | Honor $(SHELL) when invoking pg_regress. | Tom Lane |
| 2000-10-02 | Fix silly typo that prevented resultmap from being honored by | Tom Lane |
| 2000-10-01 | Fix quoting bug | Peter Eisentraut |
| 2000-10-01 | Fix test order | Peter Eisentraut |
| 2000-09-29 | Please apply the following patch to fix problems with the AIX port | Bruce Momjian |
| 2000-09-29 | Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias. | Tom Lane |
| 2000-09-29 | New unified regression test driver, test/regress makefile cleanup, | Peter Eisentraut |
| 2000-09-28 | Cygwin doesn't have DST before 1970 either | Peter Eisentraut |
| 2000-09-24 | Tweak resultmap so that geometry regress test selects the right comparison | Tom Lane |
| 2000-09-22 | Add check of 'SET DateStyle TO DEFAULT'. | Tom Lane |
| 2000-09-19 | Implement differentiation between CURRENT_USER and SESSION_USER as per SQL. | Peter Eisentraut |
| 2000-09-15 | Variant horology resultfiles are inconsistent with the test, again. | Tom Lane |
| 2000-09-15 | Reimplement LIKE/ESCAPE as operators so that indexscan optimization | Tom Lane |