summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_procedure.c
AgeCommit message (Expand)Author
2021-06-10Reconsider the handling of procedure OUT parameters.Tom Lane
2020-12-15Improve hash_create()'s API for some added robustness.Tom Lane
2020-10-29Don't use custom OID symbols in pg_type.dat, either.Tom Lane
2020-10-05Support for OUT parameters in proceduresPeter Eisentraut
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-08-05Fix inconsistencies and typos in the tree, take 9Michael Paquier
2018-04-08Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.Tom Lane
2018-03-27Allow memory contexts to have both fixed and variable ident strings.Tom Lane
2018-03-05Remove some obsolete procedure-specific code from PLsPeter Eisentraut
2018-03-02Add prokind column, replacing proisagg and proiswindowPeter Eisentraut
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2017-12-13Rethink MemoryContext creation to improve performance.Tom Lane
2017-11-30SQL proceduresPeter Eisentraut
2017-11-18Consistently catch errors from Python _New() functionsPeter Eisentraut
2017-11-16Make PL/Python handle domain-type conversions correctly.Tom Lane
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-14Spelling fixes in code commentsPeter Eisentraut
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2015-11-05Fix memory leaks in PL/Python.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-13PL/Python: Remove procedure cache invalidationPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-07-02Silence compiler warning in assertion-enabled builds.Heikki Linnakangas
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-08-30Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera
2012-03-13Create a stack of pl/python "execution contexts".Tom Lane
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut