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
/
plpython.sgml
Commit message (
Expand
)
Author
Age
Files
Lines
*
Improve support for composite types in PL/Python.
Tom Lane
2014-07-03
1
-7
/
+0
*
docs: remove unnecessary references to old PG versions
Bruce Momjian
2014-02-24
1
-6
/
+5
*
PL/Python: Convert numeric to Decimal
Peter Eisentraut
2013-07-05
1
-6
/
+17
*
PL/Python: Add result object str handler
Peter Eisentraut
2013-02-03
1
-0
/
+11
*
PL/Python: Convert oid to long/int
Peter Eisentraut
2012-09-29
1
-1
/
+1
*
Add link to PEP 394 regarding python2 vs python3 naming
Peter Eisentraut
2012-07-14
1
-0
/
+6
*
PL/Python: Update list of supported environment variables
Peter Eisentraut
2012-04-28
1
-0
/
+4
*
PL/Python: Improve documentation of nrows() method
Peter Eisentraut
2012-04-16
1
-1
/
+6
*
PL/Python: Fix crash when colnames() etc. called without result set
Peter Eisentraut
2012-04-15
1
-0
/
+8
*
Improve PL/Python database access function documentation
Peter Eisentraut
2012-03-26
1
-104
/
+159
*
PL/Python: Add result metadata functions
Peter Eisentraut
2012-01-30
1
-3
/
+6
*
PL/Python: Update example
Peter Eisentraut
2012-01-18
1
-5
/
+1
*
plpython: Add SPI cursor support
Peter Eisentraut
2011-12-05
1
-0
/
+81
*
Fix documentation reference to "above" example
Peter Eisentraut
2011-06-04
1
-1
/
+2
*
Spell checking and markup refinement
Peter Eisentraut
2011-05-19
1
-3
/
+3
*
Avoid extra whitespace in the arguments of <indexterm>.
Tom Lane
2011-04-08
1
-3
/
+3
*
Cosmetic capitalization fix
Peter Eisentraut
2011-03-22
1
-1
/
+1
*
Make plpythonu language use plpython2 shared library directly.
Tom Lane
2011-03-05
1
-2
/
+3
*
Update documentation to reflect that standard PLs are now extensions.
Tom Lane
2011-03-05
1
-0
/
+1
*
PL/Python custom SPI exceptions
Peter Eisentraut
2011-02-28
1
-1
/
+48
*
PL/Python explicit subtransactions
Peter Eisentraut
2011-02-27
1
-1
/
+131
*
Table function support for PL/Python
Peter Eisentraut
2011-02-26
1
-12
/
+24
*
Add PL/Python functions for quoting strings
Peter Eisentraut
2011-02-22
1
-0
/
+17
*
Wrap PL/Python SPI calls into subtransactions
Peter Eisentraut
2011-02-02
1
-0
/
+30
*
Properly capitalize hyphenated words in documentation titles.
Bruce Momjian
2011-02-01
1
-1
/
+1
*
plpython has plpy.Error instead of plpy.ERROR
Alvaro Herrera
2010-11-09
1
-2
/
+2
*
Support triggers on views.
Tom Lane
2010-10-10
1
-10
/
+10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
1
-1
/
+1
*
Add tip about building plpython 2 and 3. Fix link to Python docs.
Peter Eisentraut
2010-09-08
1
-2
/
+13
*
Document which Python environment variables affect PL/Python
Peter Eisentraut
2010-08-05
1
-1
/
+61
*
Install safeguard against running PL/Python 2 and 3 in the same session
Peter Eisentraut
2010-07-08
1
-7
/
+8
*
Add note that using PL/Python 2 and 3 in the same session will probably crash
Peter Eisentraut
2010-07-06
1
-1
/
+10
*
Add some information about what it means for PL/Python to be untrusted.
Peter Eisentraut
2010-03-29
1
-4
/
+9
*
Add some documentation about PL/Python limitations
Peter Eisentraut
2010-03-29
1
-2
/
+28
*
Add more 9.0 release note documentation links.
Bruce Momjian
2010-03-21
1
-2
/
+2
*
Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL
Peter Eisentraut
2010-03-18
1
-1
/
+12
*
Add some more structure and bits of information to PL/Python documentation
Peter Eisentraut
2010-03-13
1
-93
/
+261
*
PL/Python DO handler
Peter Eisentraut
2010-01-22
1
-1
/
+19
*
Add documentation why reassigning PL/Python function parameters in the
Peter Eisentraut
2009-12-19
1
-1
/
+37
*
Python 3 support in PL/Python
Peter Eisentraut
2009-12-15
1
-2
/
+109
*
PL/Python array support
Peter Eisentraut
2009-12-10
1
-1
/
+38
*
Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of
Alvaro Herrera
2009-03-30
1
-2
/
+2
*
Support statement-level ON TRUNCATE triggers. Simon Riggs
Tom Lane
2008-03-28
1
-11
/
+14
*
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
-3
/
+3
*
Spellchecking and such
Peter Eisentraut
2006-10-23
1
-2
/
+2
*
Editorial improvements for recent plpython doc updates.
Tom Lane
2006-10-21
1
-36
/
+33
*
Remove use of '<' and '>' in SGML, use '&' escapes.
Bruce Momjian
2006-10-16
1
-2
/
+2
*
Remove duplicated index entry.
Tom Lane
2006-09-03
1
-4
/
+2
*
Fix broken markup.
Tom Lane
2006-09-03
1
-1
/
+3
[next]