summaryrefslogtreecommitdiff
path: root/src/pl/plperl/GNUmakefile
Commit message (Expand)AuthorAgeFilesLines
* Fix PL/Perl build on CygwinPeter Eisentraut2022-09-021-0/+5
* Be more careful to avoid including system headers after perl.hJohn Naylor2022-08-271-2/+2
* Use gendef instead of pexports for building windows .def filesAndrew Dunstan2022-02-101-1/+1
* Remove support for upgrading extensions from "unpackaged" state.Tom Lane2020-02-191-2/+2
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-291-2/+4
* Still further rethinking of build changes for macOS Mojave.Tom Lane2018-10-181-2/+3
* Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane2018-09-251-1/+1
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-161-1/+1
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-1/+1
* SQL proceduresPeter Eisentraut2017-11-301-1/+1
* Fix plperl buildPeter Eisentraut2017-09-271-0/+5
* Improve vpath support in plperl buildPeter Eisentraut2017-09-271-6/+2
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-281-1/+5
* Make hstore_plperl's build even more like plperl'sPeter Eisentraut2015-05-011-1/+1
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-011-21/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-291-1/+1
* Add transforms featurePeter Eisentraut2015-04-261-1/+3
* Improve speed of make check-worldPeter Eisentraut2015-04-231-2/+0
* Add file version information to most installed Windows binaries.Noah Misch2014-07-141-1/+2
* In mingw builds, make our own import library for libperl.Tom Lane2014-02-141-0/+24
* Detect Windows perl linkage parameters in configure script.Andrew Dunstan2013-01-091-4/+0
* Remove allow_nonpic_in_shlibPeter Eisentraut2012-12-181-3/+2
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-101-1/+1
* Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan2012-01-151-2/+2
* Run "make all" as a prerequisite of "make check"Peter Eisentraut2011-12-271-1/+1
* Use the preferred version of xsubpp, not necessarily the one that came with theAndrew Dunstan2011-11-261-2/+5
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-261-1/+1
* Guard against using plperl's Makefile without specifying --with-perl.Tom Lane2011-09-041-0/+4
* Rewrite installation makefile rules without for loopsPeter Eisentraut2011-05-021-4/+1
* Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian2011-03-051-2/+2
* Create extension infrastructure for the core procedural languages.Tom Lane2011-03-041-3/+20
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-171-1/+1
* Allow make check in PL directoriesPeter Eisentraut2011-02-151-3/+5
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-2/+2
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-131-5/+8
* Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan2010-02-121-2/+2
* Add utility functions to PLPerl:Andrew Dunstan2010-01-201-4/+7
* Remove unnecessary use of temp file. Tim BunceTom Lane2010-01-101-4/+3
* Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan2010-01-091-3/+10
* Fix makefile so it works for VPATH case.Tom Lane2010-01-091-4/+6
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-091-2/+7
* Search for versioned perl library instead of using hardcoded name on Windows....Andrew Dunstan2009-06-051-2/+3
* Update pg_regress calls in PL checks to handle vpath builds.Peter Eisentraut2008-10-021-2/+2
* Allow pg_regress to be run outside the build tree. Look for input filesPeter Eisentraut2008-10-011-22/+1
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-16/+5
* Revert inadvertantly committed change.Andrew Dunstan2007-12-011-2/+1
* Workaround for perl problem where evaluating UTF8 regexes can causeAndrew Dunstan2007-12-011-1/+2
* Silence compiler warnings on mingwMagnus Hagander2007-07-251-1/+4
* Put back some not-so-unnecessary-as-all-that := usages. Per buildfarm.Tom Lane2007-02-101-3/+3