summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_cursorobject.c
Commit message (Expand)AuthorAgeFilesLines
* Fix final warnings produced by -Wshadow=compatible-localDavid Rowley2022-10-071-3/+3
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-071-4/+4
* Clear some style deviations.Noah Misch2020-05-211-3/+1
* Make the order of the header file includes consistent.Amit Kapila2019-11-251-6/+2
* PG_FINALLYPeter Eisentraut2019-11-011-3/+1
* Generated columnsPeter Eisentraut2019-03-301-2/+3
* Use C99 designated initializers for some structsPeter Eisentraut2018-09-071-31/+8
* Improve type conversion of SPI_processed in PythonPeter Eisentraut2018-01-201-3/+1
* Use portal pinning in PL/Perl and PL/PythonPeter Eisentraut2018-01-101-0/+8
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-181-9/+16
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-161-40/+36
* Use Py_RETURN_NONE where suitablePeter Eisentraut2017-09-291-2/+1
* Phase 3 of pgindent updates.Tom Lane2017-06-211-3/+3
* PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut2017-03-271-2/+1
* 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
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-121-2/+16
* Fix memory leaks in PL/Python.Tom Lane2015-11-051-9/+21
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-251-4/+0
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-101-15/+16
* Create a stack of pl/python "execution contexts".Tom Lane2012-03-131-2/+5
* Fix typosPeter Eisentraut2012-01-101-2/+2
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-291-6/+6
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-181-0/+492