summaryrefslogtreecommitdiff
path: root/doc/src/sgml/plpython.sgml
AgeCommit message (Expand)Author
2025-06-19doc: add xreflabel text for libpq and PL/PythonBruce Momjian
2024-11-25doc: Fix example with __next__() in PL/Python functionMichael Paquier
2024-01-03Doc: Python's control flow construct is try/except not try/catch.Tom Lane
2023-05-02Doc: clarify behavior of row-limit arguments in the PLs' SPI wrappers.Tom Lane
2023-01-09Doc: add XML ID attributes to <sectN> and <varlistentry> tags.Tom Lane
2022-03-08plpython: Adjust docs after removal of Python 2 support.Andres Freund
2022-02-02doc: Fix mistake in PL/Python documentationPeter Eisentraut
2021-06-11Use the correct article for abbreviationsDavid Rowley
2020-12-23dummy commitBruce Momjian
2020-06-11doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5Bruce Momjian
2020-05-15doc: add missing xreflabels to the main docs (not refs)Bruce Momjian
2020-01-29Invent "trusted" extensions, and remove the pg_pltemplate catalog.Tom Lane
2020-01-08Remove support for Python older than 2.6Peter Eisentraut
2019-12-31Modernize Python exception syntax in documentationPeter Eisentraut
2019-10-25doc: Use proper em and en dashesPeter Eisentraut
2019-09-08doc: Clean up title case usePeter Eisentraut
2018-08-25docs: clarify plpython SD and GD dictionary behaviorBruce Momjian
2018-07-16doc: Update redirecting linksPeter Eisentraut
2018-03-28Allow committing inside cursor loopPeter Eisentraut
2018-03-14Support INOUT arguments in proceduresPeter Eisentraut
2018-01-22Transaction control in PL proceduresPeter Eisentraut
2017-11-30SQL proceduresPeter Eisentraut
2017-11-23Convert documentation to DocBook XMLPeter Eisentraut
2017-10-17Don't use SGML empty tagsPeter Eisentraut
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