summaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython
Commit message (Expand)AuthorAgeFilesLines
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-151-5/+4
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-07-091-4/+6
* Use LOAD not actual code execution to pull in plpython library.Tom Lane2016-01-113-3/+3
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-051-2/+2
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-191-3/+5
* Enable transforms modules to build and test on Cygwin.Andrew Dunstan2015-07-181-0/+5
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-151-1/+6
* Make Python tests more portablePeter Eisentraut2015-05-312-16/+8
* Remove no-longer-required function declarations.Tom Lane2015-05-241-2/+0
* pgindent run for 9.5Bruce Momjian2015-05-231-7/+7
* Use += not = to set makefile variables after including base makefiles.Tom Lane2015-05-171-2/+2
* hstore_plpython: Fix regression tests under Python 3Peter Eisentraut2015-05-162-4/+4
* hstore_plpython: Support tests on Python 2.3Peter Eisentraut2015-05-042-4/+12
* Enable transforms modules to build and run with Mingw builds.Andrew Dunstan2015-05-031-1/+7
* Add transforms featurePeter Eisentraut2015-04-2611-0/+463