summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2017-02-19Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane
2017-02-06Translation updatesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-09Be more careful about Python refcounts while creating exception objects.Tom Lane
2016-11-06Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane
2016-11-06Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane
2016-10-24Translation updatesPeter Eisentraut
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-07-21Make pltcl regression tests safe for Danish locale.Tom Lane
2016-07-12Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane
2016-06-20Add missing check for malloc failure in plpgsql_extra_checks_check_hook().Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-11Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-03-08plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2016-02-08Translation updatesPeter Eisentraut
2016-01-12Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-08PL/Python: Make tests pass with Python 3.5Tom Lane
2016-01-04Translation updatesPeter Eisentraut
2015-12-05Instruct Coverity using an assertion.Noah Misch
2015-11-19Fix thinko: errmsg -> ereport.Tom Lane
2015-11-09Translation updatesPeter Eisentraut
2015-10-05Translation updatesPeter Eisentraut
2015-09-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2015-09-16Don't use "#" as an abbreviation for "number" in PL/Tcl error messages.Tom Lane
2015-08-21Fix plpython crash when returning string representation of a RECORD result.Tom Lane
2015-08-18Fix a few bogus statement type names in plpgsql error messages.Tom Lane
2015-08-15Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane
2015-08-03Translation updatesPeter Eisentraut
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-07-20Fix (some of) pltcl memory usageAlvaro Herrera
2015-07-17Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-06-21PL/Perl: Add alternative expected file for Perl 5.22Peter Eisentraut
2015-06-12Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-20Collection of typo fixes.Heikki Linnakangas
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-14Support "expanded" objects, particularly arrays, for better performance.Tom Lane
2015-05-13PL/Python: Remove procedure cache invalidationPeter Eisentraut
2015-05-03Fix python_includespec on Windows at configure timeAndrew Dunstan
2015-05-02Windows also needs an override of the shared libpython detectionPeter Eisentraut
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut