summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpython.sgml
Commit message (Expand)AuthorAgeFilesLines
* Improve support for composite types in PL/Python.Tom Lane2014-07-031-7/+0
* docs: remove unnecessary references to old PG versionsBruce Momjian2014-02-241-6/+5
* PL/Python: Convert numeric to DecimalPeter Eisentraut2013-07-051-6/+17
* PL/Python: Add result object str handlerPeter Eisentraut2013-02-031-0/+11
* PL/Python: Convert oid to long/intPeter Eisentraut2012-09-291-1/+1
* Add link to PEP 394 regarding python2 vs python3 namingPeter Eisentraut2012-07-141-0/+6
* PL/Python: Update list of supported environment variablesPeter Eisentraut2012-04-281-0/+4
* PL/Python: Improve documentation of nrows() methodPeter Eisentraut2012-04-161-1/+6
* PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut2012-04-151-0/+8
* Improve PL/Python database access function documentationPeter Eisentraut2012-03-261-104/+159
* PL/Python: Add result metadata functionsPeter Eisentraut2012-01-301-3/+6
* PL/Python: Update examplePeter Eisentraut2012-01-181-5/+1
* plpython: Add SPI cursor supportPeter Eisentraut2011-12-051-0/+81
* Fix documentation reference to "above" examplePeter Eisentraut2011-06-041-1/+2
* Spell checking and markup refinementPeter Eisentraut2011-05-191-3/+3
* Avoid extra whitespace in the arguments of <indexterm>.Tom Lane2011-04-081-3/+3
* Cosmetic capitalization fixPeter Eisentraut2011-03-221-1/+1
* Make plpythonu language use plpython2 shared library directly.Tom Lane2011-03-051-2/+3
* Update documentation to reflect that standard PLs are now extensions.Tom Lane2011-03-051-0/+1
* PL/Python custom SPI exceptionsPeter Eisentraut2011-02-281-1/+48
* PL/Python explicit subtransactionsPeter Eisentraut2011-02-271-1/+131
* Table function support for PL/PythonPeter Eisentraut2011-02-261-12/+24
* Add PL/Python functions for quoting stringsPeter Eisentraut2011-02-221-0/+17
* Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut2011-02-021-0/+30
* Properly capitalize hyphenated words in documentation titles.Bruce Momjian2011-02-011-1/+1
* plpython has plpy.Error instead of plpy.ERRORAlvaro Herrera2010-11-091-2/+2
* Support triggers on views.Tom Lane2010-10-101-10/+10
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Add tip about building plpython 2 and 3. Fix link to Python docs.Peter Eisentraut2010-09-081-2/+13
* Document which Python environment variables affect PL/PythonPeter Eisentraut2010-08-051-1/+61
* Install safeguard against running PL/Python 2 and 3 in the same sessionPeter Eisentraut2010-07-081-7/+8
* Add note that using PL/Python 2 and 3 in the same session will probably crashPeter Eisentraut2010-07-061-1/+10
* Add some information about what it means for PL/Python to be untrusted.Peter Eisentraut2010-03-291-4/+9
* Add some documentation about PL/Python limitationsPeter Eisentraut2010-03-291-2/+28
* Add more 9.0 release note documentation links.Bruce Momjian2010-03-211-2/+2
* Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQLPeter Eisentraut2010-03-181-1/+12
* Add some more structure and bits of information to PL/Python documentationPeter Eisentraut2010-03-131-93/+261
* PL/Python DO handlerPeter Eisentraut2010-01-221-1/+19
* Add documentation why reassigning PL/Python function parameters in thePeter Eisentraut2009-12-191-1/+37
* Python 3 support in PL/PythonPeter Eisentraut2009-12-151-2/+109
* PL/Python array supportPeter Eisentraut2009-12-101-1/+38
* Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy ofAlvaro Herrera2009-03-301-2/+2
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-281-11/+14
* Consistenly use colons before '<programlisting>' blocks, whereBruce Momjian2007-02-011-4/+4
* Update documentation on may/can/might:Bruce Momjian2007-01-311-3/+3
* Spellchecking and suchPeter Eisentraut2006-10-231-2/+2
* Editorial improvements for recent plpython doc updates.Tom Lane2006-10-211-36/+33
* Remove use of '<' and '>' in SGML, use '&' escapes.Bruce Momjian2006-10-161-2/+2
* Remove duplicated index entry.Tom Lane2006-09-031-4/+2
* Fix broken markup.Tom Lane2006-09-031-1/+3