summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2013-12-02Translation updatesPeter Eisentraut
2013-10-07Translation updatesPeter Eisentraut
2013-07-20Fix error handling in PLy_spi_execute_fetch_result().Tom Lane
2013-07-02Silence compiler warning in assertion-enabled builds.Heikki Linnakangas
2013-06-03Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane
2013-03-02Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane
2013-02-04Translation updatesPeter Eisentraut
2013-01-31Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane
2013-01-25Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane
2012-12-03Translation updatesPeter Eisentraut
2012-09-14Back-patch fix and test case for bug #7516.Tom Lane
2012-09-10Make plperl safe against functions that are redefined while running.Tom Lane
2012-09-08Adjust PL/Python regression tests some more for Python 3.3.Tom Lane
2012-09-06Translation updatesPeter Eisentraut
2012-09-05Restore SIGFPE handler after initializing PL/Perl.Tom Lane
2012-08-28add #includes to plpy_subxactobject.h to make it compile standaloneAlvaro Herrera
2012-08-24Translation updatesPeter Eisentraut
2012-08-14Translation updatesPeter Eisentraut
2012-08-06Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas
2012-08-02Translation updatesPeter Eisentraut
2012-07-17Remove recently added PL/Perl encoding testsAlvaro Herrera
2012-07-10plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera
2012-07-05Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas
2012-07-05Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas
2012-07-05Run newly-configured perltidy script on Perl files.Bruce Momjian
2012-07-02Assorted message style improvementsPeter Eisentraut
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-05-27PL/Perl: Avoid compiler warning from clangPeter Eisentraut
2012-05-15Remove whitespace from end of linesPeter Eisentraut
2012-05-11PL/Python: Adjust the regression tests for Python 3.3Peter Eisentraut
2012-05-10PL/Python: Fix slicing support for result objects for Python 3Peter Eisentraut
2012-05-10PL/Python: Update incorrect commentPeter Eisentraut
2012-05-10Python 2.2 is no longer supportedPeter Eisentraut
2012-05-10PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway
2012-05-08Fix misleading commentsPeter Eisentraut
2012-05-02PL/Python: Improve test coveragePeter Eisentraut
2012-05-02PL/Python: Fix crash in functions returning SETOF and using SPIPeter Eisentraut
2012-05-02More duplicate word removal.Robert Haas
2012-04-26PL/Python: Accept strings in functions returning composite typesPeter Eisentraut
2012-04-25PL/Python: Improve error messagesPeter Eisentraut
2012-04-24Lots of doc corrections.Robert Haas
2012-04-16Install plpgsql.h to to include/server at "make install".Heikki Linnakangas
2012-04-16PL/Python: Improve documentation of nrows() methodPeter Eisentraut
2012-04-15PL/Python: Fix crash when colnames() etc. called without result setPeter Eisentraut
2012-04-05Fix plpgsql named-cursor-parameter feature for variable name conflicts.Tom Lane
2012-03-22Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane
2012-03-20Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane
2012-03-19plperl: Package-qualify _TDAlvaro Herrera
2012-03-13Patch some corner-case bugs in pl/python.Tom Lane
2012-03-13Fix minor memory leak in PLy_typeinfo_dealloc().Tom Lane