index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
GNUmakefile
Age
Commit message (
Expand
)
Author
2024-11-11
Avoid bizarre meson behavior with backslashes in command arguments.
Tom Lane
2024-11-11
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2023-12-26
Hide warnings from Python headers when using gcc-compatible compiler.
Tom Lane
2023-11-06
Remove distprep
Peter Eisentraut
2022-09-02
Fix PL/Perl build on Cygwin
Peter Eisentraut
2022-08-27
Be more careful to avoid including system headers after perl.h
John Naylor
2022-02-10
Use gendef instead of pexports for building windows .def files
Andrew Dunstan
2020-02-19
Remove support for upgrading extensions from "unpackaged" state.
Tom Lane
2020-01-29
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
Tom Lane
2018-09-16
Fix out-of-tree build for transform modules.
Andrew Gierth
2018-01-22
Transaction control in PL procedures
Peter Eisentraut
2017-11-30
SQL procedures
Peter Eisentraut
2017-09-27
Fix plperl build
Peter Eisentraut
2017-09-27
Improve vpath support in plperl build
Peter Eisentraut
2017-07-28
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2015-05-02
Make hstore_plperl's build even more like plperl's
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-02-14
In mingw builds, make our own import library for libperl.
Tom Lane
2013-01-09
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2012-12-18
Remove allow_nonpic_in_shlib
Peter Eisentraut
2012-07-10
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-01-15
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2011-12-27
Run "make all" as a prerequisite of "make check"
Peter Eisentraut
2011-11-26
Use the preferred version of xsubpp, not necessarily the one that came with the
Andrew Dunstan
2011-11-26
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-09-05
Guard against using plperl's Makefile without specifying --with-perl.
Tom Lane
2011-05-01
Rewrite installation makefile rules without for loops
Peter Eisentraut
2011-03-05
Fix parallel gmake for extension directory addition in PL languages.
Bruce Momjian
2011-03-05
Create extension infrastructure for the core procedural languages.
Tom Lane
2011-02-18
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-15
Allow make check in PL directories
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-05-13
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-02-12
Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...
Andrew Dunstan
2010-01-20
Add utility functions to PLPerl:
Andrew Dunstan
2010-01-10
Remove unnecessary use of temp file. Tim Bunce
Tom Lane
2010-01-09
Provide regression testing for plperlu, and for plperl+plperlu interaction.
Andrew Dunstan
2010-01-09
Fix makefile so it works for VPATH case.
Tom Lane
2010-01-09
Tidy up and refactor plperl.c.
Andrew Dunstan
2009-06-05
Search for versioned perl library instead of using hardcoded name on Windows....
Andrew Dunstan
2008-10-02
Update pg_regress calls in PL checks to handle vpath builds.
Peter Eisentraut
2008-10-01
Allow pg_regress to be run outside the build tree. Look for input files
Peter Eisentraut
2008-04-07
Implement a few changes to how shared libraries and dynamically loadable
Peter Eisentraut
[next]