summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpython.sgml
AgeCommit message (Expand)Author
2017-03-27PL/Python: Add cursor and execute methods to plan objectPeter Eisentraut
2017-03-23Remove createlang and droplangPeter Eisentraut
2016-10-26Support multi-dimensional arrays in PL/python.Heikki Linnakangas
2016-09-19Remove obsolete warning from docs.Heikki Linnakangas
2016-06-15PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut
2016-06-11PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2015-09-01Document that PL/Python now returns floats using repr() not str().Tom Lane
2014-11-01PL/Python: Fix examplePeter Eisentraut
2014-07-03Improve support for composite types in PL/Python.Tom Lane
2014-02-24docs: remove unnecessary references to old PG versionsBruce Momjian
2013-07-06PL/Python: Convert numeric to DecimalPeter Eisentraut
2013-02-03PL/Python: Add result object str handlerPeter Eisentraut
2012-09-29PL/Python: Convert oid to long/intPeter Eisentraut
2012-07-14Add link to PEP 394 regarding python2 vs python3 namingPeter Eisentraut
2012-04-28PL/Python: Update list of supported environment variablesPeter Eisentraut
2012-04-16PL/Python: Improve documentation of nrows() methodPeter Eisentraut
2012-04-15PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut
2012-03-26Improve PL/Python database access function documentationPeter Eisentraut
2012-01-30PL/Python: Add result metadata functionsPeter Eisentraut
2012-01-18PL/Python: Update examplePeter Eisentraut
2011-12-05plpython: Add SPI cursor supportPeter Eisentraut
2011-06-04Fix documentation reference to "above" examplePeter Eisentraut
2011-05-18Spell checking and markup refinementPeter Eisentraut
2011-04-08Avoid extra whitespace in the arguments of <indexterm>.Tom Lane
2011-03-23Cosmetic capitalization fixPeter Eisentraut
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Update documentation to reflect that standard PLs are now extensions.Tom Lane
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-27PL/Python explicit subtransactionsPeter Eisentraut
2011-02-26Table function support for PL/PythonPeter Eisentraut
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut
2011-02-02Wrap PL/Python SPI calls into subtransactionsPeter Eisentraut
2011-02-01Properly capitalize hyphenated words in documentation titles.Bruce Momjian
2010-11-09plpython has plpy.Error instead of plpy.ERRORAlvaro Herrera
2010-10-10Support triggers on views.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-09-08Add tip about building plpython 2 and 3. Fix link to Python docs.Peter Eisentraut
2010-08-05Document which Python environment variables affect PL/PythonPeter Eisentraut
2010-07-08Install safeguard against running PL/Python 2 and 3 in the same sessionPeter Eisentraut
2010-07-06Add note that using PL/Python 2 and 3 in the same session will probably crashPeter Eisentraut
2010-03-29Add some information about what it means for PL/Python to be untrusted.Peter Eisentraut
2010-03-29Add some documentation about PL/Python limitationsPeter Eisentraut
2010-03-21Add more 9.0 release note documentation links.Bruce Momjian
2010-03-18Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQLPeter Eisentraut
2010-03-13Add some more structure and bits of information to PL/Python documentationPeter Eisentraut
2010-01-22PL/Python DO handlerPeter Eisentraut
2009-12-19Add documentation why reassigning PL/Python function parameters in thePeter Eisentraut
2009-12-15Python 3 support in PL/PythonPeter Eisentraut
2009-12-10PL/Python array supportPeter Eisentraut