summaryrefslogtreecommitdiff
path: root/src/pl/plperl/sql
Commit message (Expand)AuthorAgeFilesLines
* Tighten array dimensionality checks in Perl -> SQL array conversion.Tom Lane2023-04-291-0/+37
* tests: Rename conflicting role namesAndres Freund2022-10-051-15/+15
* Fix missed corner cases for grantable permissions on GUCs.Tom Lane2022-07-191-1/+32
* Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane2022-06-011-2/+2
* Fix SPI's handling of errors during transaction commit.Tom Lane2022-02-281-0/+32
* Revoke PUBLIC CREATE from public schema, now owned by pg_database_owner.Noah Misch2021-09-091-0/+4
* Support for OUT parameters in proceduresPeter Eisentraut2020-10-051-0/+20
* Fix test failure with non-MULTIPLICITY Perl interpreters.Tom Lane2020-01-301-0/+5
* Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane2020-01-291-0/+64
* Generated columnsPeter Eisentraut2019-03-301-0/+36
* Allow plperl_sv_to_datum to look through scalar refs.Tom Lane2018-06-181-1/+1
* Allow committing inside cursor loopPeter Eisentraut2018-03-281-0/+43
* Support INOUT arguments in proceduresPeter Eisentraut2018-03-141-0/+22
* Transaction control in PL proceduresPeter Eisentraut2018-01-221-0/+120
* SQL proceduresPeter Eisentraut2017-11-301-0/+36
* Support domains over composite types in PL/Perl.Tom Lane2017-10-282-0/+58
* Follow-on cleanup for the transition table patch.Kevin Grittner2017-04-041-0/+32
* Fix plperl to handle non-ASCII error message texts correctly.Tom Lane2015-09-291-0/+15
* PL/Perl: Add event trigger supportPeter Eisentraut2013-12-111-0/+20
* Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut2013-11-101-4/+4
* Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane2013-06-032-2/+2
* Add a regression test case based on bug #7516.Tom Lane2012-09-141-0/+30
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-091-0/+10
* Remove recently added PL/Perl encoding testsAlvaro Herrera2012-07-171-16/+0
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-102-9/+24
* Remove whitespace from end of linesPeter Eisentraut2012-05-151-3/+3
* Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan2012-01-151-0/+3
* Use the right interpreter for encoding test.Andrew Dunstan2011-11-261-1/+1
* Ensure plperl strings are always correctly UTF8 encoded.Andrew Dunstan2011-11-261-0/+9
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-132-0/+54
* Remember the source GucContext for each GUC parameter.Tom Lane2011-10-043-4/+3
* Remove the custom_variable_classes parameter.Tom Lane2011-10-043-3/+3
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-181-0/+24
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-174-49/+260
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-233-15/+15
* Revert removal of trigger flag from plperl function hash key.REL9_1_ALPHA2Tom Lane2010-10-311-1/+6
* Support triggers on views.Tom Lane2010-10-101-0/+14
* Remove extra newlines at end and beginning of files, add missing newlinesPeter Eisentraut2010-08-192-2/+0
* Ensure $_SHARED is declared in the main:: namespace, per bugs #5570 and #5571.Alvaro Herrera2010-07-271-0/+11
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-133-2/+32
* Use a fatal warning check with what looks like a more portable error message....Andrew Dunstan2010-02-171-2/+2
* Clean up package namespace use and use of Safe in plperl.Andrew Dunstan2010-02-161-0/+4
* Add regression test files inadvertantly omitted in plperl.on_plperl{u}_init p...Andrew Dunstan2010-02-121-0/+10
* Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan2010-02-122-1/+17
* Free reference in correct Perl context. Backpatch to release 8.2. Patch from ...Andrew Dunstan2010-02-121-0/+19
* Add plperl.on_perl_init setting to provide for initializing the perl library ...Andrew Dunstan2010-01-302-1/+29
* Various small improvements and cleanups for PL/Perl.Andrew Dunstan2010-01-262-5/+15
* Add utility functions to PLPerl:Andrew Dunstan2010-01-201-0/+100
* Provide regression testing for plperlu, and for plperl+plperlu interaction.Andrew Dunstan2010-01-092-0/+27
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-091-0/+1