aboutsummaryrefslogtreecommitdiff
path: root/contrib/ltree_plpython/ltree_plpython.c
Commit message (Expand)AuthorAge
* Remove circular #include's between plpython.h and plpy_util.h.Tom Lane2025-04-27
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-07
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-18
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-04
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add transforms featurePeter Eisentraut2015-04-26