summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_procedure.c
Commit message (Expand)AuthorAgeFilesLines
* Change the way we mark tuples as frozen.Robert Haas2013-12-221-3/+3
* Silence compiler warning in assertion-enabled builds.Heikki Linnakangas2013-07-021-2/+2
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-251-36/+41
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Create a stack of pl/python "execution contexts".Tom Lane2012-03-131-3/+0
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-291-4/+4
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-181-0/+531