aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_elog.c
Commit message (Expand)AuthorAge
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Remove support for Python older than 2.6Peter Eisentraut2020-01-08
* Make the order of the header file includes consistent.Amit Kapila2019-11-25
* PG_FINALLYPeter Eisentraut2019-11-01
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Fix misc typos in comments.Heikki Linnakangas2019-01-23
* Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane2018-09-26
* Add compiler hints to PLy_elog()Peter Eisentraut2017-11-29
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Fix typos in comments.Heikki Linnakangas2017-02-06
* pgindent run for 9.6Robert Haas2016-06-09
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-11
* Fix whitespacePeter Eisentraut2016-04-11
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-10
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-08
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* pgindent run for 9.4Bruce Momjian2014-05-06
* Use improved vsnprintf calling logic in more places.Tom Lane2013-10-24
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas2013-01-28
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Patch some corner-case bugs in pl/python.Tom Lane2012-03-13
* Create a stack of pl/python "execution contexts".Tom Lane2012-03-13
* PL/Python: Add argument names to function declarationsPeter Eisentraut2011-12-29
* Split plpython.c into smaller piecesPeter Eisentraut2011-12-18