Commits

DateSubjectAuthorReleases
2026-01-15 plpython: Streamline initialization Peter Eisentraut 19 (unreleased)
2026-01-15 plpython: Remove duplicate PyModule_Create() Peter Eisentraut 19 (unreleased)
2026-01-15 plpython: Clean up PyModule_AddObject() uses Peter Eisentraut 19 (unreleased)
2026-01-15 plpython: Remove commented out code Peter Eisentraut 19 (unreleased)
2025-10-22 Remove useless pstrdup() calls. Tom Lane 19 (unreleased)
2025-04-27 Remove circular #include's between plpython.h and plpy_util.h. Tom Lane 18.0
2024-11-07 Fix -Wcast-function-type warnings Peter Eisentraut 13.17
2024-10-28 Remove unused #include's from contrib, pl, test .c files Peter Eisentraut 18.0
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 13.8
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 11.17
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 12.12
2022-06-22 Fix SPI's handling of errors during transaction commit. Tom Lane 14.5
2022-03-08 plpython: Code cleanup related to removal of Python 2 support. Andres Freund 15.0
2022-02-28 Fix SPI's handling of errors during transaction commit. Tom Lane 15.0
2020-12-15 Improve hash_create()'s API for some added robustness. Tom Lane 14.0
2020-07-14 Fix -Wcast-function-type warnings Peter Eisentraut 14.0
2019-11-25 Make the order of the header file includes consistent. Amit Kapila 13.0
2019-05-22 Phase 2 pgindent run for v12. Tom Lane 12.0
2019-04-19 Fix problems with auto-held portals. Tom Lane 12.0
2019-04-19 Fix problems with auto-held portals. Tom Lane 11.3
2018-09-07 Use C99 designated initializers for some structs Peter Eisentraut 12.0
2018-03-28 Allow committing inside cursor loop Peter Eisentraut 11.0
2018-01-22 Transaction control in PL procedures Peter Eisentraut 11.0
2017-11-18 Consistently catch errors from Python _New() functions Peter Eisentraut 11.0
2017-09-29 Use Py_RETURN_NONE where suitable Peter Eisentraut 11.0