index
:
users/rhaas/postgres.git
ThisTimeLineID3
ThisTimeLineID4
advice2
aset_changes
aset_frontend
async
async2
bufmgr
chash
chash2014
contexts
conveyor
conveyor_old
copy_hack
cv
fastlock91
flexlock
gather
gather3
gather_pushdown
gathertest
group_locking
joinadvice
manifest
master
memory
memory2
metapage
pa_setop
parallel
parallel_count
partdesc
pg_background
pg_ringflush
pgfruit
robert
serial_cost
slot2
snaparray
sort
walsummarizer2
walsummarizermanifest
xlogacceptwrites
Robert Haas's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
jsonb_plpython
/
jsonb_plpython.c
Age
Commit message (
Expand
)
Author
2022-07-18
Remove now superfluous declarations of dlsym()ed symbols.
Andres Freund
2022-03-08
plpython: Code cleanup related to removal of Python 2 support.
Andres Freund
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
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-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-03-28
Transforms for jsonb to PL/Python
Peter Eisentraut