Commit Graph

315 Commits (63fecc91770f3d494b6fe993bdc198a9faf6fe2d)

Author SHA1 Message Date
Peter Eisentraut a97207b690 PL/Python: Fix slicing support for result objects for Python 3 14 years ago
Peter Eisentraut 1540d3bf4d PL/Python: Update incorrect comment 14 years ago
Peter Eisentraut 1d158d7f98 Python 2.2 is no longer supported 14 years ago
Peter Eisentraut e6c2e8cb87 PL/Python: Improve test coverage 14 years ago
Peter Eisentraut 52aa334fcd PL/Python: Fix crash in functions returning SETOF and using SPI 14 years ago
Robert Haas e01e66f808 More duplicate word removal. 14 years ago
Peter Eisentraut ba3e4157a7 PL/Python: Accept strings in functions returning composite types 14 years ago
Peter Eisentraut 65ca8e68b7 PL/Python: Improve error messages 14 years ago
Peter Eisentraut 0f48e06751 PL/Python: Improve documentation of nrows() method 14 years ago
Peter Eisentraut c03523ed3f PL/Python: Fix crash when colnames() etc. called without result set 14 years ago
Tom Lane 5cd72c7a7c Patch some corner-case bugs in pl/python. 14 years ago
Tom Lane a14fa84693 Fix minor memory leak in PLy_typeinfo_dealloc(). 14 years ago
Tom Lane ed75380bda Create a stack of pl/python "execution contexts". 14 years ago
Tom Lane bef47331b6 Code review for plpgsql fn_signature patch. 14 years ago
Robert Haas 5ae88c65da Adjust expected regression test outputs for PL/python. 14 years ago
Peter Eisentraut ee7fa66b19 PL/Python: Add result metadata functions 14 years ago
Peter Eisentraut 26e89e7f23 Fix typos 14 years ago
Bruce Momjian e126958c2e Update copyright notices for year 2012. 14 years ago
Peter Eisentraut f9de1e9a96 PL/Python: Add argument names to function declarations 14 years ago
Peter Eisentraut c317a3ac16 Run "make all" as a prerequisite of "make check" 14 years ago
Peter Eisentraut 19d2231718 PL/Python: One more file renaming fix to unbreak the build 14 years ago
Peter Eisentraut 147c248254 Split plpython.c into smaller pieces 14 years ago
Peter Eisentraut fc9959701b PL/Python: Refactor subtransaction handling 14 years ago
Peter Eisentraut 89e850e6fd plpython: Add SPI cursor support 14 years ago
Peter Eisentraut 04e5cb629b plpython: Fix sed expression in python3 build 14 years ago
Heikki Linnakangas f21fc7f9fc Preserve SQLSTATE when an SPI error is propagated through PL/python 14 years ago
Peter Eisentraut 6f2efcd557 Only install the extension files for the current Python major version 14 years ago
Tom Lane e6faf910d7 Redesign the plancache mechanism for more flexibility and efficiency. 14 years ago
Peter Eisentraut e1f9aa4eae Change PyInit_plpy to external linkage 15 years ago
Peter Eisentraut f684bcb523 Hide unused variable warnings under Python 3 15 years ago
Tom Lane 2dada0cc85 Fix two issues in plpython's handling of composite results. 15 years ago
Peter Eisentraut 1bf80041e3 Translation updates 15 years ago
Andrew Dunstan a11cf43341 Restore the primacy of postgres.h in plpython.c. 15 years ago
Tom Lane 1af37ec96d Replace errdetail("%s", ...) with errdetail_internal("%s", ...). 15 years ago
Alvaro Herrera b93f5a5673 Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h 15 years ago
Tom Lane 99e47ed0b2 Put comments on the installable procedural languages. 15 years ago
Tom Lane acb9198b96 Make distprep and *clean build targets recurse into all subdirectories. 15 years ago
Peter Eisentraut cb5a7bc2dc Add the possibility to pass --flag arguments to xgettext calls 15 years ago
Peter Eisentraut 7a5a843a2a Refactor common gettext triggers 15 years ago
Peter Eisentraut 1b11e239ca Replace := by = in nls.mk files 15 years ago
Peter Eisentraut 74b1d29dd1 Translation updates for 9.1beta2 15 years ago
Bruce Momjian 6560407c7d Pgindent run before 9.1 beta2. 15 years ago
Peter Eisentraut bcf63a51e3 Message style improvements 15 years ago
Peter Eisentraut 5c436a79e0 Catch errors in for loop in makefile 15 years ago
Peter Eisentraut b106195b17 Rewrite installation makefile rules without for loops 15 years ago
Andrew Dunstan c02d5b7c27 Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 15 years ago
Peter Eisentraut 395fcac299 Fix PL/Python traceback for error in separate file 15 years ago
Peter Eisentraut 5809a64584 Set client encoding explicitly in plpython_unicode test 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Robert Haas b6bc481d55 Fix some sloppiness in new PL/python get_source_line() function. 15 years ago