summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Make pltcl regression tests safe for Danish locale.Tom Lane2016-07-213-262/+4
* Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane2016-07-122-9/+39
* Add missing check for malloc failure in plpgsql_extra_checks_check_hook().Tom Lane2016-06-201-0/+2
* Translation updatesPeter Eisentraut2016-05-098-137/+145
* Fix freshly-introduced PL/Python portability bug.Tom Lane2016-04-111-0/+6
* Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane2016-04-101-21/+21
* Translation updatesPeter Eisentraut2016-03-286-558/+597
* plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund2016-03-081-9/+20
* Make plpython cope with funny characters in function names.Tom Lane2016-02-163-7/+17
* Translation updatesPeter Eisentraut2016-02-088-142/+1287
* Avoid dump/reload problems when using both plpython2 and plpython3.Tom Lane2016-01-111-10/+71
* PL/Python: Make tests pass with Python 3.5Tom Lane2016-01-086-16/+445
* Translation updatesPeter Eisentraut2016-01-0410-424/+940
* Instruct Coverity using an assertion.Noah Misch2015-12-051-0/+2
* Fix thinko: errmsg -> ereport.Tom Lane2015-11-191-3/+3
* Translation updatesPeter Eisentraut2015-11-094-224/+338
* Translation updatesPeter Eisentraut2015-10-0517-1207/+1558
* Fix plperl to handle non-ASCII error message texts correctly.Tom Lane2015-09-297-8/+87
* Don't use "#" as an abbreviation for "number" in PL/Tcl error messages.Tom Lane2015-09-161-4/+4
* 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
* Repair unsafe use of shared typecast-lookup table in plpgsql DO blocks.Tom Lane2015-08-152-28/+55
* Translation updatesPeter Eisentraut2015-08-033-409/+429
* 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
* 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
* pgindent run for 9.5Bruce Momjian2015-05-233-48/+49
* Collection of typo fixes.Heikki Linnakangas2015-05-201-1/+2
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-192-8/+16
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-182-16/+8
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-144-31/+291
* PL/Python: Remove procedure cache invalidationPeter Eisentraut2015-05-121-24/+0
* Fix python_includespec on Windows at configure timeAndrew Dunstan2015-05-031-4/+2
* Windows also needs an override of the shared libpython detectionPeter Eisentraut2015-05-021-1/+0
* Make hstore_plperl's build even more like plperl'sPeter Eisentraut2015-05-011-1/+1
* Move interpreter shared library detection to configurePeter Eisentraut2015-05-013-79/+0
* Fix parallel make risk with new check temp-install setupPeter Eisentraut2015-04-293-3/+3
* Add transforms featurePeter Eisentraut2015-04-2614-107/+261
* Improve speed of make check-worldPeter Eisentraut2015-04-233-7/+0
* Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane2015-03-264-14/+7
* Add an ASSERT statement in plpgsql.Tom Lane2015-03-256-12/+145
* array_offset() and array_offsets()Alvaro Herrera2015-03-181-1/+1
* Remove obsolete comment.Tom Lane2015-03-141-3/+2
* PL/Python: Fix regression tests for Python 3Peter Eisentraut2015-03-111-0/+8
* PL/Python: Avoid lossiness in float conversionPeter Eisentraut2015-03-113-0/+21
* Make operator precedence follow the SQL standard more closely.Tom Lane2015-03-111-0/+1
* Allocate ParamListInfo once per plpgsql function, not once per expression.Tom Lane2015-03-112-45/+50