summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython/jsonb_plpython.c
Commit message (Expand)AuthorAgeFilesLines
* Remove now superfluous declarations of dlsym()ed symbols.Andres Freund2022-07-171-2/+0
* plpython: Code cleanup related to removal of Python 2 support.Andres Freund2022-03-071-16/+11
* Support infinity and -infinity in the numeric data type.Tom Lane2020-07-221-3/+6
* In jsonb_plpython.c, suppress warning message from gcc 10.Tom Lane2020-01-301-6/+1
* Remove excess parens in ereport() callsAlvaro Herrera2020-01-301-4/+4
* PG_FINALLYPeter Eisentraut2019-11-011-4/+1
* Make the order of the header file includes consistent in contrib modules.Amit Kapila2019-10-241-2/+2
* Fix more typos and inconsistencies in the treeMichael Paquier2019-06-171-1/+1
* Phase 2 pgindent run for v12.Tom Lane2019-05-221-1/+1
* Avoid Python memory leaks in hstore_plpython and jsonb_plpython.Tom Lane2019-04-061-31/+77
* Fix volatile vs. pointer confusionPeter Eisentraut2019-03-141-6/+3
* Remove redundant allocationPeter Eisentraut2018-10-051-1/+0
* Fix memory leak in PLySequence_ToJsonbValue()Alexander Korotkov2018-06-151-0/+2
* Prevent NaN in jsonb/plpython transformPeter Eisentraut2018-05-021-0/+11
* Fix assorted compiler warnings seen in the buildfarm.Tom Lane2018-05-021-2/+7
* Post-feature-freeze pgindent run.Tom Lane2018-04-261-5/+6
* Transforms for jsonb to PL/PythonPeter Eisentraut2018-03-281-0/+453