summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-111-0/+6
* Fix whitespacePeter Eisentraut2016-04-111-1/+0
* Fix missing "volatile" in PLy_output().Tom Lane2016-04-111-1/+1
* Fix poorly thought-through code from commit 5c3c3cd0a3046339.Tom Lane2016-04-111-2/+4
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-101-43/+48
* Fix PL/Python ereport() test to work on Python 2.3.Tom Lane2016-04-092-12/+20
* Enhanced custom error in PLPythonuTeodor Sigaev2016-04-086-64/+652
* Fix PL/Python for recursion and interleaved set-returning functions.Tom Lane2016-04-057-73/+401
* Copyedit comments and documentation.Noah Misch2016-04-011-1/+1
* Fix PL/Tcl for vpath builds.Tom Lane2016-03-251-1/+1
* Improve PL/Tcl errorCode facility by providing decoded name for SQLSTATE.Tom Lane2016-03-256-9/+98
* In PL/Tcl, make database errors return additional info in the errorCode.Tom Lane2016-03-253-3/+200
* Update PL/Perl's comment about hv_store().Tom Lane2016-03-141-4/+2
* Improve conversions from uint64 to Perl types.Tom Lane2016-03-142-9/+12
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-126-33/+79
* plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund2016-03-081-9/+20
* Add prefix to pl/pgsql global variables and functionsMagnus Hagander2016-03-035-48/+48
* Fix PL/Tcl's encoding conversion logic.Tom Lane2016-03-024-72/+145
* Make PL/Tcl require Tcl 8.4 or later.Tom Lane2016-03-021-55/+40
* Convert PL/Tcl to use Tcl's "object" interfaces.Tom Lane2016-03-021-336/+329
* Improve coverage of pltcl regression tests.Tom Lane2016-03-015-0/+140
* Make plpython cope with funny characters in function names.Tom Lane2016-02-163-7/+17
* Remove no-longer-needed old-style check for incompatible plpythons.Tom Lane2016-01-111-27/+2
* Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane2016-01-111-10/+71
* Update copyright for 2016Bruce Momjian2016-01-0211-11/+11
* Instruct Coverity using an assertion.Noah Misch2015-12-051-0/+2
* Fix thinko: errmsg -> ereport.Tom Lane2015-11-191-3/+3
* Fix memory leaks in PL/Python.Tom Lane2015-11-0515-223/+221
* Fix problems with ParamListInfo serialization mechanism.Robert Haas2015-11-021-17/+23
* Fix hstore_plpython test when python3 is used.Andres Freund2015-10-041-0/+1
* Fix plperl to handle non-ASCII error message texts correctly.Tom Lane2015-09-297-8/+87
* Determine whether it's safe to attempt a parallel plan for a query.Robert Haas2015-09-161-8/+12
* Don't use "#" as an abbreviation for "number" in PL/Tcl error messages.Tom Lane2015-09-161-4/+4
* Rearrange the handling of error context reports.Tom Lane2015-09-0518-416/+0
* Further tweak wording of error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-251-1/+2
* Tweak wording of syntax error messages about bad CONTINUE/EXIT statements.Tom Lane2015-08-231-5/+5
* Detect mismatched CONTINUE and EXIT statements at plpgsql compile time.Tom Lane2015-08-215-55/+107
* Fix plpython crash when returning string representation of a RECORD result.Tom Lane2015-08-213-2/+259
* Fix a few bogus statement type names in plpgsql error messages.Tom Lane2015-08-181-4/+5
* Fix performance bug from conflict between two previous improvements.Tom Lane2015-08-171-8/+30
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-152-28/+55
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-151-1/+1
* PL/Python: Make tests pass with Python 3.5Peter Eisentraut2015-08-136-16/+445
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-024-44/+91
* Fix (some of) pltcl memory usageAlvaro Herrera2015-07-201-9/+18
* Repair mishandling of cached cast-expression trees in plpgsql.Tom Lane2015-07-172-124/+170
* Further reduce overhead for passing plpgsql variables to the executor.Tom Lane2015-07-053-207/+359
* Translation updatesPeter Eisentraut2015-06-284-88/+56
* PL/Perl: Add alternative expected file for Perl 5.22Peter Eisentraut2015-06-211-0/+106
* Fix failure to cover scalar-vs-rowtype cases in exec_stmt_return().Tom Lane2015-06-121-11/+47