summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plperl.sgml
Commit message (Expand)AuthorAgeFilesLines
* doc: Fix DocBook XML validityPeter Eisentraut2014-05-061-121/+157
* PL/Perl: Add event trigger supportPeter Eisentraut2013-12-111-0/+50
* Documentation spell checking and markup improvementsPeter Eisentraut2013-05-201-3/+3
* Fix minor stylistic issuePeter Eisentraut2012-04-241-1/+1
* Remove the custom_variable_classes parameter.Tom Lane2011-10-041-4/+0
* Spell checking and markup refinementPeter Eisentraut2011-05-191-3/+3
* In docs, rename "backwards compatibility" to "backward compatibility"Bruce Momjian2011-03-111-1/+1
* Update documentation to reflect that standard PLs are now extensions.Tom Lane2011-03-051-5/+5
* Convert Postgres arrays to Perl arrays on PL/perl input argumentsAlvaro Herrera2011-02-171-1/+69
* Force strings passed to and from plperl to be in UTF8 encoding.Andrew Dunstan2011-02-061-0/+8
* Properly capitalize documentation headings; some only had initial-wordBruce Momjian2011-01-291-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-5/+5
* Support triggers on views.Tom Lane2010-10-101-1/+3
* Use a separate interpreter for each calling SQL userid in plperl and pltcl.Tom Lane2010-09-301-64/+86
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Doc fixes:Bruce Momjian2010-09-091-18/+18
* Spell and markup checkingPeter Eisentraut2010-08-171-3/+3
* Fix indentation of verbatim block elementsPeter Eisentraut2010-07-291-15/+6
* Some small changes for plperl.sgml:Peter Eisentraut2010-07-081-6/+10
* Fix doc plperl doc with is -> are change.Bruce Momjian2010-06-141-2/+2
* Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it isAndrew Dunstan2010-05-131-2/+10
* Remove unnecessary xref endterm attributes and title idsPeter Eisentraut2010-04-031-3/+3
* Fix typos, per Richard HuxtonMagnus Hagander2010-02-251-4/+4
* Improve warning about creating nested named subroutines in plperl.Tom Lane2010-02-251-7/+8
* Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...Andrew Dunstan2010-02-121-9/+67
* Improve PL/Perl documentation of database access functions.Bruce Momjian2010-02-051-22/+105
* Remove tabs in sgml.Bruce Momjian2010-02-011-4/+4
* Add plperl.on_perl_init setting to provide for initializing the perl library ...Andrew Dunstan2010-01-301-3/+79
* Fix plperl.sgml errors from recent commit.Andrew Dunstan2010-01-271-8/+4
* Various small improvements and cleanups for PL/Perl.Andrew Dunstan2010-01-261-32/+31
* Fix doc build, which was broken by PL/perl utility functions patch.Robert Haas2010-01-201-2/+2
* Add utility functions to PLPerl:Andrew Dunstan2010-01-201-46/+180
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-091-3/+4
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-291-5/+27
* Clarify the documentation about PL/Perl nested subroutines, per JoshPeter Eisentraut2009-08-151-3/+5
* Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.Alvaro Herrera2008-04-101-15/+3
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-9/+12
* Fix example of de-escaping bytea argument, per Florian Weimer. Also fix exampleAndrew Dunstan2008-01-251-3/+3
* Make clearer how arguments and return values in pl/perl are escaped. This is ...Andrew Dunstan2007-05-041-2/+32
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-031-3/+3
* Remove tabs from SGML files to help tag alingment and improveBruce Momjian2007-02-161-13/+13
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-3/+3
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-011-4/+4
* Update documentation on may/can/might:Bruce Momjian2007-01-311-5/+5
* Update documentation for backslashes to mention escape string syntaxBruce Momjian2007-01-301-5/+5
* Force plperl and plperlu to run in separate interpreters. Create an errorAndrew Dunstan2006-11-131-1/+20
* Spellchecking and suchPeter Eisentraut2006-10-231-3/+3
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-161-18/+1
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-121-32/+20
* Update PL documentation:Bruce Momjian2006-05-301-1/+7