index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
expected
Commit message (
Expand
)
Author
Age
*
Virtual generated columns
Peter Eisentraut
2025-02-07
*
Fix cross-version upgrade tests.
Tom Lane
2024-11-11
*
Block environment variable mutations from trusted PL/Perl.
Noah Misch
2024-11-11
*
Don't specify number of dimensions in cases where we don't know it.
Tom Lane
2023-11-17
*
Tighten array dimensionality checks in Perl -> SQL array conversion.
Tom Lane
2023-04-29
*
tests: Rename conflicting role names
Andres Freund
2022-10-05
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
*
Fix pl/perl test case so it will still work under Perl 5.36.
Tom Lane
2022-06-01
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
*
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
*
Fix test failure with non-MULTIPLICITY Perl interpreters.
Tom Lane
2020-01-30
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
*
Generated columns
Peter Eisentraut
2019-03-30
*
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-06-18
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
*
SQL procedures
Peter Eisentraut
2017-11-30
*
Support domains over composite types in PL/Perl.
Tom Lane
2017-10-28
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
*
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-09-29
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
*
PL/Perl: Add alternative expected file for Perl 5.22
Peter Eisentraut
2015-06-21
*
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
*
PL/Perl: Add event trigger support
Peter Eisentraut
2013-12-11
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
*
Add semicolons to eval'd strings to hide a minor Perl behavioral change.
Tom Lane
2013-06-03
*
Add a regression test case based on bug #7516.
Tom Lane
2012-09-14
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
*
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-15
*
Use the right interpreter for encoding test.
Andrew Dunstan
2011-11-26
*
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-26
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
*
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
*
Revert removal of trigger flag from plperl function hash key.
REL9_1_ALPHA2
Tom Lane
2010-10-31
*
Support triggers on views.
Tom Lane
2010-10-10
*
Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.
Alvaro Herrera
2010-07-27
*
Fix regression tests to match error message change
Andrew Dunstan
2010-05-18
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
*
Message style tuning
Peter Eisentraut
2010-03-17
*
Use a fatal warning check with what looks like a more portable error message....
Andrew Dunstan
2010-02-17
*
Clean up package namespace use and use of Safe in plperl.
Andrew Dunstan
2010-02-16
[next]