aboutsummaryrefslogtreecommitdiff
path: root/contrib/hstore_plpython
Commit message (Expand)AuthorAge
* Remove circular #include's between plpython.h and plpy_util.h.Tom Lane2025-04-27
* Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane2025-03-26
* Use @extschema:name@ notation in contrib transform modules.Tom Lane2025-01-09
* Update copyright for 2025Bruce Momjian2025-01-01
* Update copyright for 2024Bruce Momjian2024-01-03
* In hstore_plpython, avoid crashing when return value isn't a mapping.Tom Lane2023-04-27
* Update copyright for 2023Bruce Momjian2023-01-02
* Add copyright notices to meson filesAndrew Dunstan2022-12-20
* meson: Add windows resource filesAndres Freund2022-10-05
* meson: Add initial version of meson based build systemAndres Freund2022-09-21
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* Pre-beta mechanical code beautification.Tom Lane2022-05-12
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-07
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-07
* plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund2022-03-07
* Fix broken ruleutils support for function TRANSFORM clauses.Tom Lane2021-01-25
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-05
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane2019-04-06
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-14
* Fix out-of-tree build for transform modules.Andrew Gierth2018-09-16
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-03
* Consistently catch errors from Python _New() functionsPeter Eisentraut2017-11-18
* Make PL/Python handle domain-type conversions correctly.Tom Lane2017-11-16
* Make DatumGetFoo/PG_GETARG_FOO/PG_RETURN_FOO macro names more consistent.Tom Lane2017-09-18
* Drop support for Python 2.3Peter Eisentraut2017-02-21
* Code review for avoidance of direct cross-module links.Noah Misch2017-02-02
* Fix hstore_plpython for Python 3.Tom Lane2016-10-04
* Convert contrib/hstore_plpython to not use direct linking to other modules.Tom Lane2016-10-03
* Minor fixes in contrib installation scripts.Tom Lane2016-06-14
* Use LOAD not actual code execution to pull in plpython library.Tom Lane2016-01-11
* Sort $(wildcard) output where needed for reproducible build output.Tom Lane2016-01-05
* Dodge a macro-name conflict with Perl.Tom Lane2015-11-19
* Add CASCADE support for CREATE EXTENSION.Andres Freund2015-10-03
* Rearrange the handling of error context reports.Tom Lane2015-09-05
* Enable transforms modules to build and test on Cygwin.Andrew Dunstan2015-07-18
* AIX: Link TRANSFORM modules with their dependencies.Noah Misch2015-07-15
* Make Python tests more portablePeter Eisentraut2015-05-31
* Remove no-longer-required function declarations.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Use += not = to set makefile variables after including base makefiles.Tom Lane2015-05-17
* hstore_plpython: Fix regression tests under Python 3Peter Eisentraut2015-05-16
* hstore_plpython: Support tests on Python 2.3Peter Eisentraut2015-05-04
* Enable transforms modules to build and run with Mingw builds.Andrew Dunstan2015-05-03
* Add transforms featurePeter Eisentraut2015-04-26