summaryrefslogtreecommitdiff
path: root/contrib/jsonb_plpython
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Add copyright notices to meson filesAndrew Dunstan2022-12-201-0/+2
* meson: Add windows resource filesAndres Freund2022-10-051-0/+6
* meson: Add initial version of meson based build systemAndres Freund2022-09-211-0/+36
* 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
* plpython: Remove regression test infrastructure for Python 2.Andres Freund2022-03-074-40/+31
* plpython: Remove plpythonu, plpython2u and associated transform extensions.Andres Freund2022-03-075-53/+3
* 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
* Split all OBJS style lines in makefiles into one-line-per-entry style.Andres Freund2019-11-051-1/+3
* 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
* Prevent accidental linking of system-supplied copies of libpq.so etc.Tom Lane2018-04-031-1/+1
* Remove contrib/jsonb_plpython's tests for infinity and NaN conversions.Tom Lane2018-04-022-75/+0
* Fix jsonb_plpython tests on older Python versionsPeter Eisentraut2018-03-282-3/+2
* Transforms for jsonb to PL/PythonPeter Eisentraut2018-03-2811-0/+1138