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
Age
Commit message (
Expand
)
Author
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2017-01-23
Volatile-ize some plperl variables that must survive into PG_CATCH blocks.
Tom Lane
2017-01-05
Use 'use strict' in all Perl programs
Peter Eisentraut
2017-01-03
Update copyright via script for 2017
Bruce Momjian
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-08-08
Translation updates
Peter Eisentraut
2016-07-18
Translation updates
Peter Eisentraut
2016-06-20
Translation updates
Peter Eisentraut
2016-05-09
Translation updates
Peter Eisentraut
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
2016-01-02
Update copyright for 2016
Bruce Momjian
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-09-05
Rearrange the handling of error context reports.
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-06-29
Translation updates
Peter Eisentraut
2015-06-21
PL/Perl: Add alternative expected file for Perl 5.22
Peter Eisentraut
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-19
Revert error-throwing wrappers for the printf family of functions.
Tom Lane
2015-05-18
Add error-throwing wrappers for the printf family of functions.
Noah Misch
2015-05-02
Make hstore_plperl's build even more like plperl's
Peter Eisentraut
2015-05-02
Move interpreter shared library detection to configure
Peter Eisentraut
2015-04-30
Fix parallel make risk with new check temp-install setup
Peter Eisentraut
2015-04-26
Add transforms feature
Peter Eisentraut
2015-04-23
Improve speed of make check-world
Peter Eisentraut
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2015-03-11
Add macros wrapping all usage of gcc's __attribute__.
Andres Freund
2015-02-22
In array_agg(), don't create a new context for every group.
Jeff Davis
2015-02-02
Translation updates
Peter Eisentraut
2015-01-06
Update copyright for 2015
Bruce Momjian
2014-12-18
Improve hash_create's API for selecting simple-binary-key hash functions.
Tom Lane
2014-12-15
Translation updates
Peter Eisentraut
2014-12-02
Improve error messages for malformed array input strings.
Tom Lane
2014-11-25
Support arrays as input to array_agg() and ARRAY(SELECT ...).
Tom Lane
2014-07-21
Translation updates
Peter Eisentraut
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
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
[next]