Commit Graph

93 Commits (b9ff79b8f17697f3df492017d454caa9920a7183)

Author SHA1 Message Date
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. 10 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(). 11 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 14 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
Tom Lane 2ec993a7cb Support triggers on views. 16 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 16 years ago
Peter Eisentraut 8586306048 Add tip about building plpython 2 and 3. Fix link to Python docs. 16 years ago
Peter Eisentraut 2e6dc5328c Document which Python environment variables affect PL/Python 16 years ago
Peter Eisentraut 803716013d Install safeguard against running PL/Python 2 and 3 in the same session 16 years ago
Peter Eisentraut 46ee42b816 Add note that using PL/Python 2 and 3 in the same session will probably crash 16 years ago
Peter Eisentraut 1e24678349 Add some information about what it means for PL/Python to be untrusted. 16 years ago
Peter Eisentraut 51d2c9b0bb Add some documentation about PL/Python limitations 16 years ago
Bruce Momjian 6ad4249b5c Add more 9.0 release note documentation links. 16 years ago
Peter Eisentraut a401226bd8 Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQL 16 years ago
Peter Eisentraut 66cac8feab Add some more structure and bits of information to PL/Python documentation 16 years ago
Peter Eisentraut adb7764030 PL/Python DO handler 16 years ago