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
/
sql
Commit message (
Expand
)
Author
Age
Files
Lines
*
Tighten array dimensionality checks in Perl -> SQL array conversion.
Tom Lane
2023-04-29
1
-0
/
+37
*
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
/
+32
*
Fix pl/perl test case so it will still work under Perl 5.36.
Tom Lane
2022-06-01
1
-2
/
+2
*
Fix SPI's handling of errors during transaction commit.
Tom Lane
2022-02-28
1
-0
/
+32
*
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
/
+20
*
Fix test failure with non-MULTIPLICITY Perl interpreters.
Tom Lane
2020-01-30
1
-0
/
+5
*
Invent "trusted" extensions, and remove the pg_pltemplate catalog.
Tom Lane
2020-01-29
1
-0
/
+64
*
Generated columns
Peter Eisentraut
2019-03-30
1
-0
/
+36
*
Allow plperl_sv_to_datum to look through scalar refs.
Tom Lane
2018-06-18
1
-1
/
+1
*
Allow committing inside cursor loop
Peter Eisentraut
2018-03-28
1
-0
/
+43
*
Support INOUT arguments in procedures
Peter Eisentraut
2018-03-14
1
-0
/
+22
*
Transaction control in PL procedures
Peter Eisentraut
2018-01-22
1
-0
/
+120
*
SQL procedures
Peter Eisentraut
2017-11-30
1
-0
/
+36
*
Support domains over composite types in PL/Perl.
Tom Lane
2017-10-28
2
-0
/
+58
*
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-04-04
1
-0
/
+32
*
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-09-29
1
-0
/
+15
*
PL/Perl: Add event trigger support
Peter Eisentraut
2013-12-11
1
-0
/
+20
*
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
-2
/
+2
*
Add a regression test case based on bug #7516.
Tom Lane
2012-09-14
1
-0
/
+30
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
1
-0
/
+10
*
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-17
1
-16
/
+0
*
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-10
2
-9
/
+24
*
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
/
+3
*
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
/
+9
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
2
-0
/
+54
*
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
/
+24
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
4
-49
/
+260
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
3
-15
/
+15
*
Revert removal of trigger flag from plperl function hash key.
REL9_1_ALPHA2
Tom Lane
2010-10-31
1
-1
/
+6
*
Support triggers on views.
Tom Lane
2010-10-10
1
-0
/
+14
*
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-19
2
-2
/
+0
*
Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.
Alvaro Herrera
2010-07-27
1
-0
/
+11
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
3
-2
/
+32
*
Use a fatal warning check with what looks like a more portable error message....
Andrew Dunstan
2010-02-17
1
-2
/
+2
*
Clean up package namespace use and use of Safe in plperl.
Andrew Dunstan
2010-02-16
1
-0
/
+4
*
Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p...
Andrew Dunstan
2010-02-12
1
-0
/
+10
*
Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...
Andrew Dunstan
2010-02-12
2
-1
/
+17
*
Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...
Andrew Dunstan
2010-02-12
1
-0
/
+19
*
Add plperl.on_perl_init setting to provide for initializing the perl library ...
Andrew Dunstan
2010-01-30
2
-1
/
+29
*
Various small improvements and cleanups for PL/Perl.
Andrew Dunstan
2010-01-26
2
-5
/
+15
*
Add utility functions to PLPerl:
Andrew Dunstan
2010-01-20
1
-0
/
+100
*
Provide regression testing for plperlu, and for plperl+plperlu interaction.
Andrew Dunstan
2010-01-09
2
-0
/
+27
*
Tidy up and refactor plperl.c.
Andrew Dunstan
2010-01-09
1
-0
/
+1
[next]