summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpython_function.sql
Commit message (Collapse)AuthorAgeFilesLines
* It may not be obvious to you, but the plpython regression testsBruce Momjian2003-03-271-1/+6
| | | | | | | | | | | include output that vary depending on the python build one is running. Basically, the order of keys in a dictionary is non-deterministic, and that part of the test fails for me regularly. I rewrote the test to work around this problem, and include a patch file with that change and the change to the expected otuput as well. Mike Meyer
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-3/+3
| | | | | | with OPAQUE, as per recent pghackers discussion. I still want to do some more work on the 'cstring' pseudo-type, but I'm going to commit the bulk of the changes now before the tree starts shifting under me ...
* plpython security and error handling fixes, fromTom Lane2001-11-161-1/+38
| | | | Kevin Jacobs and Brad McLean.
* Add plpython code.Bruce Momjian2001-05-091-0/+291