summaryrefslogtreecommitdiff
path: root/src/pl/plperl
AgeCommit message (Expand)Author
2016-05-09Translation updatesPeter Eisentraut
2016-04-02Copyedit comments and documentation.Noah Misch
2016-03-14Update PL/Perl's comment about hv_store().Tom Lane
2016-03-14Improve conversions from uint64 to Perl types.Tom Lane
2016-03-12Widen query numbers-of-tuples-processed counters to uint64.Tom Lane
2016-03-08plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund
2016-01-02Update copyright for 2016Bruce Momjian
2015-12-05Instruct Coverity using an assertion.Noah Misch
2015-11-19Fix thinko: errmsg -> ereport.Tom Lane
2015-09-29Fix plperl to handle non-ASCII error message texts correctly.Tom Lane
2015-09-05Rearrange the handling of error context reports.Tom Lane
2015-08-15Don't use function definitions looking like old-style ones.Andres Freund
2015-08-03Fix a number of places that produced XX000 errors in the regression tests.Tom Lane
2015-06-29Translation updatesPeter Eisentraut
2015-06-21PL/Perl: Add alternative expected file for Perl 5.22Peter Eisentraut
2015-05-24pgindent run for 9.5Bruce Momjian
2015-05-19Revert error-throwing wrappers for the printf family of functions.Tom Lane
2015-05-18Add error-throwing wrappers for the printf family of functions.Noah Misch
2015-05-02Make hstore_plperl's build even more like plperl'sPeter Eisentraut
2015-05-02Move interpreter shared library detection to configurePeter Eisentraut
2015-04-30Fix parallel make risk with new check temp-install setupPeter Eisentraut
2015-04-26Add transforms featurePeter Eisentraut
2015-04-23Improve speed of make check-worldPeter Eisentraut
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2015-03-11Add macros wrapping all usage of gcc's __attribute__.Andres Freund
2015-02-22In array_agg(), don't create a new context for every group.Jeff Davis
2015-02-02Translation updatesPeter Eisentraut
2015-01-06Update copyright for 2015Bruce Momjian
2014-12-18Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane
2014-12-15Translation updatesPeter Eisentraut
2014-12-02Improve error messages for malformed array input strings.Tom Lane
2014-11-25Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane
2014-07-21Translation updatesPeter Eisentraut
2014-07-14Add file version information to most installed Windows binaries.Noah Misch
2014-07-10Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian
2014-05-06pgindent run for 9.4Bruce Momjian
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2014-04-08Add new to_reg* functions for error-free OID lookups.Robert Haas
2014-03-17plperl: Fix memory leak in hek2cstrAlvaro Herrera
2014-03-13C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian
2014-02-23Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane
2014-02-17Prevent privilege escalation in explicit calls to PL validators.Noah Misch
2014-02-14In mingw builds, make our own import library for libperl.Tom Lane
2014-02-12Rename 'gmake' to 'make' in docs and recommended commandsBruce Momjian
2014-02-05PL/Perl: Fix compiler warningPeter Eisentraut
2014-01-07Update copyright for 2014Bruce Momjian
2013-12-22Change the way we mark tuples as frozen.Robert Haas
2013-12-11PL/Perl: Add event trigger supportPeter Eisentraut
2013-12-02Translation updatesPeter Eisentraut
2013-11-10Fix whitespace issues found by git diff --check, add gitattributesPeter Eisentraut