summaryrefslogtreecommitdiff
path: root/contrib/ltree_plpython
AgeCommit message (Expand)Author
2017-02-02Code review for avoidance of direct cross-module links.Noah Misch
2016-10-04Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane
2016-06-14Minor fixes in contrib installation scripts.Tom Lane
2016-01-12Use LOAD not actual code execution to pull in plpython library.Tom Lane
2016-01-05Sort $(wildcard) output where needed for reproducible build output.Tom Lane
2015-10-03Add CASCADE support for CREATE EXTENSION.Andres Freund
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-07-18Enable transforms modules to build and test on Cygwin.Andrew Dunstan
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-07-16MinGW: Link ltree_plpython with plpython.Noah Misch
2015-05-24Remove no-longer-required function declarations.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-18Use += not = to set makefile variables after including base makefiles.Tom Lane
2015-05-03Enable transforms modules to build and run with Mingw builds.Andrew Dunstan
2015-04-26Add transforms featurePeter Eisentraut