summaryrefslogtreecommitdiff
path: root/src/pl/plpython/test.sh
Commit message (Collapse)AuthorAgeFilesLines
* Convert the existing regression test scripts for the various optionalTom Lane2005-05-141-58/+0
| | | | | PLs to use the standard pg_regress infrastructure. No changes in the tests themselves. Andrew Dunstan
* Minor improvements in the really-pretty-ad-hoc test scripts for theTom Lane2005-04-011-0/+2
| | | | PL languages.
* Fix python regression testing script to bail out early if languageTom Lane2005-03-241-4/+13
| | | | creation fails ... no point in running the tests.
* Rename plpython to plpythonu, and update documentation to reflect itsTom Lane2003-06-301-1/+1
| | | | now-untrusted status.
* Clean up plpython error reporting so that its regression test passesTom Lane2003-01-311-8/+7
| | | | | with some amount of cleanliness. I see no need to report the internal Python name rather than the SQL procedure name in error tracebacks.
* PL/Python integration: support in create/droplang, add CVS keywords,Peter Eisentraut2001-05-121-12/+8
| | | | | remove useless files, beat some sense into Makefile. For me it builds and sort of runs, so it's a start.
* Add plpython code.Bruce Momjian2001-05-091-0/+52