]> granicus.if.org Git - postgresql/history - contrib/ltree_plpython
Fix initialization of fake LSN for unlogged relations
[postgresql] / contrib / ltree_plpython /
2019-10-24 Amit KapilaMake the order of the header file includes consistent...
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-09-18 Tom LaneMake DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro...
2017-02-02 Noah MischCode review for avoidance of direct cross-module links.
2016-10-04 Tom LaneAvoid direct cross-module links in hstore_plperl and...
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-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-07-16 Noah MischMinGW: Link ltree_plpython with plpython.
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-03 Andrew DunstanEnable transforms modules to build and run with Mingw...
2015-04-26 Peter EisentrautAdd transforms feature