aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_cursorobject.c
Commit message (Expand)AuthorAge
* Clear some style deviations.Noah Misch2020-05-21
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* PG_FINALLYPeter Eisentraut2019-11-01
* Generated columnsPeter Eisentraut2019-03-30
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-07
* Improve type conversion of SPI_processed in PythonPeter Eisentraut2018-01-20
* Use portal pinning in PL/Perl and PL/PythonPeter Eisentraut2018-01-10
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-18
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Use Py_RETURN_NONE where suitablePeter Eisentraut2017-09-29
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-27
* Add function name to PyArg_ParseTuple()Peter Eisentraut2016-10-27
* Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas2016-10-26
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Fix memory leaks in PL/Python.Tom Lane2015-11-05
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-25
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Create a stack of pl/python "execution contexts".Tom Lane2012-03-13
* Fix typosPeter Eisentraut2012-01-10
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-29
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-18