summaryrefslogtreecommitdiff
path: root/contrib/ltree_plpython
Commit message (Expand)AuthorAgeFilesLines
* Minor fixes in contrib installation scripts.Tom Lane2016-06-143-0/+15
* Use LOAD not actual code execution to pull in plpython library.Tom Lane2016-01-113-3/+3
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-051-2/+2
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-032-4/+3
* Rearrange the handling of error context reports.Tom Lane2015-09-051-2/+0
* Enable transforms modules to build and test on Cygwin.Andrew Dunstan2015-07-181-0/+5
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-151-1/+6
* MinGW: Link ltree_plpython with plpython.Noah Misch2015-07-151-1/+1
* Remove no-longer-required function declarations.Tom Lane2015-05-241-1/+0
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Use += not = to set makefile variables after including base makefiles.Tom Lane2015-05-171-2/+2
* Enable transforms modules to build and run with Mingw builds.Andrew Dunstan2015-05-031-1/+7
* Add transforms featurePeter Eisentraut2015-04-2611-0/+205