aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* This file seems not to have been updated for the mostTom Lane2000-08-26
* GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane2000-08-24
* First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane2000-08-21
* Forgot to update the regression test output.Thomas G. Lockhart2000-08-07
* Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart2000-08-06
* Convert inet-related functions to new fmgr style. I have also taken itTom Lane2000-08-03
* Type lztext is toast.Tom Lane2000-07-30
* Convert all remaining geometric operators to new fmgr style. ThisTom Lane2000-07-30
* PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane2000-07-29
* Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane2000-07-28
* Unset locale variables before running regression tests. (All of them!)Peter Eisentraut2000-07-23
* Further cleanup of array behavior. Slice assignments to arrays withTom Lane2000-07-23
* Add an opr_sanity check for misdefined aggregates that have transitionTom Lane2000-07-18
* Revise aggregate functions per earlier discussions in pghackers.Tom Lane2000-07-17
* Hmm. I didn't expect a change since I hadn't added tests for the newBruce Momjian2000-07-16
* Implement nested block comments in the backend and in psql.Thomas G. Lockhart2000-07-14
* Fix typo, from Keith ParksPeter Eisentraut2000-07-13
* Fix handling of pre-existing LD_LIBRARY_PATH, from Keith ParksPeter Eisentraut2000-07-09
* Another round of those unportable config/build changes :-/Peter Eisentraut2000-07-09
* Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut2000-07-06