summaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAgeFilesLines
* Fix make rules that generate multiple output files.Tom Lane2018-03-231-1/+3
* Fix overflow handling in plpgsql's integer FOR loops.Tom Lane2018-03-171-2/+2
* Translation updatesPeter Eisentraut2018-02-261-4/+4
* Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane2018-02-147-30/+113
* Translation updatesPeter Eisentraut2018-02-058-51/+40
* Support linking with MinGW-built Perl.Noah Misch2017-11-231-0/+8
* Translation updatesPeter Eisentraut2017-08-285-99/+90
* Translation updatesPeter Eisentraut2017-08-079-154/+177
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-312-12/+22
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-315-134/+207
* Translation updatesPeter Eisentraut2017-05-086-270/+283
* Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane2017-02-192-2/+2
* Translation updatesPeter Eisentraut2017-02-064-43/+57
* Fix typos in comments.Heikki Linnakangas2017-02-063-5/+5
* Be more careful about Python refcounts while creating exception objects.Tom Lane2016-12-091-29/+50
* Rationalize and document pltcl's handling of magic ".tupno" array element.Tom Lane2016-11-061-8/+15
* Need to do SPI_push/SPI_pop around expression evaluation in plpgsql.Tom Lane2016-11-061-0/+4
* Translation updatesPeter Eisentraut2016-10-244-248/+222
* In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane2016-08-181-2/+7
* Translation updatesPeter Eisentraut2016-08-084-69/+69
* 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