summaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython/hstore_plpython.c
AgeCommit message (Expand)Author
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2023-04-27In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane
2022-07-17Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-05-12Pre-beta mechanical code beautification.Tom Lane
2022-03-07plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-04-06Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane
2019-03-14Fix volatile vs. pointer confusionPeter Eisentraut
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2017-11-18Consistently catch errors from Python _New() functionsPeter Eisentraut
2017-09-18Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane
2016-10-04Fix hstore_plpython for Python 3.Tom Lane
2016-10-03Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane
2015-11-19Dodge a macro-name conflict with Perl.Tom Lane
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-23pgindent run for 9.5Bruce Momjian
2015-04-26Add transforms featurePeter Eisentraut