summaryrefslogtreecommitdiff
path: root/contrib/hstore_plperl/Makefile
Commit message (Expand)AuthorAgeFilesLines
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-281-1/+1
* Code review for avoidance of direct cross-module links.Noah Misch2017-02-021-5/+0
* Avoid direct cross-module links in hstore_plperl and ltree_plpython, too.Tom Lane2016-10-041-8/+8
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-051-1/+1
* Enable transforms modules to build and test on Cygwin.Andrew Dunstan2015-07-181-0/+4
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-151-1/+6
* Enable transforms modules to build and run with Mingw builds.Andrew Dunstan2015-05-031-3/+12
* hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut2015-05-021-5/+5
* Make hstore_plperl's build even more like plperl'sPeter Eisentraut2015-05-011-4/+6
* Make hstore_plperl's build more like plperl'sAndrew Dunstan2015-05-011-1/+4
* Fix hstore_plperl regression tests on some platformsPeter Eisentraut2015-04-261-2/+1
* Add transforms featurePeter Eisentraut2015-04-261-0/+24