postgresql/src/pl/plpython
Peter Eisentraut 4ae1121423 Translation updates
Source-Git-URL: https://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: 3463878fc340cb1436153b18a300f8cfdcb12adb
2018-08-06 20:03:55 +02:00
..
expected Tweak tests to support Python 3.7 2018-05-05 23:03:44 -04:00
po Translation updates 2018-08-06 20:03:55 +02:00
sql Tweak tests to support Python 3.7 2018-05-05 23:03:44 -04:00
.gitignore PL/Python: Improve Python 3 regression test setup 2012-09-16 22:26:33 -04:00
generate-spiexceptions.pl Clean up Perl code according to perlcritic 2017-03-27 08:18:22 -04:00
Makefile Fix misplacement of submake-generated-headers prerequisites. 2016-10-01 13:35:13 -04:00
nls.mk Translation updates 2018-08-06 20:03:55 +02:00
plpy_cursorobject.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
plpy_cursorobject.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_elog.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
plpy_elog.h Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
plpy_exec.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
plpy_exec.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_main.c Fix broken logic for reporting PL/Python function names in errcontext. 2018-02-14 14:47:18 -05:00
plpy_main.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_planobject.c PL/Python: Add cursor and execute methods to plan object 2017-03-27 11:37:22 -04:00
plpy_planobject.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_plpymodule.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
plpy_plpymodule.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_procedure.c Fix broken logic for reporting PL/Python function names in errcontext. 2018-02-14 14:47:18 -05:00
plpy_procedure.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_resultobject.c PL/Python: Add result object str handler 2013-02-03 00:31:01 -05:00
plpy_resultobject.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_spi.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
plpy_spi.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_subxactobject.c Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection. 2016-11-08 17:39:57 -05:00
plpy_subxactobject.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_typeio.c Message style improvements 2017-08-04 18:31:32 -04:00
plpy_typeio.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_util.c Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpy_util.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
plpython.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04: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