]> granicus.if.org Git - postgresql/history - src/pl
Remove vestigial resolveUnknown arguments from transformSortClause etc.
[postgresql] / src / pl /
2017-01-23 Tom LaneVolatile-ize some plperl variables that must survive...
2017-01-21 Peter EisentrautMove some things from builtins.h to new header files
2017-01-19 Andres FreundRemove obsoleted code relating to targetlist SRF evalua...
2017-01-19 Andres FreundAdapt python regression tests to 69f4b9c85f16.
2017-01-14 Tom LaneChange representation of statement lists, and add state...
2017-01-13 Tom LaneIn PL/Tcl tests, don't choke if optional error fields...
2017-01-09 Tom LaneFix error handling in pltcl_returnnext.
2017-01-09 Tom LaneExpand the regression tests for PL/Tcl.
2017-01-06 Tom LaneMerge two copies of tuple-building code in pltcl.c.
2017-01-05 Peter EisentrautUse 'use strict' in all Perl programs
2017-01-03 Bruce MomjianUpdate copyright via script for 2017
2016-12-13 Tom LaneImprove handling of array elements as getdiag_targets...
2016-12-09 Tom LaneBe more careful about Python refcounts while creating...
2016-11-15 Tom LaneCheck that result tupdesc has exactly 1 column in retur...
2016-11-08 Tom LaneSimplify code by getting rid of SPI_push, SPI_pop,...
2016-11-08 Tom LaneReplace uses of SPI_modifytuple that intend to allocate...
2016-11-08 Tom LaneMake SPI_fnumber() reject dropped columns.
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/python...
2016-11-08 Tom LaneUse heap_modify_tuple not SPI_modifytuple in pl/perl...
2016-11-07 Tom LaneSync pltcl_build_tuple_result's error handling with...
2016-11-06 Tom LaneSupport PL/Tcl functions that return composite types...
2016-11-06 Tom LaneModernize result-tuple construction in pltcl_trigger_ha...
2016-11-06 Tom LaneRationalize and document pltcl's handling of magic...
2016-11-06 Tom LaneNeed to do SPI_push/SPI_pop around expression evaluatio...
2016-11-05 Tom LaneImprove minor error-handling details in pltcl.
2016-10-27 Peter EisentrautAdd function name to PyArg_ParseTuple()
2016-10-27 Peter EisentrautFormat PL/Python module contents test vertically
2016-10-26 Heikki LinnakangasRemove platform-dependent PL/python test case.
2016-10-26 Heikki LinnakangasOnly treat Python Lists as array dimensions.
2016-10-26 Heikki LinnakangasAvoid using platform-dependent floats in test case.
2016-10-26 Heikki LinnakangasFix regression test to also work with Python 2.
2016-10-26 Heikki LinnakangasGive a hint, when [] is incorrectly used for a composit...
2016-10-26 Heikki LinnakangasSupport multi-dimensional arrays in PL/python.
2016-10-13 Andres FreundFix further hash table order dependent tests.
2016-10-01 Tom LaneFix misplacement of submake-generated-headers prerequis...
2016-09-13 Tom LaneImprove parser's and planner's handling of set-returnin...
2016-09-09 Peter EisentrautMake better use of existing enums in plpgsql
2016-08-31 Tom LaneImprove memory management for PL/Perl functions.
2016-08-31 Tom LaneImprove memory management for PL/Tcl functions.
2016-08-27 Tom LaneAdd macros to make AllocSetContextCreate() calls simple...
2016-08-18 Tom LaneIn plpgsql, don't try to convert int2vector or oidvecto...
2016-08-18 Peter EisentrautImprove formatting of comments in plpgsql.h
2016-08-17 Tom LaneImprove plpgsql's memory management to fix some functio...
2016-08-17 Tom LaneImprove parsetree representation of special functions...
2016-08-15 Tom LaneFinal pgindent + perltidy run for 9.6.
2016-08-08 Peter EisentrautTranslation updates
2016-07-21 Tom LaneMake pltcl regression tests safe for Danish locale.
2016-07-18 Peter EisentrautTranslation updates
2016-07-12 Tom LaneAllow IMPORT FOREIGN SCHEMA within pl/pgsql.
2016-07-03 Peter EisentrautPL/Python: Report argument parsing errors using exceptions
2016-07-01 Tom LaneProvide and use a makefile target to build all generate...
2016-06-20 Tom LaneAdd missing check for malloc failure in plpgsql_extra_c...
2016-06-20 Peter EisentrautTranslation updates
2016-06-15 Peter EisentrautPL/Python: Clean up extended error reporting docs and...
2016-06-11 Peter EisentrautPL/Python: Rename new keyword arguments of plpy.error...
2016-06-09 Robert Haaspgindent run for 9.6
2016-06-07 Peter EisentrautPL/Python: Move ereport wrapper test cases to separate...
2016-05-09 Peter EisentrautTranslation updates
2016-04-11 Tom LaneFix freshly-introduced PL/Python portability bug.
2016-04-11 Peter EisentrautFix whitespace
2016-04-11 Tom LaneFix missing "volatile" in PLy_output().
2016-04-11 Tom LaneFix poorly thought-through code from commit 5c3c3cd0a30...
2016-04-11 Tom LaneFix access-to-already-freed-memory issue in plpython...
2016-04-09 Tom LaneFix PL/Python ereport() test to work on Python 2.3.
2016-04-08 Teodor SigaevEnhanced custom error in PLPythonu
2016-04-05 Tom LaneFix PL/Python for recursion and interleaved set-returni...
2016-04-02 Noah MischCopyedit comments and documentation.
2016-03-25 Tom LaneFix PL/Tcl for vpath builds.
2016-03-25 Tom LaneImprove PL/Tcl errorCode facility by providing decoded...
2016-03-25 Tom LaneIn PL/Tcl, make database errors return additional info...
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-03-03 Magnus HaganderAdd prefix to pl/pgsql global variables and functions
2016-03-02 Tom LaneFix PL/Tcl's encoding conversion logic.
2016-03-02 Tom LaneMake PL/Tcl require Tcl 8.4 or later.
2016-03-02 Tom LaneConvert PL/Tcl to use Tcl's "object" interfaces.
2016-03-02 Tom LaneImprove coverage of pltcl regression tests.
2016-02-17 Tom LaneMake plpython cope with funny characters in function...
2016-01-12 Tom LaneRemove no-longer-needed old-style check for incompatibl...
2016-01-12 Tom LaneAvoid dump/reload problems when using both plpython2...
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-11-05 Tom LaneFix memory leaks in PL/Python.
2015-11-02 Robert HaasFix problems with ParamListInfo serialization mechanism.
2015-10-04 Andres FreundFix hstore_plpython test when python3 is used.
2015-09-29 Tom LaneFix plperl to handle non-ASCII error message texts...
2015-09-16 Robert HaasDetermine whether it's safe to attempt a parallel plan...
2015-09-16 Tom LaneDon't use "#" as an abbreviation for "number" in PL...
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-08-25 Tom LaneFurther tweak wording of error messages about bad CONTI...
2015-08-23 Tom LaneTweak wording of syntax error messages about bad CONTIN...
2015-08-22 Tom LaneDetect mismatched CONTINUE and EXIT statements at plpgs...
2015-08-21 Tom LaneFix plpython crash when returning string representation...
2015-08-18 Tom LaneFix a few bogus statement type names in plpgsql error...
2015-08-17 Tom LaneFix performance bug from conflict between two previous...
2015-08-15 Tom LaneRepair unsafe use of shared typecast-lookup table in...
2015-08-15 Andres FreundDon't use function definitions looking like old-style...
next