index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
expected
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten array dimensionality checks in Perl -> SQL array conversion.
Tom Lane
2023-04-29
1
-0
/
+43
*
tests: Rename conflicting role names
Andres Freund
2022-10-05
1
-15
/
+15
*
Fix missed corner cases for grantable permissions on GUCs.
Tom Lane
2022-07-19
1
-1
/
+27
*
Fix pl/perl test case so it will still work under Perl 5.36.
Tom Lane
2022-06-01
1
-3
/
+3
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
1
-0
/
+48
*
Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.
Noah Misch
2021-09-09
1
-0
/
+4
*
Support for OUT parameters in procedures
Peter Eisentraut
2020-10-05
1
-0
/
+18
*
Fix test failure with non-MULTIPLICITY Perl interpreters.
Tom Lane
2020-01-30
1
-0
/
+3
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
1
-0
/
+66
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+95
*
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-06-18
1
-3
/
+6
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
1
-4
/
+67
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
1
-0
/
+25
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
1
-0
/
+133
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+29
*
Support domains over composite types in PL/Perl.
Tom Lane
2017-10-28
2
-5
/
+94
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
1
-0
/
+29
*
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-09-29
2
-0
/
+26
*
Rearrange the handling of error context reports.
Tom Lane
2015-09-05
5
-95
/
+0
*
PL/Perl: Add alternative expected file for Perl 5.22
Peter Eisentraut
2015-06-21
1
-0
/
+106
*
Improve error messages for malformed array input strings.
Tom Lane
2014-12-02
1
-1
/
+2
*
PL/Perl: Add event trigger support
Peter Eisentraut
2013-12-11
1
-0
/
+35
*
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-11-10
1
-4
/
+4
*
Add semicolons to eval'd strings to hide a minor Perl behavioral change.
Tom Lane
2013-06-03
2
-7
/
+7
*
Add a regression test case based on bug #7516.
Tom Lane
2012-09-14
1
-0
/
+42
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
1
-0
/
+18
*
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
2
-54
/
+0
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
3
-10
/
+74
*
Remove whitespace from end of lines
Peter Eisentraut
2012-05-15
1
-3
/
+3
*
Improve efficiency of recent changes to plperl's sv2cstr().
Andrew Dunstan
2012-01-15
1
-0
/
+4
*
Use the right interpreter for encoding test.
Andrew Dunstan
2011-11-26
1
-1
/
+1
*
Ensure plperl strings are always correctly UTF8 encoded.
Andrew Dunstan
2011-11-26
1
-0
/
+10
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
2
-2
/
+66
*
Remember the source GucContext for each GUC parameter.
Tom Lane
2011-10-04
3
-4
/
+3
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
3
-3
/
+3
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
1
-0
/
+29
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
4
-99
/
+391
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
3
-15
/
+11
*
Revert removal of trigger flag from plperl function hash key.
REL9_1_ALPHA2
Tom Lane
2010-10-31
1
-0
/
+6
*
Support triggers on views.
Tom Lane
2010-10-10
1
-0
/
+78
*
Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.
Alvaro Herrera
2010-07-27
1
-0
/
+19
*
Fix regression tests to match error message change
Andrew Dunstan
2010-05-18
1
-1
/
+1
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
3
-6
/
+49
*
Message style tuning
Peter Eisentraut
2010-03-17
1
-1
/
+1
*
Use a fatal warning check with what looks like a more portable error message....
Andrew Dunstan
2010-02-17
1
-3
/
+3
*
Clean up package namespace use and use of Safe in plperl.
Andrew Dunstan
2010-02-16
3
-2
/
+7
*
Move main error message text in plperl into errmsg from errdetail,
Alvaro Herrera
2010-02-15
1
-3
/
+3
*
Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p...
Andrew Dunstan
2010-02-12
1
-0
/
+14
*
Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...
Andrew Dunstan
2010-02-12
2
-0
/
+19
*
Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...
Andrew Dunstan
2010-02-12
1
-0
/
+46
[next]