index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plpython
/
plpy_cursorobject.c
Commit message (
Expand
)
Author
Age
*
Clear some style deviations.
Noah Misch
2020-05-21
*
Make the order of the header file includes consistent.
Amit Kapila
2019-11-25
*
PG_FINALLY
Peter Eisentraut
2019-11-01
*
Generated columns
Peter Eisentraut
2019-03-30
*
Use C99 designated initializers for some structs
Peter Eisentraut
2018-09-07
*
Improve type conversion of SPI_processed in Python
Peter Eisentraut
2018-01-20
*
Use portal pinning in PL/Perl and PL/Python
Peter Eisentraut
2018-01-10
*
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-11-18
*
Make PL/Python handle domain-type conversions correctly.
Tom Lane
2017-11-16
*
Use Py_RETURN_NONE where suitable
Peter Eisentraut
2017-09-29
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
PL/Python: Add cursor and execute methods to plan object
Peter Eisentraut
2017-03-27
*
Add function name to PyArg_ParseTuple()
Peter Eisentraut
2016-10-27
*
Give a hint, when [] is incorrectly used for a composite type in array.
Heikki Linnakangas
2016-10-26
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Fix memory leaks in PL/Python.
Tom Lane
2015-11-05
*
Prevent leakage of SPI tuple tables during subtransaction abort.
Tom Lane
2013-07-25
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Create a stack of pl/python "execution contexts".
Tom Lane
2012-03-13
*
Fix typos
Peter Eisentraut
2012-01-10
*
PL/Python: Add argument names to function declarations
Peter Eisentraut
2011-12-29
*
Split plpython.c into smaller pieces
Peter Eisentraut
2011-12-18