summaryrefslogtreecommitdiff
path: root/src/test
AgeCommit message (Expand)Author
2000-10-05Reimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet theTom Lane
2000-10-03Fix to make output format identical on echo -n and echo \c platforms. ThisPeter Eisentraut
2000-10-02Communicate PGPORT and PGHOST via environment, not command linePeter Eisentraut
2000-10-02Honor $(SHELL) when invoking pg_regress.Tom Lane
2000-10-02Fix silly typo that prevented resultmap from being honored byTom Lane
2000-10-01Fix quoting bugPeter Eisentraut
2000-10-01Fix test orderPeter Eisentraut
2000-09-29Please apply the following patch to fix problems with the AIX portBruce Momjian
2000-09-29Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.Tom Lane
2000-09-29New unified regression test driver, test/regress makefile cleanup,Peter Eisentraut
2000-09-28Cygwin doesn't have DST before 1970 eitherPeter Eisentraut
2000-09-24Tweak resultmap so that geometry regress test selects the right comparisonTom Lane
2000-09-22Add check of 'SET DateStyle TO DEFAULT'.Tom Lane
2000-09-19Implement differentiation between CURRENT_USER and SESSION_USER as per SQL.Peter Eisentraut
2000-09-15Variant horology resultfiles are inconsistent with the test, again.Tom Lane
2000-09-15Reimplement LIKE/ESCAPE as operators so that indexscan optimizationTom Lane
2000-09-14Move a few specific tests to isolate homogenous type tests intoThomas G. Lockhart
2000-09-12First cut at full support for OUTER JOINs. There are still a few looseTom Lane
2000-09-12Update expected/horology-no-DST-before-1970.out for new horology test.Tom Lane
2000-09-12Add regression tests for date, time, and time with time zone types.Thomas G. Lockhart
2000-09-12This patch implements a different "relkind"Bruce Momjian
2000-09-12Irix fix:Bruce Momjian
2000-08-31Fix relative path references so that make knowns which dependencies referPeter Eisentraut
2000-08-29This is mostly the same as an earlier patch IBruce Momjian
2000-08-26This file seems not to have been updated for the mostTom Lane
2000-08-24GetAttributeByName and GetAttributeByNum should be declared to returnTom Lane
2000-08-21First pass at integrating BIT and BIT VARYING code from Adriaan Joubert.Tom Lane
2000-08-07Forgot to update the regression test output.Thomas G. Lockhart
2000-08-06Implement LIKE/ESCAPE. Change parser to use like()/notlike()Thomas G. Lockhart
2000-08-03Convert inet-related functions to new fmgr style. I have also taken itTom Lane
2000-07-30Type lztext is toast.Tom Lane
2000-07-30Convert all remaining geometric operators to new fmgr style. ThisTom Lane
2000-07-29PATH and POLYGON datatypes are now TOASTable. Associated functionsTom Lane
2000-07-28Add int2-vs-int8 comparison operators. These are now necessary becauseTom Lane
2000-07-23Unset locale variables before running regression tests. (All of them!)Peter Eisentraut
2000-07-23Further cleanup of array behavior. Slice assignments to arrays withTom Lane
2000-07-18Add an opr_sanity check for misdefined aggregates that have transitionTom Lane
2000-07-17Revise aggregate functions per earlier discussions in pghackers.Tom Lane
2000-07-16Hmm. I didn't expect a change since I hadn't added tests for the newBruce Momjian
2000-07-14Implement nested block comments in the backend and in psql.Thomas G. Lockhart
2000-07-13Fix typo, from Keith ParksPeter Eisentraut
2000-07-09Fix handling of pre-existing LD_LIBRARY_PATH, from Keith ParksPeter Eisentraut
2000-07-09Another round of those unportable config/build changes :-/Peter Eisentraut
2000-07-06Backend makefile cleanup. make maintainer-clean is now completelyPeter Eisentraut
2000-07-05Update textin() and textout() to new fmgr style. This is just phaseTom Lane
2000-07-05Make the regression tests safe for TOAST.Tom Lane
2000-07-05New resultmap for Alpha, from Ryan KirkpatrickBruce Momjian
2000-07-03In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian
2000-07-02Attached is a new patch which addresses this problem. (oids inBruce Momjian
2000-07-01Back out Karels to_char changes.Bruce Momjian