index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
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-05-17
Post-PG 10 beta1 pgperltidy run
Bruce Momjian
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-15
Translation updates
Peter Eisentraut
2017-04-04
Follow-on cleanup for the transition table patch.
Kevin Grittner
2017-03-27
Clean up Perl code according to perlcritic
Peter Eisentraut
2017-03-14
Spelling fixes in code comments
Peter Eisentraut
2017-03-12
Use wrappers of PG_DETOAST_DATUM_PACKED() more.
Noah Misch
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
[next]