Commit Graph

19 Commits (5987553fde2cb22b69cf9c7d71a92573b7a3b7c9)

Author SHA1 Message Date
Tom Lane 2311f193ea Remove circular #include's between plpython.h and plpy_util.h. 2 months ago
Tom Lane 55527368bd Use PG_MODULE_MAGIC_EXT in our installable shared libraries. 3 months ago
Tom Lane df38157d94 In hstore_plpython, avoid crashing when return value isn't a mapping. 2 years ago
Andres Freund fd4bad1655 Remove now superfluous declarations of dlsym()ed symbols. 3 years ago
Tom Lane 23e7b38bfe Pre-beta mechanical code beautification. 3 years ago
Andres Freund 9b7e24a2cb plpython: Code cleanup related to removal of Python 2 support. 3 years ago
Peter Eisentraut 604bd36711 PG_FINALLY 6 years ago
Amit Kapila 7e735035f2 Make the order of the header file includes consistent in contrib modules. 6 years ago
Tom Lane 9e360f0e83 Avoid Python memory leaks in hstore_plpython and jsonb_plpython. 6 years ago
Peter Eisentraut 1226d932b4 Fix volatile vs. pointer confusion 6 years ago
Andrew Gierth 60f6756f92 Fix out-of-tree build for transform modules. 7 years ago
Peter Eisentraut d0aa965c0a Consistently catch errors from Python _New() functions 8 years ago
Tom Lane 4bd1994650 Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent. 8 years ago
Tom Lane 490ed1ebb9 Fix hstore_plpython for Python 3. 9 years ago
Tom Lane d51924be88 Convert contrib/hstore_plpython to not use direct linking to other modules. 9 years ago
Tom Lane 68c1d7d42e Dodge a macro-name conflict with Perl. 10 years ago
Tom Lane 91e79260f6 Remove no-longer-required function declarations. 10 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Peter Eisentraut cac7658205 Add transforms feature 10 years ago