summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
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
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-08plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund
2016-03-03Add prefix to pl/pgsql global variables and functionsMagnus Hagander
2016-03-02Fix PL/Tcl's encoding conversion logic.Tom Lane
2016-03-02Make PL/Tcl require Tcl 8.4 or later.Tom Lane
2016-03-02Convert PL/Tcl to use Tcl's "object" interfaces.Tom Lane
2016-03-02Improve coverage of pltcl regression tests.Tom Lane
2016-02-17Make plpython cope with funny characters in function names.Tom Lane
2016-01-12Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane
2016-01-12Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane
2016-01-02Update copyright for 2016Bruce Momjian