summaryrefslogtreecommitdiff
path: root/src/pl
AgeCommit message (Expand)Author
2024-06-26Remove redundant perl version checksAndrew Dunstan
2022-06-01Fix pl/perl test case so it will still work under Perl 5.36.Tom Lane
2022-02-10Use gendef instead of pexports for building windows .def filesAndrew Dunstan
2020-11-09Translation updatesPeter Eisentraut
2020-08-10Translation updatesPeter Eisentraut
2020-05-11Translation updatesPeter Eisentraut
2020-03-26Ensure that plpgsql cleans up cleanly during parallel-worker exit.Tom Lane
2020-02-19Fix confusion about event trigger vs. plain function in plpgsql.Tom Lane
2019-11-11Translation updatesPeter Eisentraut
2019-05-31Fix C++ incompatibilities in plpgsql's header files.Tom Lane
2019-05-06Translation updatesPeter Eisentraut
2019-02-11Translation updatesPeter Eisentraut
2019-01-23Fix misc typos in comments.Heikki Linnakangas
2018-10-18Still further rethinking of build changes for macOS Mojave.Tom Lane
2018-09-25Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").Tom Lane
2018-08-06Translation updatesPeter Eisentraut
2018-07-18Fix misc typos, mostly in comments.Heikki Linnakangas
2018-05-25Fix misidentification of SQL statement type in plpgsql's exec_stmt_execsql.Tom Lane
2018-05-07Translation updatesPeter Eisentraut
2018-05-05Tweak tests to support Python 3.7Peter Eisentraut
2018-03-23Fix make rules that generate multiple output files.Tom Lane
2018-03-17Fix overflow handling in plpgsql's integer FOR loops.Tom Lane
2018-02-26Translation updatesPeter Eisentraut
2018-02-14Fix broken logic for reporting PL/Python function names in errcontext.Tom Lane
2018-02-05Translation updatesPeter Eisentraut
2017-11-23Support linking with MinGW-built Perl.Noah Misch
2017-08-28Translation updatesPeter Eisentraut
2017-08-07Translation updatesPeter Eisentraut
2017-07-31PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane
2017-07-31PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane
2017-05-08Translation updatesPeter Eisentraut
2017-02-19Adjust PL/Tcl regression test to dodge a possible bug or zone dependency.Tom Lane
2017-02-06Translation updatesPeter Eisentraut
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-12-09Be more careful about Python refcounts while creating exception objects.Tom Lane
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-10-24Translation updatesPeter Eisentraut
2016-08-18In plpgsql, don't try to convert int2vector or oidvector to expanded array.Tom Lane
2016-08-08Translation updatesPeter Eisentraut
2016-07-21Make pltcl regression tests safe for Danish locale.Tom Lane
2016-07-12Allow IMPORT FOREIGN SCHEMA within pl/pgsql.Tom Lane
2016-06-20Add missing check for malloc failure in plpgsql_extra_checks_check_hook().Tom Lane
2016-05-09Translation updatesPeter Eisentraut
2016-04-11Fix freshly-introduced PL/Python portability bug.Tom Lane
2016-04-10Fix access-to-already-freed-memory issue in plpython's error handling.Tom Lane
2016-03-28Translation updatesPeter Eisentraut
2016-03-08plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund
2016-02-16Make plpython cope with funny characters in function names.Tom Lane
2016-02-08Translation updatesPeter Eisentraut