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
Tom Lane 442accc3fe Allow memory contexts to have both fixed and variable ident strings. 8 years ago
..
expected Support INOUT arguments in procedures 8 years ago
po Translation updates 9 years ago
sql Support INOUT arguments in procedures 8 years ago
.gitignore PL/Python: Improve Python 3 regression test setup 13 years ago
Makefile Transaction control in PL procedures 8 years ago
generate-spiexceptions.pl Update copyright for 2018 8 years ago
nls.mk Translation updates 9 years ago
plpy_cursorobject.c Improve type conversion of SPI_processed in Python 8 years ago
plpy_cursorobject.h Make PL/Python handle domain-type conversions correctly. 8 years ago
plpy_elog.c Add compiler hints to PLy_elog() 8 years ago
plpy_elog.h Add compiler hints to PLy_elog() 8 years ago
plpy_exec.c Support INOUT arguments in procedures 8 years ago
plpy_exec.h Phase 2 of pgindent updates. 9 years ago
plpy_main.c Fix broken logic for reporting PL/Python function names in errcontext. 8 years ago
plpy_main.h Phase 2 of pgindent updates. 9 years ago
plpy_planobject.c PL/Python: Add cursor and execute methods to plan object 9 years ago
plpy_planobject.h Make PL/Python handle domain-type conversions correctly. 8 years ago
plpy_plpymodule.c Transaction control in PL procedures 8 years ago
plpy_plpymodule.h Phase 2 of pgindent updates. 9 years ago
plpy_procedure.c Allow memory contexts to have both fixed and variable ident strings. 8 years ago
plpy_procedure.h SQL procedures 8 years ago
plpy_resultobject.c Consistently catch errors from Python _New() functions 8 years ago
plpy_resultobject.h Phase 2 of pgindent updates. 9 years ago
plpy_spi.c Improve type conversion of SPI_processed in Python 8 years ago
plpy_spi.h Remove some inappropriate #includes. 8 years ago
plpy_subxactobject.c Use Py_RETURN_NONE where suitable 8 years ago
plpy_subxactobject.h Phase 2 of pgindent updates. 9 years ago
plpy_typeio.c Make plpgsql use its DTYPE_REC code paths for composite-type variables. 8 years ago
plpy_typeio.h Make plpgsql use its DTYPE_REC code paths for composite-type variables. 8 years ago
plpy_util.c Remove some inappropriate #includes. 8 years ago
plpy_util.h Phase 2 of pgindent updates. 9 years ago
plpython.h Update copyright for 2018 8 years ago
plpython2u--1.0.sql Put comments on the installable procedural languages. 15 years ago
plpython2u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 15 years ago
plpython2u.control Create extension infrastructure for the core procedural languages. 15 years ago
plpython3u--1.0.sql Put comments on the installable procedural languages. 15 years ago
plpython3u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 15 years ago
plpython3u.control Create extension infrastructure for the core procedural languages. 15 years ago
plpythonu--1.0.sql Put comments on the installable procedural languages. 15 years ago
plpythonu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 15 years ago
plpythonu.control Create extension infrastructure for the core procedural languages. 15 years ago
regress-python3-mangle.mk Fix hstore_plpython test when python3 is used. 10 years ago