aboutsummaryrefslogtreecommitdiff
path: root/doc/src/sgml/plperl.sgml
Commit message (Expand)AuthorAge
* Fix plperl.sgml errors from recent commit.Andrew Dunstan2010-01-27
* Various small improvements and cleanups for PL/Perl.Andrew Dunstan2010-01-26
* Fix doc build, which was broken by PL/perl utility functions patch.Robert Haas2010-01-20
* Add utility functions to PLPerl:Andrew Dunstan2010-01-20
* Tidy up and refactor plperl.c.Andrew Dunstan2010-01-09
* Add support for anonymous code blocks (DO blocks) to PL/Perl.Tom Lane2009-11-29
* Clarify the documentation about PL/Perl nested subroutines, per JoshPeter Eisentraut2009-08-15
* Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.Alvaro Herrera2008-04-10
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Fix example of de-escaping bytea argument, per Florian Weimer. Also fix exampleAndrew Dunstan2008-01-25
* Make clearer how arguments and return values in pl/perl are escaped. This is ...Andrew Dunstan2007-05-04
* Fix some typos in the documentation. Patch from Brian Gough. BackportNeil Conway2007-05-03
* Remove tabs from SGML files to help tag alingment and improveBruce Momjian2007-02-16
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-01
* Update documentation on may/can/might:Bruce Momjian2007-01-31
* Update documentation for backslashes to mention escape string syntaxBruce Momjian2007-01-30
* Force plperl and plperlu to run in separate interpreters. Create an errorAndrew Dunstan2006-11-13
* Spellchecking and suchPeter Eisentraut2006-10-23
* Remove emacs info from footer of SGML files.Bruce Momjian2006-09-16
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Update PL documentation:Bruce Momjian2006-05-30
* Make plperl's $_TD trigger data a global rather than a lexical variable,Andrew Dunstan2006-05-29
* Add table_name and table_schema to plperl trigger data. relname isAndrew Dunstan2006-05-26
* Make $PostgreSQL CVS tags consistent for SGML files.Bruce Momjian2006-03-10
* Prepared queries for PLPerl, plus fixing a small plperl memory leak. PatchAndrew Dunstan2006-03-05
* This patch makes the error message strings throughout the backendNeil Conway2006-03-01
* Spellchecking run, final cleanupsPeter Eisentraut2005-11-04
* Fix incorrect wording about function failure time on unsafe ops - theseAndrew Dunstan2005-10-24
* replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabin...Andrew Dunstan2005-10-18
* Add warning about plperl nested named subroutinesBruce Momjian2005-10-12
* Mention BEGIN { strict->import(); } as a substitute for 'use strict'Tom Lane2005-08-24
* Adjust description of use_strict parameter. Some other minor editorialTom Lane2005-08-24
* Improve documention on loading large data sets into plperl.Bruce Momjian2005-08-12
* Documentation for some new PL/Perl features. Patch from David Fetter,Neil Conway2005-07-13
* Here's a patch to do the following:Bruce Momjian2005-06-05
* Add some links to the CREATE FUNCTION reference page when describingNeil Conway2005-05-20
* We don't put URL's in ulink's because the URL is always generated, butBruce Momjian2005-04-09
* Adjust SGML ulink tags to the URL is always displayed in our printed docs.Bruce Momjian2005-03-31
* Please find enclosed another patch that now (I hope) really isBruce Momjian2005-01-17
* Please find enclosed a patch to the pl/perl documents that correctlyBruce Momjian2005-01-17
* More minor updates and copy-editing.Tom Lane2004-12-30
* Spell checker runPeter Eisentraut2004-12-13
* Patch to the pl/perl documents that clarifies the scope of global data andPeter Eisentraut2004-12-11
* Fix plperl and pltcl error handling per my previous proposal. SPITom Lane2004-11-21
* Fix incorrect documentation of plperl's method for accessing the numberTom Lane2004-11-19
* Reduce formatting entropyPeter Eisentraut2004-11-06
* This patch clarifies the usage of references in PL/Perl :)Bruce Momjian2004-10-15
* Some editorializing on the docs for the dollar-quoting feature: fixTom Lane2004-09-20
* The enclose patch clarifies and makes a more useful example for theBruce Momjian2004-08-18