]> granicus.if.org Git - postgresql/history - src/pl/plperl
Update expected files for older Python versions
[postgresql] / src / pl / plperl /
2018-05-02 Tom LaneSuppress some compiler warnings in plperl on Windows.
2018-04-30 Peter EisentrautRemove plperl isnan hack
2018-04-27 Peter Eisentrautperltidy: Add option --nooutdent-long-comments
2018-04-08 Tom LaneMerge catalog/pg_foo_fn.h headers back into pg_foo...
2018-03-28 Peter EisentrautAllow committing inside cursor loop
2018-03-27 Tom LaneAllow memory contexts to have both fixed and variable...
2018-03-23 Peter EisentrautFurther fix interaction of Perl and stdbool.h
2018-03-23 Peter EisentrautFix interaction of Perl and stdbool.h
2018-03-23 Peter EisentrautUse stdbool.h if suitable
2018-03-14 Peter EisentrautSupport INOUT arguments in procedures
2018-03-05 Peter EisentrautRemove some obsolete procedure-specific code from PLs
2018-03-02 Peter EisentrautAdd prokind column, replacing proisagg and proiswindow
2018-01-22 Peter EisentrautTransaction control in PL procedures
2018-01-10 Peter EisentrautUse portal pinning in PL/Perl and PL/Python
2018-01-03 Bruce MomjianUpdate copyright for 2018
2017-12-21 Tom LaneAvoid putting build-location-dependent strings into...
2017-12-13 Tom LaneRethink MemoryContext creation to improve performance.
2017-11-30 Peter EisentrautSQL procedures
2017-11-24 Noah MischSupport linking with MinGW-built Perl.
2017-11-10 Peter EisentrautAdd some const decorations to prototypes
2017-10-28 Tom LaneSupport domains over composite types in PL/Perl.
2017-09-27 Peter EisentrautFix plperl build
2017-09-27 Peter EisentrautImprove vpath support in plperl build
2017-08-20 Andres FreundChange tupledesc->attrs[n] to TupleDescAttr(tupledesc...
2017-08-07 Peter EisentrautTranslation updates
2017-07-31 Tom LaneTighten coding for non-composite case in plperl's retur...
2017-07-28 Tom LanePL/Perl portability fix: absorb relevant -D switches...
2017-07-28 Tom LanePL/Perl portability fix: avoid including XSUB.h in...
2017-07-10 Alvaro HerreraTranslation updates
2017-06-21 Tom LanePhase 3 of pgindent updates.
2017-06-21 Tom LanePhase 2 of pgindent updates.
2017-06-21 Tom LaneInitial pgindent run with pg_bsd_indent version 2.0.
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgperltidy run
2017-05-17 Bruce MomjianPost-PG 10 beta1 pgindent run
2017-05-15 Peter EisentrautTranslation updates
2017-04-04 Kevin GrittnerFollow-on cleanup for the transition table patch.
2017-03-27 Peter EisentrautClean up Perl code according to perlcritic
2017-03-14 Peter EisentrautSpelling fixes in code comments
2017-03-12 Noah MischUse wrappers of PG_DETOAST_DATUM_PACKED() more.
2017-02-25 Tom LaneRemove useless duplicate inclusions of system header...
2017-02-06 Heikki LinnakangasFix typos in comments.
2017-01-23 Tom LaneVolatile-ize some plperl variables that must survive...
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/perl...
2016-08-31 Tom LaneImprove memory management for PL/Perl functions.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-08 Peter EisentrautTranslation updates
2016-07-18 Peter EisentrautTranslation updates
2016-06-20 Peter EisentrautTranslation updates
2016-05-09 Peter EisentrautTranslation updates
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-14 Tom LaneUpdate PL/Perl's comment about hv_store().
2016-03-14 Tom LaneImprove conversions from uint64 to Perl types.
2016-03-12 Tom LaneWiden query numbers-of-tuples-processed counters to...
2016-03-08 Andres Freundplperl: Correctly handle empty arrays in plperl_ref_fro...
2016-01-02 Bruce MomjianUpdate copyright for 2016
2015-12-05 Noah MischInstruct Coverity using an assertion.
2015-11-19 Tom LaneFix thinko: errmsg -> ereport.
2015-09-29 Tom LaneFix plperl to handle non-ASCII error message texts...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
2015-08-03 Tom LaneFix a number of places that produced XX000 errors in...
2015-06-29 Peter EisentrautTranslation updates
2015-06-21 Peter EisentrautPL/Perl: Add alternative expected file for Perl 5.22
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-19 Tom LaneRevert error-throwing wrappers for the printf family...
2015-05-18 Noah MischAdd error-throwing wrappers for the printf family of...
2015-05-02 Peter EisentrautMake hstore_plperl's build even more like plperl's
2015-05-02 Peter EisentrautMove interpreter shared library detection to configure
2015-04-30 Peter EisentrautFix parallel make risk with new check temp-install...
2015-04-26 Peter EisentrautAdd transforms feature
2015-04-23 Peter EisentrautImprove speed of make check-world
2015-03-26 Tom LaneTweak __attribute__-wrapping macros for better pgindent...
2015-03-11 Andres FreundAdd macros wrapping all usage of gcc's __attribute__.
2015-02-22 Jeff DavisIn array_agg(), don't create a new context for every...
2015-02-02 Peter EisentrautTranslation updates
2015-01-06 Bruce MomjianUpdate copyright for 2015
2014-12-18 Tom LaneImprove hash_create's API for selecting simple-binary...
2014-12-15 Peter EisentrautTranslation updates
2014-12-02 Tom LaneImprove error messages for malformed array input strings.
2014-11-25 Tom LaneSupport arrays as input to array_agg() and ARRAY(SELECT...
2014-07-21 Peter EisentrautTranslation updates
2014-07-14 Noah MischAdd file version information to most installed Windows...
2014-07-10 Bruce MomjianAdjust blank lines around PG_MODULE_MAGIC defines,...
2014-05-06 Bruce Momjianpgindent run for 9.4
2014-04-18 Peter EisentrautCreate function prototype as part of PG_FUNCTION_INFO_V...
2014-04-08 Robert HaasAdd new to_reg* functions for error-free OID lookups.
2014-03-17 Alvaro Herreraplperl: Fix memory leak in hek2cstr
2014-03-13 Bruce MomjianC comments: remove odd blank lines after #ifdef WIN32...
2014-02-23 Tom LanePrefer pg_any_to_server/pg_server_to_any over pg_do_enc...
2014-02-17 Noah MischPrevent privilege escalation in explicit calls to PL...
2014-02-14 Tom LaneIn mingw builds, make our own import library for libperl.
2014-02-12 Bruce MomjianRename 'gmake' to 'make' in docs and recommended commands
2014-02-05 Peter EisentrautPL/Perl: Fix compiler warning
2014-01-07 Bruce MomjianUpdate copyright for 2014
2013-12-22 Robert HaasChange the way we mark tuples as frozen.
2013-12-11 Peter EisentrautPL/Perl: Add event trigger support
next