| Age | Commit message (Expand) | Author |
| 2025-04-27 | Remove circular #include's between plpython.h and plpy_util.h. | Tom Lane |
| 2025-03-26 | Use PG_MODULE_MAGIC_EXT in our installable shared libraries. | Tom Lane |
| 2025-01-09 | Use @extschema:name@ notation in contrib transform modules. | Tom Lane |
| 2025-01-01 | Update copyright for 2025 | Bruce Momjian |
| 2024-01-04 | Update copyright for 2024 | Bruce Momjian |
| 2023-04-27 | In hstore_plpython, avoid crashing when return value isn't a mapping. | Tom Lane |
| 2023-01-02 | Update copyright for 2023 | Bruce Momjian |
| 2022-12-20 | Add copyright notices to meson files | Andrew Dunstan |
| 2022-10-05 | meson: Add windows resource files | Andres Freund |
| 2022-09-22 | meson: Add initial version of meson based build system | Andres Freund |
| 2022-07-18 | Remove now superfluous declarations of dlsym()ed symbols. | Andres Freund |
| 2022-05-12 | Pre-beta mechanical code beautification. | Tom Lane |
| 2022-03-08 | plpython: Code cleanup related to removal of Python 2 support. | Andres Freund |
| 2022-03-08 | plpython: Remove regression test infrastructure for Python 2. | Andres Freund |
| 2022-03-08 | plpython: Remove plpythonu, plpython2u and associated transform extensions. | Andres Freund |
| 2021-01-25 | Fix broken ruleutils support for function TRANSFORM clauses. | Tom Lane |
| 2019-11-05 | Split all OBJS style lines in makefiles into one-line-per-entry style. | Andres Freund |
| 2019-11-01 | PG_FINALLY | Peter Eisentraut |
| 2019-10-24 | Make the order of the header file includes consistent in contrib modules. | Amit Kapila |
| 2019-04-06 | Avoid Python memory leaks in hstore_plpython and jsonb_plpython. | Tom Lane |
| 2019-03-14 | Fix volatile vs. pointer confusion | Peter Eisentraut |
| 2018-09-16 | Fix out-of-tree build for transform modules. | Andrew Gierth |
| 2018-04-03 | Prevent accidental linking of system-supplied copies of libpq.so etc. | Tom Lane |
| 2017-11-18 | Consistently catch errors from Python _New() functions | Peter Eisentraut |
| 2017-11-16 | Make PL/Python handle domain-type conversions correctly. | Tom Lane |
| 2017-09-18 | Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. | Tom Lane |
| 2017-02-21 | Drop support for Python 2.3 | Peter Eisentraut |
| 2017-02-02 | Code review for avoidance of direct cross-module links. | Noah Misch |
| 2016-10-04 | Fix hstore_plpython for Python 3. | Tom Lane |
| 2016-10-04 | Convert contrib/hstore_plpython to not use direct linking to other modules. | Tom Lane |
| 2016-06-14 | Minor fixes in contrib installation scripts. | Tom Lane |
| 2016-01-12 | Use LOAD not actual code execution to pull in plpython library. | Tom Lane |
| 2016-01-05 | Sort $(wildcard) output where needed for reproducible build output. | Tom Lane |
| 2015-11-19 | Dodge a macro-name conflict with Perl. | Tom Lane |
| 2015-10-03 | Add CASCADE support for CREATE EXTENSION. | Andres Freund |
| 2015-09-05 | Rearrange the handling of error context reports. | Tom Lane |
| 2015-07-18 | Enable transforms modules to build and test on Cygwin. | Andrew Dunstan |
| 2015-07-16 | AIX: Link TRANSFORM modules with their dependencies. | Noah Misch |
| 2015-05-31 | Make Python tests more portable | Peter Eisentraut |
| 2015-05-24 | Remove no-longer-required function declarations. | Tom Lane |
| 2015-05-24 | pgindent run for 9.5 | Bruce Momjian |
| 2015-05-18 | Use += not = to set makefile variables after including base makefiles. | Tom Lane |
| 2015-05-17 | hstore_plpython: Fix regression tests under Python 3 | Peter Eisentraut |
| 2015-05-05 | hstore_plpython: Support tests on Python 2.3 | Peter Eisentraut |
| 2015-05-03 | Enable transforms modules to build and run with Mingw builds. | Andrew Dunstan |
| 2015-04-26 | Add transforms feature | Peter Eisentraut |