summaryrefslogtreecommitdiff
path: root/src/pl/plpython
AgeCommit message (Expand)Author
2011-12-18PL/Python: One more file renaming fix to unbreak the buildPeter Eisentraut
2011-12-18Split plpython.c into smaller piecesPeter Eisentraut
2011-12-15PL/Python: Refactor subtransaction handlingPeter Eisentraut
2011-12-05plpython: Add SPI cursor supportPeter Eisentraut
2011-11-29plpython: Fix sed expression in python3 buildPeter Eisentraut
2011-11-24Preserve SQLSTATE when an SPI error is propagated through PL/pythonHeikki Linnakangas
2011-11-09Only install the extension files for the current Python major versionPeter Eisentraut
2011-09-16Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane
2011-08-18Change PyInit_plpy to external linkagePeter Eisentraut
2011-08-18Hide unused variable warnings under Python 3Peter Eisentraut
2011-08-17Fix two issues in plpython's handling of composite results.Tom Lane
2011-08-17Translation updatesPeter Eisentraut
2011-08-04Restore the primacy of postgres.h in plpython.c.Andrew Dunstan
2011-07-16Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane
2011-07-04Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera
2011-07-03Put comments on the installable procedural languages.Tom Lane
2011-07-03Make distprep and *clean build targets recurse into all subdirectories.Tom Lane
2011-06-26Add the possibility to pass --flag arguments to xgettext callsPeter Eisentraut
2011-06-26Refactor common gettext triggersPeter Eisentraut
2011-06-26Replace := by = in nls.mk filesPeter Eisentraut
2011-06-09Translation updates for 9.1beta2Peter Eisentraut
2011-06-09Pgindent run before 9.1 beta2.Bruce Momjian
2011-05-20Message style improvementsPeter Eisentraut
2011-05-01Catch errors in for loop in makefilePeter Eisentraut
2011-05-01Rewrite installation makefile rules without for loopsPeter Eisentraut
2011-04-28Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking prin...Andrew Dunstan
2011-04-20Fix PL/Python traceback for error in separate filePeter Eisentraut
2011-04-16Set client encoding explicitly in plpython_unicode testPeter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2011-04-08Fix some sloppiness in new PL/python get_source_line() function.Robert Haas
2011-04-06Update regression test files for PL/Python traceback patchPeter Eisentraut
2011-04-06Add traceback information to PL/Python errorsPeter Eisentraut
2011-03-31Don't leak the temporary PLyProcedure struct we create for inline plpythonHeikki Linnakangas
2011-03-17Fix PL/Python memory leak involving array slicesAlvaro Herrera
2011-03-07Fix behavior when raising plpy.Fatal()Peter Eisentraut
2011-03-07Report Python errors from iterators with PLy_elogPeter Eisentraut
2011-03-07Suppress some "variable might be clobbered by longjmp" warnings.Tom Lane
2011-03-05Fix parallel gmake for extension directory addition in PL languages.Bruce Momjian
2011-03-05Make plpythonu language use plpython2 shared library directly.Tom Lane
2011-03-05Create extension infrastructure for the core procedural languages.Tom Lane
2011-03-04Add a comment explaining the recent fix for plpython breakage in commit 4c966d9.Andrew Dunstan
2011-03-01Fix plpython breakage detected on certain Fedora machines on buildfarm.Andrew Dunstan
2011-03-01Additional PL/Python regression test expected filePeter Eisentraut
2011-03-01Unbreak vpath builds broken by commit 474a42473adf9b18417242f1fc0691a857ec578b.Andrew Dunstan
2011-02-28Fix regression tests after PL/Python custom SPI exceptions patchPeter Eisentraut
2011-02-28PL/Python custom SPI exceptionsPeter Eisentraut
2011-02-27PL/Python explicit subtransactionsPeter Eisentraut
2011-02-27Remove remaining expected file for Python 2.2Peter Eisentraut
2011-02-26Table function support for PL/PythonPeter Eisentraut
2011-02-22Add PL/Python functions for quoting stringsPeter Eisentraut