summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_spi.c
Commit message (Expand)AuthorAgeFilesLines
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-8/+4
* PG_FINALLYPeter Eisentraut2019-11-011-3/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Generated columnsPeter Eisentraut2019-03-301-1/+2
* Improve type conversion of SPI_processed in PythonPeter Eisentraut2018-01-201-6/+2
* PL/Python: Fix potential NULL pointer dereferencePeter Eisentraut2017-12-121-6/+11
* Revert "PL/Python: Fix potential NULL pointer dereference"Peter Eisentraut2017-11-281-6/+1
* PL/Python: Fix potential NULL pointer dereferencePeter Eisentraut2017-11-281-1/+6
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-181-9/+18
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-161-54/+30
* Phase 3 of pgindent updates.Tom Lane2017-06-211-4/+4
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-271-2/+1
* Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.Tom Lane2016-11-081-13/+0
* Add function name to PyArg_ParseTuple()Peter Eisentraut2016-10-271-1/+1
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-261-1/+2
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-271-6/+2
* pgindent run for 9.6Robert Haas2016-06-091-3/+5
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-081-4/+7
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-5/+23
* Fix memory leaks in PL/Python.Tom Lane2015-11-051-7/+23
* Add transforms featurePeter Eisentraut2015-04-261-1/+2
* Remove dead typeStruct variable from plpy_spi.c.Kevin Grittner2014-07-051-2/+0
* Improve support for composite types in PL/Python.Tom Lane2014-07-031-6/+1
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-081-1/+1
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-251-1/+0
* Fix error handling in PLy_spi_execute_fetch_result().Tom Lane2013-07-201-15/+15
* Don't use spi_priv.h in plpython.Tom Lane2013-01-301-1/+1
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-20/+20
* PL/Python: Fix crash in functions returning SETOF and using SPIPeter Eisentraut2012-05-021-0/+11
* Patch some corner-case bugs in pl/python.Tom Lane2012-03-131-1/+2
* Create a stack of pl/python "execution contexts".Tom Lane2012-03-131-2/+6
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-301-0/+2
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-291-4/+4
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-181-0/+559