summaryrefslogtreecommitdiff
path: root/contrib/ltree_plpython
Commit message (Expand)AuthorAgeFilesLines
* Improve error messages in ltree_in and lquery_in.Tom Lane2020-03-311-1/+1
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-1/+1
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-162-3/+5
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-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
* Code review for avoidance of direct cross-module links.Noah Misch2017-02-021-6/+1
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-045-25/+38
* 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