summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython
AgeCommit message (Expand)Author
2025-04-27Remove circular #include's between plpython.h and plpy_util.h.Tom Lane
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2025-01-01Update copyright for 2025Bruce Momjian
2024-01-04Update copyright for 2024Bruce Momjian
2023-01-02Update copyright for 2023Bruce Momjian
2022-12-20Add copyright notices to meson filesAndrew Dunstan
2022-10-05meson: Add windows resource filesAndres Freund
2022-09-22meson: Add initial version of meson based build systemAndres Freund
2022-07-18Remove now superfluous declarations of dlsym()ed symbols.Andres Freund
2022-03-08plpython: Code cleanup related to removal of Python 2 support.Andres Freund
2022-03-08plpython: Remove regression test infrastructure for Python 2.Andres Freund
2022-03-08plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund
2020-07-22Support infinity and -infinity in the numeric data type.Tom Lane
2020-01-30In jsonb_plpython.c, suppress warning message from gcc 10.Tom Lane
2020-01-30Remove excess parens in ereport() callsAlvaro Herrera
2019-11-05Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund
2019-11-01PG_FINALLYPeter Eisentraut
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2019-06-17Fix more typos and inconsistencies in the treeMichael Paquier
2019-05-22Phase 2 pgindent run for v12.Tom Lane
2019-04-06Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane
2019-03-14Fix volatile vs. pointer confusionPeter Eisentraut
2018-10-05Remove redundant allocationPeter Eisentraut
2018-06-15Fix memory leak in PLySequence_ToJsonbValue()Alexander Korotkov
2018-05-02Prevent NaN in jsonb/plpython transformPeter Eisentraut
2018-05-02Fix assorted compiler warnings seen in the buildfarm.Tom Lane
2018-04-26Post-feature-freeze pgindent run.Tom Lane
2018-04-03Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane
2018-04-02Remove contrib/jsonb_plpython's tests for infinity and NaN conversions.Tom Lane
2018-03-28Fix jsonb_plpython tests on older Python versionsPeter Eisentraut
2018-03-28Transforms for jsonb to PL/PythonPeter Eisentraut