summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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-11-05Improve minor error-handling details in pltcl.Tom Lane
2016-10-27Add function name to PyArg_ParseTuple()Peter Eisentraut
2016-10-27Format PL/Python module contents test verticallyPeter Eisentraut
2016-10-26Remove platform-dependent PL/python test case.Heikki Linnakangas
2016-10-26Only treat Python Lists as array dimensions.Heikki Linnakangas
2016-10-26Avoid using platform-dependent floats in test case.Heikki Linnakangas
2016-10-26Fix regression test to also work with Python 2.Heikki Linnakangas
2016-10-26Give a hint, when [] is incorrectly used for a composite type in array.Heikki Linnakangas
2016-10-26Support multi-dimensional arrays in PL/python.Heikki Linnakangas
2016-10-13Fix further hash table order dependent tests.Andres Freund
2016-10-01Fix misplacement of submake-generated-headers prerequisites.Tom Lane
2016-09-13Improve parser's and planner's handling of set-returning functions.Tom Lane
2016-09-09Make better use of existing enums in plpgsqlPeter Eisentraut
2016-08-31Improve memory management for PL/Perl functions.Tom Lane
2016-08-31Improve memory management for PL/Tcl functions.Tom Lane
2016-08-27Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-18Improve formatting of comments in plpgsql.hPeter Eisentraut
2016-08-17Improve plpgsql's memory management to fix some function-lifespan leaks.Tom Lane
2016-08-17Improve parsetree representation of special functions such as CURRENT_DATE.Tom Lane
2016-08-15Final pgindent + perltidy run for 9.6.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-07-21Make pltcl regression tests safe for Danish locale.Tom Lane
2016-07-18Translation updatesPeter Eisentraut
2016-07-12Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane
2016-07-03PL/Python: Report argument parsing errors using exceptionsPeter Eisentraut
2016-07-01Provide and use a makefile target to build all generated headers.Tom Lane
2016-06-20Add missing check for malloc failure in plpgsql_extra_checks_check_hook().Tom Lane
2016-06-20Translation updatesPeter Eisentraut
2016-06-15PL/Python: Clean up extended error reporting docs and testsPeter Eisentraut
2016-06-11PL/Python: Rename new keyword arguments of plpy.error() etc.Peter Eisentraut
2016-06-09pgindent run for 9.6Robert Haas
2016-06-07PL/Python: Move ereport wrapper test cases to separate filePeter Eisentraut
2016-05-09Translation updatesPeter Eisentraut
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-11Fix whitespacePeter Eisentraut
2016-04-11Fix missing "volatile" in PLy_output().Tom Lane
2016-04-11Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane
2016-04-11Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-04-09Fix PL/Python ereport() test to work on Python 2.3.Tom Lane
2016-04-08Enhanced custom error in PLPythonuTeodor Sigaev
2016-04-05Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-25Fix PL/Tcl for vpath builds.Tom Lane
2016-03-25Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane
2016-03-25In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane
2016-03-14Update PL/Perl's comment about hv_store().Tom Lane
2016-03-14Improve conversions from uint64 to Perl types.Tom Lane