summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython/jsonb_plpython.c
Commit message (Expand)AuthorAgeFilesLines
* 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