aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_plpymodule.c
Commit message (Expand)AuthorAge
* Final pgindent + perltidy run for 9.6.Tom Lane2016-08-15
* PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut2016-07-02
* PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut2016-06-11
* pgindent run for 9.6Robert Haas2016-06-09
* Fix missing "volatile" in PLy_output().Tom Lane2016-04-11
* Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane2016-04-11
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-08
* Fix some functions that were declared static then defined not-static.Tom Lane2015-01-12
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* PL/Python: Improve error messagesPeter Eisentraut2012-04-25
* Patch some corner-case bugs in pl/python.Tom Lane2012-03-13
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-29
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-18