aboutsummaryrefslogtreecommitdiff
path: root/src/pl/plperl/plperl.c
Commit message (Expand)AuthorAge
* PL/Perl portability fix: absorb relevant -D switches from Perl.Tom Lane2017-07-31
* PL/Perl portability fix: avoid including XSUB.h in plperl.c.Tom Lane2017-07-31
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Copyedit comments and documentation.Noah Misch2016-04-01
* Update PL/Perl's comment about hv_store().Tom Lane2016-03-14
* Improve conversions from uint64 to Perl types.Tom Lane2016-03-14
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.Andres Freund2016-03-08
* Instruct Coverity using an assertion.Noah Misch2015-12-05
* Fix thinko: errmsg -> ereport.Tom Lane2015-11-19
* Fix plperl to handle non-ASCII error message texts correctly.Tom Lane2015-09-29
* Don't use function definitions looking like old-style ones.Andres Freund2015-08-15
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add transforms featurePeter Eisentraut2015-04-26
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-21
* Improve hash_create's API for selecting simple-binary-key hash functions.Tom Lane2014-12-18
* Support arrays as input to array_agg() and ARRAY(SELECT ...).Tom Lane2014-11-25
* Adjust blank lines around PG_MODULE_MAGIC defines, for consistencyBruce Momjian2014-07-10
* pgindent run for 9.4Bruce Momjian2014-05-06
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* Add new to_reg* functions for error-free OID lookups.Robert Haas2014-04-08
* plperl: Fix memory leak in hek2cstrAlvaro Herrera2014-03-16
* C comments: remove odd blank lines after #ifdef WIN32 linesBruce Momjian2014-03-13
* Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.Tom Lane2014-02-23
* Prevent privilege escalation in explicit calls to PL validators.Noah Misch2014-02-17
* PL/Perl: Fix compiler warningPeter Eisentraut2014-02-04
* Change the way we mark tuples as frozen.Robert Haas2013-12-22
* PL/Perl: Add event trigger supportPeter Eisentraut2013-12-11
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Eliminate memory leaks in plperl's spi_prepare() function.Tom Lane2013-03-01
* Keep plperl's current_call_data record on the stack, instead of palloc'ing.Tom Lane2012-09-13
* 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
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Add comment why seemingly dead code is necessaryPeter Eisentraut2012-07-16
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* plperl: Package-qualify _TDAlvaro Herrera2012-03-19
* Fix up Perl-to-Postgres datatype conversions in pl/perl.Tom Lane2011-10-13
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-16
* Properly handle empty arrays returned from plperl functions.Andrew Dunstan2011-08-17
* Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.hAlvaro Herrera2011-07-04
* Pgindent run before 9.1 beta2.Bruce Momjian2011-06-09
* Allow building with perl 5.14.Andrew Dunstan2011-06-04
* Remove usage of &PL_sv_undef in hashes and arraysAlvaro Herrera2011-05-30
* Fix declaration of $_TD in "strict" trigger functionsAlvaro Herrera2011-05-18
* Assorted minor changes to silence Windows compiler warnings.Andrew Dunstan2011-04-25
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Revise the API for GUC variable assign hooks.Tom Lane2011-04-07