index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
doc
/
src
/
sgml
/
plperl.sgml
Commit message (
Expand
)
Author
Age
Files
Lines
*
doc: Fix DocBook XML validity
Peter Eisentraut
2014-05-06
1
-121
/
+157
*
PL/Perl: Add event trigger support
Peter Eisentraut
2013-12-11
1
-0
/
+50
*
Documentation spell checking and markup improvements
Peter Eisentraut
2013-05-20
1
-3
/
+3
*
Fix minor stylistic issue
Peter Eisentraut
2012-04-24
1
-1
/
+1
*
Remove the custom_variable_classes parameter.
Tom Lane
2011-10-04
1
-4
/
+0
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
1
-3
/
+3
*
In docs, rename "backwards compatibility" to "backward compatibility"
Bruce Momjian
2011-03-11
1
-1
/
+1
*
Update documentation to reflect that standard PLs are now extensions.
Tom Lane
2011-03-05
1
-5
/
+5
*
Convert Postgres arrays to Perl arrays on PL/perl input arguments
Alvaro Herrera
2011-02-17
1
-1
/
+69
*
Force strings passed to and from plperl to be in UTF8 encoding.
Andrew Dunstan
2011-02-06
1
-0
/
+8
*
Properly capitalize documentation headings; some only had initial-word
Bruce Momjian
2011-01-29
1
-1
/
+1
*
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-23
1
-5
/
+5
*
Support triggers on views.
Tom Lane
2010-10-10
1
-1
/
+3
*
Use a separate interpreter for each calling SQL userid in plperl and pltcl.
Tom Lane
2010-09-30
1
-64
/
+86
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Doc fixes:
Bruce Momjian
2010-09-09
1
-18
/
+18
*
Spell and markup checking
Peter Eisentraut
2010-08-17
1
-3
/
+3
*
Fix indentation of verbatim block elements
Peter Eisentraut
2010-07-29
1
-15
/
+6
*
Some small changes for plperl.sgml:
Peter Eisentraut
2010-07-08
1
-6
/
+10
*
Fix doc plperl doc with is -> are change.
Bruce Momjian
2010-06-14
1
-2
/
+2
*
Abandon the use of Perl's Safe.pm to enforce restrictions in plperl, as it is
Andrew Dunstan
2010-05-13
1
-2
/
+10
*
Remove unnecessary xref endterm attributes and title ids
Peter Eisentraut
2010-04-03
1
-3
/
+3
*
Fix typos, per Richard Huxton
Magnus Hagander
2010-02-25
1
-4
/
+4
*
Improve warning about creating nested named subroutines in plperl.
Tom Lane
2010-02-25
1
-7
/
+8
*
Add plperl.on_plperl_init and plperl.on_plperlu_init settings for language-sp...
Andrew Dunstan
2010-02-12
1
-9
/
+67
*
Improve PL/Perl documentation of database access functions.
Bruce Momjian
2010-02-05
1
-22
/
+105
*
Remove tabs in sgml.
Bruce Momjian
2010-02-01
1
-4
/
+4
*
Add plperl.on_perl_init setting to provide for initializing the perl library ...
Andrew Dunstan
2010-01-30
1
-3
/
+79
*
Fix plperl.sgml errors from recent commit.
Andrew Dunstan
2010-01-27
1
-8
/
+4
*
Various small improvements and cleanups for PL/Perl.
Andrew Dunstan
2010-01-26
1
-32
/
+31
*
Fix doc build, which was broken by PL/perl utility functions patch.
Robert Haas
2010-01-20
1
-2
/
+2
*
Add utility functions to PLPerl:
Andrew Dunstan
2010-01-20
1
-46
/
+180
*
Tidy up and refactor plperl.c.
Andrew Dunstan
2010-01-09
1
-3
/
+4
*
Add support for anonymous code blocks (DO blocks) to PL/Perl.
Tom Lane
2009-11-29
1
-5
/
+27
*
Clarify the documentation about PL/Perl nested subroutines, per Josh
Peter Eisentraut
2009-08-15
1
-3
/
+5
*
Remove mention of DBD::PgSPI, which is unmaintained and generally unnecessary.
Alvaro Herrera
2008-04-10
1
-15
/
+3
*
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2008-03-28
1
-9
/
+12
*
Fix example of de-escaping bytea argument, per Florian Weimer. Also fix example
Andrew Dunstan
2008-01-25
1
-3
/
+3
*
Make clearer how arguments and return values in pl/perl are escaped. This is ...
Andrew Dunstan
2007-05-04
1
-2
/
+32
*
Fix some typos in the documentation. Patch from Brian Gough. Backport
Neil Conway
2007-05-03
1
-3
/
+3
*
Remove tabs from SGML files to help tag alingment and improve
Bruce Momjian
2007-02-16
1
-13
/
+13
*
Wording cleanup for error messages. Also change can't -> cannot.
Bruce Momjian
2007-02-01
1
-3
/
+3
*
Consistenly use colons before '<programlisting>' blocks, where
Bruce Momjian
2007-02-01
1
-4
/
+4
*
Update documentation on may/can/might:
Bruce Momjian
2007-01-31
1
-5
/
+5
*
Update documentation for backslashes to mention escape string syntax
Bruce Momjian
2007-01-30
1
-5
/
+5
*
Force plperl and plperlu to run in separate interpreters. Create an error
Andrew Dunstan
2006-11-13
1
-1
/
+20
*
Spellchecking and such
Peter Eisentraut
2006-10-23
1
-3
/
+3
*
Remove emacs info from footer of SGML files.
Bruce Momjian
2006-09-16
1
-18
/
+1
*
Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this was
Tom Lane
2006-08-12
1
-32
/
+20
*
Update PL documentation:
Bruce Momjian
2006-05-30
1
-1
/
+7
[next]