postgresql/src/pl/plpython
Peter Eisentraut 1d158d7f98 Python 2.2 is no longer supported
It was already on its last legs, and it turns out that it was
accidentally broken in commit 89e850e6fd
and no one cared.  So remove the rest the support for it and update
the documentation to indicate that Python 2.3 is now required.
2012-05-10 20:02:57 +03:00
..
expected Python 2.2 is no longer supported 2012-05-10 20:02:57 +03:00
po Translation updates 2011-08-17 14:07:46 +03:00
sql PL/Python: Improve test coverage 2012-05-02 21:09:03 +03:00
.gitignore PL/Python custom SPI exceptions 2011-02-28 18:41:10 +02:00
generate-spiexceptions.pl Update copyright notices for year 2012. 2012-01-01 18:01:58 -05:00
Makefile Run "make all" as a prerequisite of "make check" 2011-12-27 20:27:24 +02:00
nls.mk Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_cursorobject.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_cursorobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_elog.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_elog.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_exec.c PL/Python: Accept strings in functions returning composite types 2012-04-26 21:03:48 +03:00
plpy_exec.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_main.c Patch some corner-case bugs in pl/python. 2012-03-13 15:26:32 -04:00
plpy_main.h Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_planobject.c PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_planobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_plpymodule.c PL/Python: Improve error messages 2012-04-25 21:11:59 +03:00
plpy_plpymodule.h Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_procedure.c Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_procedure.h Create a stack of pl/python "execution contexts". 2012-03-13 13:19:06 -04:00
plpy_resultobject.c PL/Python: Fix crash when colnames() etc. called without result set 2012-04-15 20:23:08 +03:00
plpy_resultobject.h PL/Python: Add result metadata functions 2012-01-30 21:38:52 +02:00
plpy_spi.c PL/Python: Fix crash in functions returning SETOF and using SPI 2012-05-02 20:59:51 +03:00
plpy_spi.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_subxactobject.c PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_subxactobject.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpy_typeio.c More duplicate word removal. 2012-05-02 09:28:16 -04:00
plpy_typeio.h PL/Python: Accept strings in functions returning composite types 2012-04-26 21:03:48 +03:00
plpy_util.c Split plpython.c into smaller pieces 2011-12-18 21:24:00 +02:00
plpy_util.h PL/Python: Add argument names to function declarations 2011-12-29 22:55:49 +02:00
plpython.h Python 2.2 is no longer supported 2012-05-10 20:02:57 +03:00
plpython2u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython2u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython2u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpython3u--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpython3u.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu--1.0.sql Put comments on the installable procedural languages. 2011-07-03 19:03:51 -04:00
plpythonu--unpackaged--1.0.sql Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00
plpythonu.control Create extension infrastructure for the core procedural languages. 2011-03-04 21:51:14 -05:00