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_elog.c
Commit message (
Expand
)
Author
Age
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Fix freshly-introduced PL/Python portability bug.
Tom Lane
2016-04-11
*
Fix whitespace
Peter Eisentraut
2016-04-11
*
Fix access-to-already-freed-memory issue in plpython's error handling.
Tom Lane
2016-04-10
*
Enhanced custom error in PLPythonu
Teodor Sigaev
2016-04-08
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Use improved vsnprintf calling logic in more places.
Tom Lane
2013-10-24
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Handle SPIErrors raised directly in PL/Python code.
Heikki Linnakangas
2013-01-28
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Patch some corner-case bugs in pl/python.
Tom Lane
2012-03-13
*
Create a stack of pl/python "execution contexts".
Tom Lane
2012-03-13
*
PL/Python: Add argument names to function declarations
Peter Eisentraut
2011-12-29
*
Split plpython.c into smaller pieces
Peter Eisentraut
2011-12-18