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_plperl
/
jsonb_plperl.c
Age
Commit message (
Expand
)
Author
2022-08-27
Be more careful to avoid including system headers after perl.h
John Naylor
2020-09-09
Expose internal function for converting int64 to numeric
Peter Eisentraut
2020-07-22
Support infinity and -infinity in the numeric data type.
Tom Lane
2020-01-30
Remove excess parens in ereport() calls
Alvaro Herrera
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
2019-08-04
Fix handling of "undef" in contrib/jsonb_plperl.
Tom Lane
2019-06-02
Clean up PL/Perl's handling of the _() macro.
Tom Lane
2018-07-11
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-06-18
Fix jsonb_plperl to convert Perl UV values correctly.
Tom Lane
2018-06-18
Fix excessive enreferencing in jsonb-to-plperl transform.
Tom Lane
2018-04-30
Prevent infinity and NaN in jsonb/plperl transform
Peter Eisentraut
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-04
Fix platform and Perl-version dependencies in new jsonb_plperl code.
Tom Lane
2018-04-03
Suppress compiler warning in new jsonb_plperl code.
Tom Lane
2018-04-03
Transforms for jsonb to PL/Perl
Peter Eisentraut