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 8561e4840c Transaction control in PL procedures 8 years ago
..
plpython_call.sql SQL procedures 8 years ago
plpython_composite.sql Give a hint, when [] is incorrectly used for a composite type in array. 9 years ago
plpython_do.sql PL/Python: Adjust the regression tests for Python 3.4 12 years ago
plpython_drop.sql
plpython_ereport.sql Drop support for Python 2.3 9 years ago
plpython_error.sql
plpython_global.sql
plpython_import.sql
plpython_newline.sql
plpython_params.sql
plpython_populate.sql
plpython_quote.sql
plpython_record.sql
plpython_schema.sql
plpython_setof.sql Fix PL/Python for recursion and interleaved set-returning functions. 10 years ago
plpython_spi.sql PL/Python: Add cursor and execute methods to plan object 9 years ago
plpython_subtransaction.sql PL/Python: Make tests pass with Python 3.5 11 years ago
plpython_test.sql Format PL/Python module contents test vertically 9 years ago
plpython_transaction.sql Transaction control in PL procedures 8 years ago
plpython_trigger.sql Follow-on cleanup for the transition table patch. 9 years ago
plpython_types.sql Make PL/Python handle domain-type conversions correctly. 8 years ago
plpython_unicode.sql Make plpython_unicode regression test work in more database encodings. 12 years ago
plpython_void.sql