| Commit message (Expand) | Author | Age |
* | Fix plperl.sgml errors from recent commit. | Andrew Dunstan | 2010-01-27 |
* | Various small improvements and cleanups for PL/Perl. | Andrew Dunstan | 2010-01-26 |
* | Fix doc build, which was broken by PL/perl utility functions patch. | Robert Haas | 2010-01-20 |
* | Add utility functions to PLPerl: | Andrew Dunstan | 2010-01-20 |
* | Tidy up and refactor plperl.c. | Andrew Dunstan | 2010-01-09 |
* | Add support for anonymous code blocks (DO blocks) to PL/Perl. | Tom Lane | 2009-11-29 |
* | Clarify the documentation about PL/Perl nested subroutines, per Josh | Peter Eisentraut | 2009-08-15 |
* | Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary. | Alvaro Herrera | 2008-04-10 |
* | Support statement-level ON TRUNCATE triggers. Simon Riggs | Tom Lane | 2008-03-28 |
* | Fix example of de-escaping bytea argument, per Florian Weimer. Also fix example | Andrew Dunstan | 2008-01-25 |
* | Make clearer how arguments and return values in pl/perl are escaped. This is ... | Andrew Dunstan | 2007-05-04 |
* | Fix some typos in the documentation. Patch from Brian Gough. Backport | Neil Conway | 2007-05-03 |
* | Remove tabs from SGML files to help tag alingment and improve | Bruce Momjian | 2007-02-16 |
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
* | Consistenly use colons before '<programlisting>' blocks, where | Bruce Momjian | 2007-02-01 |
* | Update documentation on may/can/might: | Bruce Momjian | 2007-01-31 |
* | Update documentation for backslashes to mention escape string syntax | Bruce Momjian | 2007-01-30 |
* | Force plperl and plperlu to run in separate interpreters. Create an error | Andrew Dunstan | 2006-11-13 |
* | Spellchecking and such | Peter Eisentraut | 2006-10-23 |
* | Remove emacs info from footer of SGML files. | Bruce Momjian | 2006-09-16 |
* | Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was | Tom Lane | 2006-08-12 |
* | Update PL documentation: | Bruce Momjian | 2006-05-30 |
* | Make plperl's $_TD trigger data a global rather than a lexical variable, | Andrew Dunstan | 2006-05-29 |
* | Add table_name and table_schema to plperl trigger data. relname is | Andrew Dunstan | 2006-05-26 |
* | Make $PostgreSQL CVS tags consistent for SGML files. | Bruce Momjian | 2006-03-10 |
* | Prepared queries for PLPerl, plus fixing a small plperl memory leak. Patch | Andrew Dunstan | 2006-03-05 |
* | This patch makes the error message strings throughout the backend | Neil Conway | 2006-03-01 |
* | Spellchecking run, final cleanups | Peter Eisentraut | 2005-11-04 |
* | Fix incorrect wording about function failure time on unsafe ops - these | Andrew Dunstan | 2005-10-24 |
* | replace use of predefined perl vars $a and $b with $x and $y - per Greg Sabin... | Andrew Dunstan | 2005-10-18 |
* | Add warning about plperl nested named subroutines | Bruce Momjian | 2005-10-12 |
* | Mention BEGIN { strict->import(); } as a substitute for 'use strict' | Tom Lane | 2005-08-24 |
* | Adjust description of use_strict parameter. Some other minor editorial | Tom Lane | 2005-08-24 |
* | Improve documention on loading large data sets into plperl. | Bruce Momjian | 2005-08-12 |
* | Documentation for some new PL/Perl features. Patch from David Fetter, | Neil Conway | 2005-07-13 |
* | Here's a patch to do the following: | Bruce Momjian | 2005-06-05 |
* | Add some links to the CREATE FUNCTION reference page when describing | Neil Conway | 2005-05-20 |
* | We don't put URL's in ulink's because the URL is always generated, but | Bruce Momjian | 2005-04-09 |
* | Adjust SGML ulink tags to the URL is always displayed in our printed docs. | Bruce Momjian | 2005-03-31 |
* | Please find enclosed another patch that now (I hope) really is | Bruce Momjian | 2005-01-17 |
* | Please find enclosed a patch to the pl/perl documents that correctly | Bruce Momjian | 2005-01-17 |
* | More minor updates and copy-editing. | Tom Lane | 2004-12-30 |
* | Spell checker run | Peter Eisentraut | 2004-12-13 |
* | Patch to the pl/perl documents that clarifies the scope of global data and | Peter Eisentraut | 2004-12-11 |
* | Fix plperl and pltcl error handling per my previous proposal. SPI | Tom Lane | 2004-11-21 |
* | Fix incorrect documentation of plperl's method for accessing the number | Tom Lane | 2004-11-19 |
* | Reduce formatting entropy | Peter Eisentraut | 2004-11-06 |
* | This patch clarifies the usage of references in PL/Perl :) | Bruce Momjian | 2004-10-15 |
* | Some editorializing on the docs for the dollar-quoting feature: fix | Tom Lane | 2004-09-20 |
* | The enclose patch clarifies and makes a more useful example for the | Bruce Momjian | 2004-08-18 |