aboutsummaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython/jsonb_plpython.c
Commit message (Expand)AuthorAge
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-17
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-07
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-22
* In jsonb_plpython.c, suppress warning message from gcc 10.Tom Lane2020-01-30
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-30
* PG_FINALLYPeter Eisentraut2019-11-01
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-24
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-17
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane2019-04-06
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-14
* Remove redundant allocationPeter Eisentraut2018-10-05
* Fix memory leak in PLySequence_ToJsonbValue()Alexander Korotkov2018-06-15
* Prevent NaN in jsonb/plpython transformPeter Eisentraut2018-05-02
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-02
* Post-feature-freeze pgindent run.Tom Lane2018-04-26
* Transforms for jsonb to PL/PythonPeter Eisentraut2018-03-28