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
/
hstore_plpython.c
Age
Commit message (
Expand
)
Author
2025-04-27
Remove circular #include's between plpython.h and plpy_util.h.
Tom Lane
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2023-04-27
In hstore_plpython, avoid crashing when return value isn't a mapping.
Tom Lane
2022-07-17
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-05-12
Pre-beta mechanical code beautification.
Tom Lane
2022-03-07
plpython: Code cleanup related to removal of Python 2 support.
Andres Freund
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-04-06
Avoid Python memory leaks in hstore_plpython and jsonb_plpython.
Tom Lane
2019-03-14
Fix volatile vs. pointer confusion
Peter Eisentraut
2018-09-16
Fix out-of-tree build for transform modules.
Andrew Gierth
2017-11-18
Consistently catch errors from Python _New() functions
Peter Eisentraut
2017-09-18
Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.
Tom Lane
2016-10-04
Fix hstore_plpython for Python 3.
Tom Lane
2016-10-03
Convert contrib/hstore_plpython to not use direct linking to other modules.
Tom Lane
2015-11-19
Dodge a macro-name conflict with Perl.
Tom Lane
2015-05-24
Remove no-longer-required function declarations.
Tom Lane
2015-05-23
pgindent run for 9.5
Bruce Momjian
2015-04-26
Add transforms feature
Peter Eisentraut