index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl.c
Commit message (
Expand
)
Author
Age
*
PL/Perl portability fix: absorb relevant -D switches from Perl.
Tom Lane
2017-07-31
*
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-07-31
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Update PL/Perl's comment about hv_store().
Tom Lane
2016-03-14
*
Improve conversions from uint64 to Perl types.
Tom Lane
2016-03-14
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.
Andres Freund
2016-03-08
*
Instruct Coverity using an assertion.
Noah Misch
2015-12-05
*
Fix thinko: errmsg -> ereport.
Tom Lane
2015-11-19
*
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-09-29
*
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-15
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-21
*
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-18
*
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-11-25
*
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-07-10
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-18
*
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-04-08
*
plperl: Fix memory leak in hek2cstr
Alvaro Herrera
2014-03-16
*
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-03-13
*
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-23
*
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-17
*
PL/Perl: Fix compiler warning
Peter Eisentraut
2014-02-04
*
Change the way we mark tuples as frozen.
Robert Haas
2013-12-22
*
PL/Perl: Add event trigger support
Peter Eisentraut
2013-12-11
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Eliminate memory leaks in plperl's spi_prepare() function.
Tom Lane
2013-03-01
*
Keep plperl's current_call_data record on the stack, instead of palloc'ing.
Tom Lane
2012-09-13
*
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-09
*
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-09-05
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-07-16
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
plperl: Package-qualify _TD
Alvaro Herrera
2012-03-19
*
Fix up Perl-to-Postgres datatype conversions in pl/perl.
Tom Lane
2011-10-13
*
Redesign the plancache mechanism for more flexibility and efficiency.
Tom Lane
2011-09-16
*
Properly handle empty arrays returned from plperl functions.
Andrew Dunstan
2011-08-17
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Allow building with perl 5.14.
Andrew Dunstan
2011-06-04
*
Remove usage of &PL_sv_undef in hashes and arrays
Alvaro Herrera
2011-05-30
*
Fix declaration of $_TD in "strict" trigger functions
Alvaro Herrera
2011-05-18
*
Assorted minor changes to silence Windows compiler warnings.
Andrew Dunstan
2011-04-25
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise the API for GUC variable assign hooks.
Tom Lane
2011-04-07
[next]