Commit Graph

302 Commits (2e46bf67114586835f4a9908f1a1f08ee8ba83a8)

Author SHA1 Message Date
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
Peter Eisentraut 5d0e462366 Update regression test files for PL/Python traceback patch 15 years ago
Peter Eisentraut 2bd78eb8d5 Add traceback information to PL/Python errors 15 years ago
Heikki Linnakangas ec7626504f Don't leak the temporary PLyProcedure struct we create for inline plpython 15 years ago
Alvaro Herrera 1c249fcfcc Fix PL/Python memory leak involving array slices 15 years ago
Peter Eisentraut 804d13adfd Fix behavior when raising plpy.Fatal() 15 years ago
Peter Eisentraut 8f76324352 Report Python errors from iterators with PLy_elog 15 years ago
Tom Lane 4172bd8830 Suppress some "variable might be clobbered by longjmp" warnings. 15 years ago
Bruce Momjian c15c1f1c15 Fix parallel gmake for extension directory addition in PL languages. 15 years ago
Tom Lane bfd7f8cbb2 Make plpythonu language use plpython2 shared library directly. 15 years ago
Tom Lane 63b656b7bf Create extension infrastructure for the core procedural languages. 15 years ago
Andrew Dunstan 12bf602f3f Add a comment explaining the recent fix for plpython breakage in commit 4c966d9. 15 years ago
Andrew Dunstan 4c966d920f Fix plpython breakage detected on certain Fedora machines on buildfarm. 15 years ago
Peter Eisentraut 2f363590c1 Additional PL/Python regression test expected file 15 years ago