summaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython/hstore_plpython.c
Commit message (Expand)AuthorAgeFilesLines
* In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane2023-04-271-1/+7
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* Pre-beta mechanical code beautification.Tom Lane2022-05-121-2/+2
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-071-8/+4
* PG_FINALLYPeter Eisentraut2019-11-011-4/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+2
* Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane2019-04-061-5/+6
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-141-5/+4
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-1/+1
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-181-0/+4
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-181-1/+1
* Fix hstore_plpython for Python 3.Tom Lane2016-10-041-13/+21
* Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane2016-10-031-0/+65
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-191-3/+5
* Remove no-longer-required function declarations.Tom Lane2015-05-241-2/+0
* pgindent run for 9.5Bruce Momjian2015-05-231-7/+7
* Add transforms featurePeter Eisentraut2015-04-261-0/+116