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_plperl
Age
Commit message (
Expand
)
Author
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2025-01-01
Update copyright for 2025
Bruce Momjian
2024-01-04
Update copyright for 2024
Bruce Momjian
2023-01-02
Update copyright for 2023
Bruce Momjian
2022-12-20
Add copyright notices to meson files
Andrew Dunstan
2022-10-05
meson: Add windows resource files
Andres Freund
2022-09-22
meson: Add initial version of meson based build system
Andres Freund
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-02-13
Mark some contrib modules as "trusted".
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-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-07-22
Fix inconsistencies and typos in the tree
Michael Paquier
2019-06-02
Clean up PL/Perl's handling of the _() macro.
Tom Lane
2018-10-18
Still further rethinking of build changes for macOS Mojave.
Tom Lane
2018-09-25
Make some fixes to allow building Postgres on macOS 10.14 ("Mojave").
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
Avoid platform-dependent output from Data::Dumper.
Tom Lane
2018-06-18
Fix excessive enreferencing in jsonb-to-plperl transform.
Tom Lane
2018-05-01
Remove jsonb_plperl test cases for Inf/NaN conversions.
Tom Lane
2018-05-01
Tweak new jsonb_plperl test cases to work with old Perl versions.
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-11
Fix clashing function names between jsonb_plperl and jsonb_plperlu
Peter Eisentraut
2018-04-04
Remove less-portable-than-believed test case.
Tom Lane
2018-04-04
Fix platform and Perl-version dependencies in new jsonb_plperl code.
Tom Lane
2018-04-03
Prevent accidental linking of system-supplied copies of libpq.so etc.
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