index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore_plpython
Age
Commit message (
Expand
)
Author
2017-02-21
Drop support for Python 2.3
Peter Eisentraut
2017-02-02
Code review for avoidance of direct cross-module links.
Noah Misch
2016-10-04
Fix hstore_plpython for Python 3.
Tom Lane
2016-10-04
Convert contrib/hstore_plpython to not use direct linking to other modules.
Tom Lane
2016-06-14
Minor fixes in contrib installation scripts.
Tom Lane
2016-01-12
Use LOAD not actual code execution to pull in plpython library.
Tom Lane
2016-01-05
Sort $(wildcard) output where needed for reproducible build output.
Tom Lane
2015-11-19
Dodge a macro-name conflict with Perl.
Tom Lane
2015-10-03
Add CASCADE support for CREATE EXTENSION.
Andres Freund
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-07-18
Enable transforms modules to build and test on Cygwin.
Andrew Dunstan
2015-07-16
AIX: Link TRANSFORM modules with their dependencies.
Noah Misch
2015-05-31
Make Python tests more portable
Peter Eisentraut
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-05-18
Use += not = to set makefile variables after including base makefiles.
Tom Lane
2015-05-17
hstore_plpython: Fix regression tests under Python 3
Peter Eisentraut
2015-05-05
hstore_plpython: Support tests on Python 2.3
Peter Eisentraut
2015-05-03
Enable transforms modules to build and run with Mingw builds.
Andrew Dunstan
2015-04-26
Add transforms feature
Peter Eisentraut