Commit Graph

68 Commits (e319ec4b7378e047e6bb92bd1bb7ff7d515d64a3)

Author SHA1 Message Date
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. 15 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
Peter Eisentraut 8f649c9ac4 Add documentation why reassigning PL/Python function parameters in the 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Peter Eisentraut db7386187f PL/Python array support 16 years ago
Alvaro Herrera 3fe3b81183 Update URL to Python bug tracker. Backpatch to 8.3; doesn't seem worthy of 17 years ago
Tom Lane 7692d8d5b7 Support statement-level ON TRUNCATE triggers. Simon Riggs 18 years ago
Bruce Momjian 09a9f10e7f Consistenly use colons before '<programlisting>' blocks, where 19 years ago
Bruce Momjian a134ee3379 Update documentation on may/can/might: 19 years ago
Peter Eisentraut 0f763503ff Spellchecking and such 19 years ago
Tom Lane 425417d498 Editorial improvements for recent plpython doc updates. 19 years ago
Bruce Momjian 389fad1e6b Remove use of '<' and '>' in SGML, use '&' escapes. 19 years ago
Tom Lane 676d1b4e67 Remove duplicated index entry. 20 years ago
Tom Lane 4ae15f29f7 Fix broken markup. 20 years ago
Bruce Momjian 819f22a302 Allow PL/python to return composite types and result sets 20 years ago
Andrew Dunstan 0a269db9cf Add table_name and table_schema to plpython trigger data, plus docs and regression test. 20 years ago
Neil Conway 4de23092d0 Add some links to the CREATE FUNCTION reference page when describing 21 years ago
Bruce Momjian 0e2f88a6d5 We don't put URL's in ulink's because the URL is always generated, but 21 years ago
Bruce Momjian fd977434b3 Adjust SGML ulink tags to the URL is always displayed in our printed docs. 21 years ago
Tom Lane 883ac5ca7a More minor updates and copy-editing. 21 years ago
Tom Lane dfdae5d63c Hook up the plpython result-object nrows and status methods correctly. 21 years ago
Tom Lane b2c4071299 Redesign query-snapshot timing so that volatile functions in READ COMMITTED 22 years ago
Neil Conway 8295c27c89 Add documentation for the new "dollar quoting" feature, and update existing 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Peter Eisentraut 934c21344c Documentation cleanup 22 years ago
Tom Lane 6e59122490 Update obsolete examples of error messages; various other minor editing. 23 years ago
Peter Eisentraut c326d8f4f2 Add/edit index entries. 23 years ago