aboutsummaryrefslogtreecommitdiff
path: root/src/pl
Commit message (Expand)AuthorAge
* PL/Perl: Add alternative expected file for Perl 5.22Peter Eisentraut2015-07-03
* Revert error-throwing wrappers for the printf family of functions.Tom Lane2015-05-19
* Add error-throwing wrappers for the printf family of functions.Noah Misch2015-05-18
* Translation updatesPeter Eisentraut2015-05-18
* Free SQLSTATE and SQLERRM no earlier than other PL/pgSQL variables.Noah Misch2015-02-25
* Translation updatesPeter Eisentraut2015-02-01
* Fix volatile-safety issue in pltcl_SPI_execute_plan().Tom Lane2015-01-26
* Fix thinko in plpython error messageAlvaro Herrera2015-01-06
* Translation updatesPeter Eisentraut2014-07-21
* Make plpython_unicode regression test work in more database encodings.Tom Lane2014-06-03
* On OS X, link libpython normally, ignoring the "framework" framework.Tom Lane2014-05-30
* Revert "Fix bogus %name-prefix option syntax in all our Bison files."Tom Lane2014-05-28
* Fix bogus %name-prefix option syntax in all our Bison files.Tom Lane2014-05-28
* Remove tabs after spaces in C commentsBruce Momjian2014-05-06
* Fix failure to detoast fields in composite elements of structured types.Tom Lane2014-05-01
* Fix refcounting bug in PLy_modify_tuple().Tom Lane2014-03-26
* plperl: Fix memory leak in hek2cstrAlvaro Herrera2014-03-16
* Translation updatesPeter Eisentraut2014-02-17
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* Translation updatesPeter Eisentraut2013-12-02
* Translation updatesPeter Eisentraut2013-10-07
* Add semicolons to eval'd strings to hide a minor Perl behavioral change.Tom Lane2013-06-03
* Translation updatesPeter Eisentraut2013-03-31
* Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane2013-03-01
* Translation updatesPeter Eisentraut2013-02-03
* Fix plpython's handling of functions used as triggers on multiple tables.Tom Lane2013-01-25
* Translation updatesPeter Eisentraut2012-12-03
* Back-patch fix and test case for bug #7516.Tom Lane2012-09-14
* Make plperl safe against functions that are redefined while running.Tom Lane2012-09-09
* Restore SIGFPE handler after initializing PL/Perl.Tom Lane2012-09-05
* Translation updatesPeter Eisentraut2012-08-14
* Perform conversion from Python unicode to string/bytes object via UTF-8.Heikki Linnakangas2012-08-06
* Remove recently added PL/Perl encoding testsAlvaro Herrera2012-07-17
* Add forgotten PL/Perl regression test filesAlvaro Herrera2012-07-10
* plperl: Skip setting UTF8 flag when in SQL_ASCII encodingAlvaro Herrera2012-07-10
* PL/Perl: Avoid compiler warning from clangAlvaro Herrera2012-07-10
* Revert part of the previous patch that avoided using PLy_elog().Heikki Linnakangas2012-07-05
* Fix mapping of PostgreSQL encodings to Python encodings.Heikki Linnakangas2012-07-05
* Translation updatesPeter Eisentraut2012-05-31
* PL/pgSQL RETURN NEXT was leaking converted tuples, causingJoe Conway2012-05-09
* PL/Python: Accept strings in functions returning composite typesPeter Eisentraut2012-04-26
* PL/Python: Improve error messagesPeter Eisentraut2012-04-25
* Fix GET DIAGNOSTICS for case of assignment to function's first variable.Tom Lane2012-03-22
* plperl: Package-qualify _TDAlvaro Herrera2012-03-19
* Patch some corner-case bugs in pl/python.Tom Lane2012-03-13
* Translation updatesPeter Eisentraut2012-02-23
* Fix I/O-conversion-related memory leaks in plpgsql.Tom Lane2012-02-11
* Improve efficiency of recent changes to plperl's sv2cstr().Andrew Dunstan2012-01-15
* Fix breakage from earlier plperl fix.Andrew Dunstan2012-01-05
* Work around perl bug in SvPVutf8().Andrew Dunstan2012-01-05