summaryrefslogtreecommitdiff
path: root/src/pl/plpython/plpy_elog.c
AgeCommit message (Expand)Author
2025-06-01Run pgindent on the previous commit.Tom Lane
2025-06-01Fix edge-case resource leaks in PL/Python error reporting.Tom Lane
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2023-09-18Fix assertion failure with PL/Python exceptionsMichael Paquier
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2020-10-15Fixup some appendStringInfo and appendPQExpBuffer callsDavid Rowley
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2019-11-25Make the order of the header file includes consistent.Amit Kapila
2019-11-01PG_FINALLYPeter Eisentraut
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2018-09-26Implement %m in src/port/snprintf.c, and teach elog.c to rely on that.Tom Lane
2017-11-29Add compiler hints to PLy_elog()Peter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-06-09pgindent run for 9.6Robert Haas
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2014-05-06pgindent run for 9.4Bruce Momjian
2013-10-25Use improved vsnprintf calling logic in more places.Tom Lane
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-01-28Handle SPIErrors raised directly in PL/Python code.Heikki Linnakangas
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-03-13Patch some corner-case bugs in pl/python.Tom Lane
2012-03-13Create a stack of pl/python "execution contexts".Tom Lane
2011-12-29PL/Python: Add argument names to function declarationsPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut