aboutsummaryrefslogtreecommitdiff
path: root/src/test
Commit message (Expand)AuthorAge
* 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
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Make the regression tests safe for TOAST.Tom Lane2000-07-05
* New resultmap for Alpha, from Ryan KirkpatrickBruce Momjian2000-07-05
* In the attache is new (correct) version. I add TZ (timezone) supportBruce Momjian2000-07-03
* Attached is a new patch which addresses this problem. (oids inBruce Momjian2000-07-02
* Back out Karels to_char changes.Bruce Momjian2000-07-01
* In the attache is new to_date()/to_timestamp() version.Bruce Momjian2000-07-01
* Cleaned up PL/pgSQL build. Fixed a couple of copyandpaste'os in thePeter Eisentraut2000-06-20
* Clean up bogosities in pg_opclass, pg_amop, pg_amproc. There are amprocTom Lane2000-06-19
* Remove fmgrstamp-h business -- not needed and confusingPeter Eisentraut2000-06-17
* Another batch of fmgr updates. I think I have gotten all old-styleTom Lane2000-06-13
* Rename rule CURRENT to OLD in source tree. Add mapping for backwardBruce Momjian2000-06-12
* Update sequence-related functions to new fmgr style. Remove downcasing,Tom Lane2000-06-11
* Update regression tests for ONLY and other recent changes.Tom Lane2000-06-10
* Clean up regression for new 1st/9th/3rd fixes.Bruce Momjian2000-06-09
* Add inherit regression files.Bruce Momjian2000-06-09
* Inheritance overhaul by Chris Bitmead <chris@bitmead.com>Bruce Momjian2000-06-09
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove FROM warning by fixing query.Bruce Momjian2000-06-04
* New warning code about auto-created range table entries.Bruce Momjian2000-06-03
* Generated header files parse.h and fmgroids.h are now copied intoTom Lane2000-05-29
* Second round of fmgr changes: triggers are now invoked in new style,Tom Lane2000-05-29
* Make the world safe for QNX's busted shell ...Tom Lane2000-05-24
* Unset PGHOSTBruce Momjian2000-05-18
* Use postmaster -i only on certain platforms.Bruce Momjian2000-05-18
* Add QNX localhost flag to regression testsBruce Momjian2000-05-18
* The check of class string in configure (line 1732) fails because this classBruce Momjian2000-05-17
* Remove configure check for how to abbreviate 'tr A-Z a-z', and insteadTom Lane2000-05-16
* Repair list-vs-node confusion that resulted in failure for INNER JOIN ON.Tom Lane2000-05-12
* Fix libpq example return valuesBruce Momjian2000-04-25
* Add a regress test case for SELECT count(*) FROM view, so that we'llTom Lane2000-04-20
* Aix additionsBruce Momjian2000-04-17
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Prevent drop database failure from showing.Bruce Momjian2000-04-12
* I think we want machine pattern i.86 not i386 --- looks like config.guessTom Lane2000-04-08
* Add colo to display at end of initdb.Bruce Momjian2000-04-08
* Update for to_char change.Tom Lane2000-04-08
* Tweak parallel test script so that command line options for postmasterTom Lane2000-04-08
* Update create_rule manual page.Bruce Momjian2000-04-07
* resultmap additions for solaris x86 ...Marc G. Fournier2000-04-07
* Use initdb --noclean so that test database is available for examinationTom Lane2000-04-07
* Add transcendental math functions (sine, cosine, etc)Thomas G. Lockhart2000-04-07