You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/pl/plpython/sql
Peter Eisentraut 2cfb1c6f77 PL/Python: Adjust the regression tests for Python 3.3 14 years ago
..
plpython_composite.sql Table function support for PL/Python 15 years ago
plpython_do.sql PL/Python: Improve test coverage 14 years ago
plpython_drop.sql Create extension infrastructure for the core procedural languages. 15 years ago
plpython_error.sql Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
plpython_global.sql
plpython_import.sql PL/Python: Adjust the regression tests for Python 3.3 14 years ago
plpython_newline.sql Remove useless whitespace at end of lines 15 years ago
plpython_params.sql PL/Python: Adjust the regression tests for Python 3.3 14 years ago
plpython_populate.sql
plpython_quote.sql Add PL/Python functions for quoting strings 15 years ago
plpython_record.sql PL/Python: Accept strings in functions returning composite types 14 years ago
plpython_schema.sql Remove useless whitespace at end of lines 15 years ago
plpython_setof.sql PL/Python: Fix crash in functions returning SETOF and using SPI 14 years ago
plpython_spi.sql PL/Python: Fix slicing support for result objects for Python 3 14 years ago
plpython_subtransaction.sql plpython: Add SPI cursor support 14 years ago
plpython_test.sql Create extension infrastructure for the core procedural languages. 15 years ago
plpython_trigger.sql PL/Python: Adjust the regression tests for Python 3.3 14 years ago
plpython_types.sql Invalidate PL/Python functions with composite type argument when the 15 years ago
plpython_unicode.sql Set client encoding explicitly in plpython_unicode test 15 years ago
plpython_void.sql