index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
pl
/
plperl
/
plperl.c
Age
Commit message (
Expand
)
Author
2017-07-31
Tighten coding for non-composite case in plperl's return_next.
Tom Lane
2017-07-28
PL/Perl portability fix: avoid including XSUB.h in plperl.c.
Tom Lane
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-01-23
Volatile-ize some plperl variables that must survive into PG_CATCH blocks.
Tom Lane
2016-11-08
Simplify code by getting rid of SPI_push, SPI_pop, SPI_restore_connection.
Tom Lane
2016-11-08
Make SPI_fnumber() reject dropped columns.
Tom Lane
2016-11-08
Use heap_modify_tuple not SPI_modifytuple in pl/perl triggers.
Tom Lane
2016-08-31
Improve memory management for PL/Perl functions.
Tom Lane
2016-08-27
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-04-02
Copyedit comments and documentation.
Noah Misch
2016-03-14
Update PL/Perl's comment about hv_store().
Tom Lane
2016-03-14
Improve conversions from uint64 to Perl types.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-08
plperl: Correctly handle empty arrays in plperl_ref_from_pg_array.
Andres Freund
2015-12-05
Instruct Coverity using an assertion.
Noah Misch
2015-11-19
Fix thinko: errmsg -> ereport.
Tom Lane
2015-09-29
Fix plperl to handle non-ASCII error message texts correctly.
Tom Lane
2015-08-15
Don't use function definitions looking like old-style ones.
Andres Freund
2015-08-03
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-26
Add transforms feature
Peter Eisentraut
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-07-10
Adjust blank lines around PG_MODULE_MAGIC defines, for consistency
Bruce Momjian
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2014-04-08
Add new to_reg* functions for error-free OID lookups.
Robert Haas
2014-03-17
plperl: Fix memory leak in hek2cstr
Alvaro Herrera
2014-03-13
C comments: remove odd blank lines after #ifdef WIN32 lines
Bruce Momjian
2014-02-23
Prefer pg_any_to_server/pg_server_to_any over pg_do_encoding_conversion.
Tom Lane
2014-02-17
Prevent privilege escalation in explicit calls to PL validators.
Noah Misch
2014-02-05
PL/Perl: Fix compiler warning
Peter Eisentraut
2013-12-22
Change the way we mark tuples as frozen.
Robert Haas
2013-12-11
PL/Perl: Add event trigger support
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-02
Eliminate memory leaks in plperl's spi_prepare() function.
Tom Lane
2012-09-13
Keep plperl's current_call_data record on the stack, instead of palloc'ing.
Tom Lane
2012-09-10
Make plperl safe against functions that are redefined while running.
Tom Lane
2012-09-05
Restore SIGFPE handler after initializing PL/Perl.
Tom Lane
2012-08-30
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-07-16
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-03-19
plperl: Package-qualify _TD
Alvaro Herrera
[next]