summaryrefslogtreecommitdiff
path: root/src/pl/plperl/GNUmakefile
AgeCommit message (Expand)Author
2024-11-11Avoid bizarre meson behavior with backslashes in command arguments.Tom Lane
2024-11-11Block environment variable mutations from trusted PL/Perl.Noah Misch
2023-12-26Hide warnings from Python headers when using gcc-compatible compiler.Tom Lane
2023-11-06Remove distprepPeter Eisentraut
2022-09-02Fix PL/Perl build on CygwinPeter Eisentraut
2022-08-27Be more careful to avoid including system headers after perl.hJohn Naylor
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2020-02-19Remove support for upgrading extensions from "unpackaged" state.Tom Lane
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
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-01-22Transaction control in PL proceduresPeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-09-27Fix plperl buildPeter Eisentraut
2017-09-27Improve vpath support in plperl buildPeter Eisentraut
2017-07-28PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-02-14In mingw builds, make our own import library for libperl.Tom Lane
2013-01-09Detect Windows perl linkage parameters in configure script.Andrew Dunstan
2012-12-18Remove allow_nonpic_in_shlibPeter Eisentraut
2012-07-10plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera
2012-01-15Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan
2011-12-27Run "make all" as a prerequisite of "make check"Peter Eisentraut
2011-11-26Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan
2011-11-26Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan
2011-09-05Guard against using plperl's Makefile without specifying --with-perl.Tom Lane
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-02-18Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera
2011-02-15Allow make check in PL directoriesPeter Eisentraut
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-05-13Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan
2010-02-12Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan
2010-01-20Add utility functions to PLPerl:Andrew Dunstan
2010-01-10Remove unnecessary use of temp file. Tim BunceTom Lane
2010-01-09Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan
2010-01-09Fix makefile so it works for VPATH case.Tom Lane
2010-01-09Tidy up and refactor plperl.c.Andrew Dunstan
2009-06-05Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan
2008-10-02Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut
2008-10-01Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut