summaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython/Makefile
Commit message (Expand)AuthorAgeFilesLines
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-071-6/+0
* plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund2022-03-071-2/+2
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-2/+4
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Code review for avoidance of direct cross-module links.Noah Misch2017-02-021-6/+1
* Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane2016-10-031-10/+9
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-051-2/+2
* 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
* 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-261-0/+31