summaryrefslogtreecommitdiff
path: root/src/pl/plpython
Commit message (Expand)AuthorAgeFilesLines
* Minor kibitzing on previous patch: no need to run check more than once.Tom Lane2010-07-081-4/+4
* Install safeguard against running PL/Python 2 and 3 in the same sessionPeter Eisentraut2010-07-081-1/+18
* pgindent run for 9.0, second runBruce Momjian2010-07-061-2/+2
* Use different function names for plpython3 handlers, to avoid clashes inPeter Eisentraut2010-06-291-1/+7
* Update Python version informationPeter Eisentraut2010-06-121-1/+1
* Add a regression test case for bug #5497Peter Eisentraut2010-06-123-0/+32
* Fix quite-bogus handling of arrays in plpython datum-to-PyObjectTom Lane2010-06-101-4/+15
* Translation updatePeter Eisentraut2010-05-133-288/+346
* Fix leakage of proc-related storage in plpython's inline handler.Tom Lane2010-05-011-1/+5
* Fix multiple memory leaks in PLy_spi_execute_fetch_result: it would leakTom Lane2010-04-301-5/+6
* Prevent the injection of invalidly encoded strings by PL/Python into PostgreSQLPeter Eisentraut2010-03-181-1/+5
* Use data-type specific conversion functions also in plpy.executePeter Eisentraut2010-03-184-69/+206
* pgindent run for 9.0Bruce Momjian2010-02-261-87/+105
* Translation updates for 9.0alpha4Peter Eisentraut2010-02-193-184/+199
* Volatile-ize all five places where we expect a PG_TRY block to restoreTom Lane2010-02-181-5/+5
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-141-19/+12
* PL/Python DO handlerPeter Eisentraut2010-01-225-9/+77
* Improved printing of Python exceptions in PL/PythonPeter Eisentraut2010-01-167-208/+46
* Translation updatesPeter Eisentraut2009-12-192-205/+226
* Python 3 support in PL/PythonPeter Eisentraut2009-12-158-31/+801
* PL/Python array supportPeter Eisentraut2009-12-103-3/+305
* Improve PL/Python elog outputPeter Eisentraut2009-11-036-109/+122
* Fix obscure segfault condition in PL/PythonPeter Eisentraut2009-11-031-4/+7
* Translations update for 8.5alpha2Peter Eisentraut2009-10-202-2/+285
* First committed version of plpython_unicode_0.out did not actually contain theTom Lane2009-10-151-3/+3
* Add alternative expected file for unicode test for client encoding not UTF8Peter Eisentraut2009-10-142-1/+52
* Fix Unicode support in PL/PythonPeter Eisentraut2009-09-135-4/+175
* Add Unicode support in PL/PythonPeter Eisentraut2009-09-128-143/+175
* Remove TODO file; it has been added to the main Todo list in the wiki.Peter Eisentraut2009-09-121-28/+0
* Fix/improve bytea and boolean support in PL/PythonPeter Eisentraut2009-09-093-143/+414
* Enhanced error context support in PL/PythonPeter Eisentraut2009-08-258-26/+71
* Use generic attribute management in PL/PythonPeter Eisentraut2009-08-253-28/+67
* Make PL/Python tests more compatible with Python 3Peter Eisentraut2009-08-2415-48/+60
* Remove the test case that depends on the platform's float output format.Peter Eisentraut2009-08-142-9/+0
* PL/Python regression tests for data type handlingPeter Eisentraut2009-08-143-1/+537
* Domain support in PL/PythonPeter Eisentraut2009-08-141-2/+2
* Augment test coverage in PL/Python, especially for error conditions.Peter Eisentraut2009-08-1314-34/+573
* Split the plpython regression test into test cases arranged by topic, insteadPeter Eisentraut2009-08-1234-1800/+1927
* Use errcontext mechanism in PL/PythonPeter Eisentraut2009-07-205-62/+128
* Translation updates for 8.4 release.Peter Eisentraut2009-06-261-74/+74
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-111-90/+94
* Translation updatesPeter Eisentraut2009-06-103-5/+303
* Improve the recently-added support for properly pluralized error messagesTom Lane2009-06-042-10/+36
* Translation updatesAlvaro Herrera2009-05-144-79/+658
* Translation updates for 8.4 betaPeter Eisentraut2009-04-094-2/+884
* Defend against possible crash if a plpython function does not specify namesTom Lane2009-04-035-9/+26
* Gettext plural supportPeter Eisentraut2009-03-261-2/+2
* Manual attempt to update this file.Peter Eisentraut2009-01-161-12/+12
* plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5,Peter Eisentraut2009-01-162-20/+20
* Cleanup pass over PL/Python NLS. Add translation support to PLy_elog andPeter Eisentraut2009-01-155-99/+106