Commit Graph

190 Commits (b683908064e1fa4db26348ca43081dc6a99e3e4e)

Author SHA1 Message Date
Peter Eisentraut baab7a0427 Translation updates 16 years ago
Peter Eisentraut dd4cd55c15 Python 3 support in PL/Python 16 years ago
Peter Eisentraut db7386187f PL/Python array support 16 years ago
Peter Eisentraut 2e3b16c8ba Improve PL/Python elog output 16 years ago
Peter Eisentraut 9e41114676 Fix obscure segfault condition in PL/Python 16 years ago
Peter Eisentraut ef8df75e67 Translations update for 8.5alpha2 16 years ago
Tom Lane 198483a2e4 First committed version of plpython_unicode_0.out did not actually contain the 16 years ago
Peter Eisentraut ea2467d78b Add alternative expected file for unicode test for client encoding not UTF8 16 years ago
Peter Eisentraut eb62398f39 Fix Unicode support in PL/Python 17 years ago
Peter Eisentraut 4ab6ebf3f4 Add Unicode support in PL/Python 17 years ago
Peter Eisentraut 762140f600 Remove TODO file; it has been added to the main Todo list in the wiki. 17 years ago
Peter Eisentraut 3ab8b7fa6f Fix/improve bytea and boolean support in PL/Python 17 years ago
Peter Eisentraut 27c405d61a Enhanced error context support in PL/Python 17 years ago
Peter Eisentraut 983d10833e Use generic attribute management in PL/Python 17 years ago
Peter Eisentraut 5dff93638c Make PL/Python tests more compatible with Python 3 17 years ago
Peter Eisentraut efc1aeb85a Remove the test case that depends on the platform's float output format. 17 years ago
Peter Eisentraut 0c738084fb PL/Python regression tests for data type handling 17 years ago
Peter Eisentraut c74d8a7708 Domain support in PL/Python 17 years ago
Peter Eisentraut cfe380a6dd Augment test coverage in PL/Python, especially for error conditions. 17 years ago
Peter Eisentraut 9d9848668f Split the plpython regression test into test cases arranged by topic, instead 17 years ago
Peter Eisentraut 5106bdc450 Use errcontext mechanism in PL/Python 17 years ago
Peter Eisentraut a6667d96c5 Translation updates for 8.4 release. 17 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 17 years ago
Peter Eisentraut 0b7b908882 Translation updates 17 years ago
Tom Lane 76d4abf2d9 Improve the recently-added support for properly pluralized error messages 17 years ago
Alvaro Herrera f97017068f Translation updates 17 years ago
Peter Eisentraut 80a836cab4 Translation updates for 8.4 beta 17 years ago
Tom Lane cd331e4b84 Defend against possible crash if a plpython function does not specify names 17 years ago
Peter Eisentraut 8032d76b5b Gettext plural support 17 years ago
Peter Eisentraut 56ac25c115 Manual attempt to update this file. 17 years ago
Peter Eisentraut 1fb1049836 plpython_error.out is for Python 2.4, plpython_error_3.out is for Python 2.5, 17 years ago
Peter Eisentraut f8c8386a08 Cleanup pass over PL/Python NLS. Add translation support to PLy_elog and 17 years ago
Peter Eisentraut 218b4e8dd8 Append major version number and for libraries soname major version number 17 years ago
Tom Lane 70b6e99e40 Fix bug introduced in recent patch to make plpython cope with OUT arguments: 17 years ago
Tom Lane 902d1cb35f Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple, 17 years ago
Alvaro Herrera 100aa2795d Add missing header. 17 years ago
Alvaro Herrera 2532c54d82 Improve translatability of error messages for external modules by tweaking 17 years ago
Peter Eisentraut 22c2c695b3 Update pg_regress calls in PL checks to handle vpath builds. 17 years ago
Peter Eisentraut feae7856af Allow pg_regress to be run outside the build tree. Look for input files 17 years ago
Tom Lane 69a785b8bf Implement SQL-spec RETURNS TABLE syntax for functions. 18 years ago
Tom Lane d89737d31c Support "variadic" functions, which can accept a variable number of arguments 18 years ago
Alvaro Herrera f8c4d7db60 Restructure some header files a bit, in particular heapam.h, by removing some 18 years ago
Tom Lane bdc7dd6799 Fix plpython to not get totally confused by OUT arguments. (It still doesn't 18 years ago
Peter Eisentraut 46e76373ec Implement a few changes to how shared libraries and dynamically loadable 18 years ago
Tom Lane 7692d8d5b7 Support statement-level ON TRUNCATE triggers. Simon Riggs 18 years ago
Tom Lane 220db7ccd8 Simplify and standardize conversions between TEXT datums and ordinary C 18 years ago
Tom Lane baecbb9165 Fix plpython's overoptimistic caching of information about the rowtype of 18 years ago
Alvaro Herrera 558c9270c4 Fix buggy usage of vsnprintf in PL/Python by removing it altogether, instead 18 years ago
Bruce Momjian fdf5a5efb7 pgindent run for 8.3. 18 years ago
Tom Lane d0e5c0c0ee Fix uninitialized-memory bug in plpython proargnames patch. Per bug #3523 19 years ago