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