index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
hstore_plpython
Age
Commit message (
Expand
)
Author
2021-01-25
Fix broken ruleutils support for function TRANSFORM clauses.
Tom Lane
2019-03-15
Fix volatile vs. pointer confusion
Peter Eisentraut
2018-07-09
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2016-06-14
Minor fixes in contrib installation scripts.
Tom Lane
2016-01-11
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-15
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-23
pgindent run for 9.5
Bruce Momjian
2015-05-17
Use += not = to set makefile variables after including base makefiles.
Tom Lane
2015-05-16
hstore_plpython: Fix regression tests under Python 3
Peter Eisentraut
2015-05-04
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