summaryrefslogtreecommitdiff
path: root/contrib/hstore_plperl/Makefile
AgeCommit message (Expand)Author
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-09-16Fix out-of-tree build for transform modules.Andrew Gierth
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
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-01-05Sort $(wildcard) output where needed for reproducible build output.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-05-03Enable transforms modules to build and run with Mingw builds.Andrew Dunstan
2015-05-02hstore_plperl: Move port-specific parts to later in the makefilePeter Eisentraut
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-01Make hstore_plperl's build more like plperl'sAndrew Dunstan
2015-04-26Fix hstore_plperl regression tests on some platformsPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut