index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
jsonb_plpython
Age
Commit message (
Expand
)
Author
2020-01-30
In jsonb_plpython.c, suppress warning message from gcc 10.
Tom Lane
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-01
PG_FINALLY
Peter Eisentraut
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-06-17
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-05-22
Phase 2 pgindent run for v12.
Tom Lane
2019-04-06
Avoid Python memory leaks in hstore_plpython and jsonb_plpython.
Tom Lane
2019-03-14
Fix volatile vs. pointer confusion
Peter Eisentraut
2018-10-05
Remove redundant allocation
Peter Eisentraut
2018-06-15
Fix memory leak in PLySequence_ToJsonbValue()
Alexander Korotkov
2018-05-02
Prevent NaN in jsonb/plpython transform
Peter Eisentraut
2018-05-02
Fix assorted compiler warnings seen in the buildfarm.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
Tom Lane
2018-04-02
Remove contrib/jsonb_plpython's tests for infinity and NaN conversions.
Tom Lane
2018-03-28
Fix jsonb_plpython tests on older Python versions
Peter Eisentraut
2018-03-28
Transforms for jsonb to PL/Python
Peter Eisentraut