]> granicus.if.org Git - postgresql/history - contrib/hstore_plpython
Cosmetic improvements for options-handling code in ECPGconnect().
[postgresql] / contrib / hstore_plpython /
2019-04-06 Tom LaneAvoid Python memory leaks in hstore_plpython and jsonb_...
2019-03-14 Peter EisentrautFix volatile vs. pointer confusion
2018-09-16 Andrew GierthFix out-of-tree build for transform modules.
2018-04-03 Tom LanePrevent accidental linking of system-supplied copies...
2017-11-18 Peter EisentrautConsistently catch errors from Python _New() functions
2017-11-16 Tom LaneMake PL/Python handle domain-type conversions correctly.
2017-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-02-21 Peter EisentrautDrop support for Python 2.3
2017-02-02 Noah MischCode review for avoidance of direct cross-module links.
2016-10-04 Tom LaneFix hstore_plpython for Python 3.
2016-10-04 Tom LaneConvert contrib/hstore_plpython to not use direct linki...
2016-06-14 Tom LaneMinor fixes in contrib installation scripts.
2016-01-12 Tom LaneUse LOAD not actual code execution to pull in plpython...
2016-01-05 Tom LaneSort $(wildcard) output where needed for reproducible...
2015-11-19 Tom LaneDodge a macro-name conflict with Perl.
2015-10-03 Andres FreundAdd CASCADE support for CREATE EXTENSION.
2015-09-05 Tom LaneRearrange the handling of error context reports.
2015-07-18 Andrew DunstanEnable transforms modules to build and test on Cygwin.
2015-07-16 Noah MischAIX: Link TRANSFORM modules with their dependencies.
2015-05-31 Peter EisentrautMake Python tests more portable
2015-05-24 Tom LaneRemove no-longer-required function declarations.
2015-05-24 Bruce Momjianpgindent run for 9.5
2015-05-18 Tom LaneUse += not = to set makefile variables after including...
2015-05-17 Peter Eisentrauthstore_plpython: Fix regression tests under Python 3
2015-05-05 Peter Eisentrauthstore_plpython: Support tests on Python 2.3
2015-05-03 Andrew DunstanEnable transforms modules to build and run with Mingw...
2015-04-26 Peter EisentrautAdd transforms feature