]> granicus.if.org Git - postgresql/history - doc/src/sgml/plperl.sgml
Fix initialization of fake LSN for unlogged relations
[postgresql] / doc / src / sgml / plperl.sgml
2019-10-25 Peter Eisentrautdoc: Use proper em and en dashes
2018-08-22 Peter EisentrautChange PROCEDURE to FUNCTION in CREATE TRIGGER syntax
2018-08-22 Peter Eisentrautdoc: Update uses of the word "procedure"
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-01-22 Peter EisentrautTransaction control in PL procedures
2017-11-30 Peter EisentrautSQL procedures
2017-11-23 Peter EisentrautConvert documentation to DocBook XML
2017-10-17 Peter EisentrautDon't use SGML empty tags
2017-06-18 Peter EisentrautDocumentation spell checking and markup improvements
2017-03-23 Peter EisentrautRemove createlang and droplang
2014-05-07 Peter Eisentrautdoc: Fix DocBook XML validity
2013-12-11 Peter EisentrautPL/Perl: Add event trigger support
2013-05-21 Peter EisentrautDocumentation spell checking and markup improvements
2012-04-24 Peter EisentrautFix minor stylistic issue
2011-10-04 Tom LaneRemove the custom_variable_classes parameter.
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-03-11 Bruce MomjianIn docs, rename "backwards compatibility" to "backward...
2011-03-05 Tom LaneUpdate documentation to reflect that standard PLs are...
2011-02-18 Alvaro HerreraConvert Postgres arrays to Perl arrays on PL/perl input...
2011-02-06 Andrew DunstanForce strings passed to and from plperl to be in UTF8...
2011-01-29 Bruce MomjianProperly capitalize documentation headings; some only...
2010-11-23 Peter EisentrautRemove useless whitespace at end of lines
2010-10-10 Tom LaneSupport triggers on views.
2010-09-30 Tom LaneUse a separate interpreter for each calling SQL userid...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-09-09 Bruce MomjianDoc fixes:
2010-08-17 Peter EisentrautSpell and markup checking
2010-07-29 Peter EisentrautFix indentation of verbatim block elements
2010-07-08 Peter EisentrautSome small changes for plperl.sgml:
2010-06-14 Bruce MomjianFix doc plperl doc with is -> are change.
2010-05-13 Andrew DunstanAbandon the use of Perl's Safe.pm to enforce restrictio...
2010-04-03 Peter EisentrautRemove unnecessary xref endterm attributes and title ids
2010-02-25 Magnus HaganderFix typos, per Richard Huxton
2010-02-25 Tom LaneImprove warning about creating nested named subroutines...
2010-02-12 Andrew DunstanAdd plperl.on_plperl_init and plperl.on_plperlu_init...
2010-02-05 Bruce MomjianImprove PL/Perl documentation of database access functions.
2010-02-01 Bruce MomjianRemove tabs in sgml.
2010-01-30 Andrew DunstanAdd plperl.on_perl_init setting to provide for initiali...
2010-01-27 Andrew DunstanFix plperl.sgml errors from recent commit.
2010-01-26 Andrew DunstanVarious small improvements and cleanups for PL/Perl.
2010-01-20 Robert HaasFix doc build, which was broken by PL/perl utility...
2010-01-20 Andrew DunstanAdd utility functions to PLPerl:
2010-01-09 Andrew DunstanTidy up and refactor plperl.c.
2009-11-29 Tom LaneAdd support for anonymous code blocks (DO blocks) to...
2009-08-15 Peter EisentrautClarify the documentation about PL/Perl nested subrouti...
2008-04-10 Alvaro HerreraRemove mention of DBD::PgSPI, which is unmaintained...
2008-03-28 Tom LaneSupport statement-level ON TRUNCATE triggers. Simon...
2008-01-25 Andrew DunstanFix example of de-escaping bytea argument, per Florian...
2007-05-04 Andrew DunstanMake clearer how arguments and return values in pl...
2007-05-03 Neil ConwayFix some typos in the documentation. Patch from Brian...
2007-02-16 Bruce MomjianRemove tabs from SGML files to help tag alingment and...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-02-01 Bruce MomjianConsistenly use colons before '<programlisting>' blocks...
2007-01-31 Bruce MomjianUpdate documentation on may/can/might:
2007-01-30 Bruce MomjianUpdate documentation for backslashes to mention escape...
2006-11-13 Andrew DunstanForce plperl and plperlu to run in separate interpreter...
2006-10-23 Peter EisentrautSpellchecking and such
2006-09-16 Bruce MomjianRemove emacs info from footer of SGML files.
2006-08-12 Tom LaneTweak SPI_cursor_open to allow INSERT/UPDATE/DELETE...
2006-05-30 Bruce MomjianUpdate PL documentation:
2006-05-29 Andrew DunstanMake plperl's $_TD trigger data a global rather than...
2006-05-26 Andrew DunstanAdd table_name and table_schema to plperl trigger data...
2006-03-10 Bruce MomjianMake $PostgreSQL CVS tags consistent for SGML files.
2006-03-05 Andrew DunstanPrepared queries for PLPerl, plus fixing a small plperl...
2006-03-01 Neil ConwayThis patch makes the error message strings throughout...
2005-11-04 Peter EisentrautSpellchecking run, final cleanups
2005-10-24 Andrew DunstanFix incorrect wording about function failure time on...
2005-10-18 Andrew Dunstanreplace use of predefined perl vars $a and $b with...
2005-10-12 Bruce MomjianAdd warning about plperl nested named subroutines
2005-08-24 Tom LaneMention BEGIN { strict->import(); } as a substitute...
2005-08-24 Tom LaneAdjust description of use_strict parameter. Some other...
2005-08-12 Bruce MomjianImprove documention on loading large data sets into...
2005-07-13 Neil ConwayDocumentation for some new PL/Perl features. Patch...
2005-06-05 Bruce MomjianHere's a patch to do the following:
2005-05-20 Neil ConwayAdd some links to the CREATE FUNCTION reference page...
2005-04-09 Bruce MomjianWe don't put URL's in ulink's because the URL is always...
2005-03-31 Bruce MomjianAdjust SGML ulink tags to the URL is always displayed...
2005-01-17 Bruce MomjianPlease find enclosed another patch that now (I hope...
2005-01-17 Bruce MomjianPlease find enclosed a patch to the pl/perl documents...
2004-12-30 Tom LaneMore minor updates and copy-editing.
2004-12-13 Peter EisentrautSpell checker run
2004-12-11 Peter EisentrautPatch to the pl/perl documents that clarifies the scope...
2004-11-21 Tom LaneFix plperl and pltcl error handling per my previous...
2004-11-19 Tom LaneFix incorrect documentation of plperl's method for...
2004-11-06 Peter EisentrautReduce formatting entropy
2004-10-15 Bruce MomjianThis patch clarifies the usage of references in PL...
2004-09-20 Tom LaneSome editorializing on the docs for the dollar-quoting...
2004-08-18 Bruce MomjianThe enclose patch clarifies and makes a more useful...
2004-07-21 Bruce MomjianPlease find enclosed a patch that matches the PL/Perl...
2004-07-21 Bruce MomjianBack out pg_autovacuum commit after cvs clean failure...
2004-07-21 Bruce Momjianlease find enclosed a patch that matches the PL/Perl...
2004-05-16 Neil ConwayAdd documentation for the new "dollar quoting" feature...
2003-12-14 Neil ConwayThis patch makes some improvements and adds some additi...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-31 Peter EisentrautAdd/edit index entries.
2003-04-07 Peter EisentrautGeneral editing
2002-09-21 Peter EisentrautAdd more appropriate markup.
2002-09-18 Peter EisentrautUpdate installation instructions and put mostly everyth...
2002-03-06 Bruce MomjianUpdate docs for new stored procedure error levels.
next