Commit Graph

105 Commits (1e0dfd166b3fa7fc79e4fad73b6fae056bab598a)

Author SHA1 Message Date
Bruce Momjian 0dd1eb3aea doc: remove xreflabels from commits 75fcdd2ae2 and 85af628da5 6 years ago
Bruce Momjian 75fcdd2ae2 doc: add missing xreflabels to the main docs (not refs) 6 years ago
Tom Lane 50fc694e43 Invent "trusted" extensions, and remove the pg_pltemplate catalog. 6 years ago
Peter Eisentraut 37f21ed132 Remove support for Python older than 2.6 6 years ago
Peter Eisentraut b55413d77f Modernize Python exception syntax in documentation 6 years ago
Peter Eisentraut cbe63d02d0 doc: Use proper em and en dashes 6 years ago
Peter Eisentraut 8e929a4667 doc: Clean up title case use 6 years ago
Bruce Momjian a6ca9c2a1b docs: clarify plpython SD and GD dictionary behavior 7 years ago
Peter Eisentraut a06e56b247 doc: Update redirecting links 8 years ago
Peter Eisentraut 056a5a3f63 Allow committing inside cursor loop 8 years ago
Peter Eisentraut 33803f67f1 Support INOUT arguments in procedures 8 years ago
Peter Eisentraut 8561e4840c Transaction control in PL procedures 8 years ago
Peter Eisentraut e4128ee767 SQL procedures 8 years ago
Peter Eisentraut 3c49c6facb Convert documentation to DocBook XML 8 years ago
Peter Eisentraut c29c578908 Don't use SGML empty tags 8 years ago
Peter Eisentraut 70ec3f1f8f PL/Python: Add cursor and execute methods to plan object 9 years ago
Peter Eisentraut 50c956add8 Remove createlang and droplang 9 years ago
Heikki Linnakangas 94aceed317 Support multi-dimensional arrays in PL/python. 9 years ago
Heikki Linnakangas 6cc54f38a9 Remove obsolete warning from docs. 9 years ago
Peter Eisentraut f0688d6e6c PL/Python: Clean up extended error reporting docs and tests 10 years ago
Peter Eisentraut 020140d84d PL/Python: Rename new keyword arguments of plpy.error() etc. 10 years ago
Teodor Sigaev 5c3c3cd0a3 Enhanced custom error in PLPythonu 10 years ago
Tom Lane 075ab425bd Document that PL/Python now returns floats using repr() not str(). 10 years ago
Peter Eisentraut 3e81a33d79 PL/Python: Fix example 11 years ago
Tom Lane 8b6010b835 Improve support for composite types in PL/Python. 12 years ago
Bruce Momjian 6f14a6f703 docs: remove unnecessary references to old PG versions 12 years ago
Peter Eisentraut 7919398bac PL/Python: Convert numeric to Decimal 13 years ago
Peter Eisentraut 330ed4ac6c PL/Python: Add result object str handler 13 years ago
Peter Eisentraut db0af74af2 PL/Python: Convert oid to long/int 13 years ago
Peter Eisentraut 8e708e5e36 Add link to PEP 394 regarding python2 vs python3 naming 14 years ago
Peter Eisentraut 05dd9fb18d PL/Python: Update list of supported environment variables 14 years ago
Peter Eisentraut 0f48e06751 PL/Python: Improve documentation of nrows() method 14 years ago
Peter Eisentraut c03523ed3f PL/Python: Fix crash when colnames() etc. called without result set 14 years ago
Peter Eisentraut 206bec11bd Improve PL/Python database access function documentation 14 years ago
Peter Eisentraut ee7fa66b19 PL/Python: Add result metadata functions 14 years ago
Peter Eisentraut 6f6b46c9c0 PL/Python: Update example 14 years ago
Peter Eisentraut 89e850e6fd plpython: Add SPI cursor support 14 years ago
Peter Eisentraut 36a1ba9d5e Fix documentation reference to "above" example 15 years ago
Peter Eisentraut c13dc6402b Spell checking and markup refinement 15 years ago
Tom Lane dca30da343 Avoid extra whitespace in the arguments of <indexterm>. 15 years ago
Peter Eisentraut 856a23018c Cosmetic capitalization fix 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane c2903fb3d2 Update documentation to reflect that standard PLs are now extensions. 15 years ago
Peter Eisentraut 474a42473a PL/Python custom SPI exceptions 15 years ago
Peter Eisentraut 22690719ea PL/Python explicit subtransactions 15 years ago
Peter Eisentraut bc411f25c1 Table function support for PL/Python 15 years ago
Peter Eisentraut 1c51c7d5ff Add PL/Python functions for quoting strings 15 years ago
Peter Eisentraut 0c5933d010 Wrap PL/Python SPI calls into subtransactions 15 years ago
Bruce Momjian d56d246e70 Properly capitalize hyphenated words in documentation titles. 15 years ago
Alvaro Herrera 73bc5218df plpython has plpy.Error instead of plpy.ERROR 15 years ago