summaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAgeFilesLines
* Don't hide error message from dropdb.Peter Eisentraut2000-11-211-2/+2
* Adjust opr_sanity.out for small change in OID allocation.Tom Lane2000-11-211-2/+2
* Make oidin/oidout produce and consume unsigned representation of Oid,Tom Lane2000-11-212-51/+62
* Simplify definition of pg_tables and pg_views views by making use ofTom Lane2000-11-211-5/+5
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-208-23/+96
* Extend CREATE DATABASE to allow selection of a template database to beTom Lane2000-11-141-2/+2
* Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart2000-11-111-7/+7
* Allow more timezone-like interpretation of INTERVALs.Thomas G. Lockhart2000-11-111-20/+20
* Check for existence of the results directory before invoking mkdir.Thomas G. Lockhart2000-11-111-2/+2
* Update expected output to track recent code changes.Tom Lane2000-11-101-76/+76
* Adjust INET/CIDR display conventions and reimplement some INET/CIDRTom Lane2000-11-102-27/+27
* Add some more union/intersect/except test cases, per suggestionsTom Lane2000-11-092-0/+160
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-2/+2
* Update for new results.Tom Lane2000-11-071-73/+73
* Update geometry for FreeBSD 4.1 (same as 4.0)Peter Eisentraut2000-11-061-1/+1
* Add explicit ORDER BYs in a couple of cases --- seems to be necessaryTom Lane2000-11-062-4/+8
* I think Thomas missed an update here...Tom Lane2000-11-061-3/+1
* Add tests for more INTERVAL syntax.Thomas G. Lockhart2000-11-065-464/+1891
* This is no longer used since we have the 'resultmap'.Peter Eisentraut2000-11-041-4/+0
* This is the minimal version of the Darwin support patch fromPeter Eisentraut2000-10-311-0/+3
* Omit perl and python interfaces when making temporary installation.Peter Eisentraut2000-10-291-2/+2
* Make regression tests work with VPATH builds.Peter Eisentraut2000-10-2711-91/+119
* Fix for drop db message format changesTatsuo Ishii2000-10-271-1/+1
* Disallow bits beyond the mask length for CIDR values, per discussionTom Lane2000-10-272-16/+16
* New config.guess and config.sub with Darwin support (from official GNUPeter Eisentraut2000-10-241-13/+13
* Major overhaul of large-object implementation, by Denis Perchine withTom Lane2000-10-242-3/+4
* Add some modicum of error detection...Tom Lane2000-10-241-12/+22
* Remove testlo2.c --- there seems to be no difference between this andTom Lane2000-10-242-246/+1
* Polish shared library build to reduce number of special hacks. InPeter Eisentraut2000-10-232-8/+8
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-225-24/+24
* Makeover for Unixware 7.1.1Peter Eisentraut2000-10-224-8/+60
* Add support for VPATH builds, that is, building somewhere else than in thePeter Eisentraut2000-10-204-16/+9
* The following patch was sent to the patches list:Bruce Momjian2000-10-184-6/+10
* * doc/src/sgml/regress.sgml: Update for new driver script.Peter Eisentraut2000-10-171-226/+208
* I wasn't too sure where to mail this.Bruce Momjian2000-10-163-312/+51
* Here is a patch for resultmap and the results file.Bruce Momjian2000-10-142-0/+533
* Revert rules.out to non-broken state. I will with difficulty hold myTom Lane2000-10-081-5/+176
* To create a temporary installation, the regression test driver should usePeter Eisentraut2000-10-072-14/+6
* Thanks for the patchBruce Momjian2000-10-071-0/+3
* Beos regression patch.Bruce Momjian2000-10-072-6/+17
* The beos port in the source tree doesn't even compile. and evenBruce Momjian2000-10-075-178/+1051
* Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane2000-10-052-16/+104
* Fix to make output format identical on echo -n and echo \c platforms. ThisPeter Eisentraut2000-10-031-4/+4
* Communicate PGPORT and PGHOST via environment, not command linePeter Eisentraut2000-10-021-11/+25
* Honor $(SHELL) when invoking pg_regress.Tom Lane2000-10-021-3/+3
* Fix silly typo that prevented resultmap from being honored byTom Lane2000-10-021-2/+2
* Fix quoting bugPeter Eisentraut2000-10-011-3/+3
* Fix test orderPeter Eisentraut2000-10-011-7/+11
* Please apply the following patch to fix problems with the AIX portBruce Momjian2000-09-291-0/+42
* Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane2000-09-291-1/+1