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
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
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-14
In mingw builds, make our own import library for libperl.
Tom Lane
2014-02-12
Rename 'gmake' to 'make' in docs and recommended commands
Bruce Momjian
2014-02-05
PL/Perl: Fix compiler warning
Peter Eisentraut
2014-01-07
Update copyright for 2014
Bruce Momjian
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-12-02
Translation updates
Peter Eisentraut
2013-11-10
Fix whitespace issues found by git diff --check, add gitattributes
Peter Eisentraut
2013-10-14
Translation updates to fix build failures
Peter Eisentraut
2013-10-07
Translation updates
Peter Eisentraut
2013-09-02
Translation updates
Peter Eisentraut
2013-06-03
Add semicolons to eval'd strings to hide a minor Perl behavioral change.
Tom Lane
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-05-06
Translation updates
Peter Eisentraut
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-03-02
Eliminate memory leaks in plperl's spi_prepare() function.
Tom Lane
2013-01-09
Detect Windows perl linkage parameters in configure script.
Andrew Dunstan
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-12-18
Remove allow_nonpic_in_shlib
Peter Eisentraut
2012-09-14
Add a regression test case based on bug #7516.
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-17
Remove recently added PL/Perl encoding tests
Alvaro Herrera
2012-07-16
Add comment why seemingly dead code is necessary
Peter Eisentraut
2012-07-10
plperl: Skip setting UTF8 flag when in SQL_ASCII encoding
Alvaro Herrera
2012-07-05
Run newly-configured perltidy script on Perl files.
Bruce Momjian
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-05-27
PL/Perl: Avoid compiler warning from clang
Peter Eisentraut
2012-05-15
Remove whitespace from end of lines
Peter Eisentraut
2012-05-08
Fix misleading comments
Peter Eisentraut
2012-03-19
plperl: Package-qualify _TD
Alvaro Herrera
[next]