postgresql/src/pl/plpython
Tom Lane 796d1e889f Remove no-longer-needed old-style check for incompatible plpythons.
Commit 866566a690 introduced a new mechanism for incompatible
plpythons to detect each other.  I left the old mechanism in place,
because it seems possible that a plpython predating that commit might be
used with one postdating it.  (This would require updating plpython3 but
not plpython2 or vice versa, but that seems well within the realm of
possibility.)  However, surely it will not be able to happen in 9.6 or
later, so we can delete the old mechanism in HEAD.
2016-01-11 20:13:31 -05:00
..
expected Rearrange the handling of error context reports. 2015-09-05 11:58:33 -04:00
po Translation updates 2015-06-28 23:56:55 -04:00
sql Fix plpython crash when returning string representation of a RECORD result. 2015-08-21 12:21:37 -04:00
.gitignore PL/Python: Improve Python 3 regression test setup 2012-09-16 22:26:33 -04:00
generate-spiexceptions.pl Update copyright for 2016 2016-01-02 13:33:40 -05:00
Makefile Fix python_includespec on Windows at configure time 2015-05-03 08:17:04 -04:00
nls.mk Translation updates 2014-12-15 00:25:35 -05:00
plpy_cursorobject.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_cursorobject.h Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_elog.c Fix a number of places that produced XX000 errors in the regression tests. 2015-08-02 23:49:19 -04:00
plpy_elog.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
plpy_exec.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_exec.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
plpy_main.c Remove no-longer-needed old-style check for incompatible plpythons. 2016-01-11 20:13:31 -05:00
plpy_main.h Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_planobject.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_planobject.h Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_plpymodule.c Fix some functions that were declared static then defined not-static. 2015-01-12 16:08:43 -05:00
plpy_plpymodule.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
plpy_procedure.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_procedure.h Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_resultobject.c PL/Python: Add result object str handler 2013-02-03 00:31:01 -05:00
plpy_resultobject.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
plpy_spi.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_spi.h Run pgindent on 9.2 source tree in preparation for first 9.3 2012-06-10 15:20:04 -04:00
plpy_subxactobject.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_subxactobject.h add #includes to plpy_subxactobject.h to make it compile standalone 2012-08-28 16:13:41 -04:00
plpy_typeio.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_typeio.h Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_util.c Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpy_util.h Fix memory leaks in PL/Python. 2015-11-05 13:52:40 -05:00
plpython.h Update copyright for 2016 2016-01-02 13:33:40 -05: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
regress-python3-mangle.mk Fix hstore_plpython test when python3 is used. 2015-10-04 22:29:03 +02:00