postgresql/src/backend/utils
Andrew Dunstan cc4feded0a Centralize json and jsonb handling of datetime types
The creates a single function JsonEncodeDateTime which will format these
data types in an efficient and consistent manner. This will be all the
more important when we come to jsonpath so we don't have to implement yet
more code doing the same thing in two more places.

This also extends the code to handle time and timetz types which were
not previously handled specially. This requires exposing the time2tm and
timetz2tm functions.

Patch from Nikita Glukhov
2018-01-16 19:07:13 -05:00
..
adt Centralize json and jsonb handling of datetime types 2018-01-16 19:07:13 -05:00
cache Fix Latin spelling 2018-01-11 08:32:01 -05:00
error Update copyright for 2018 2018-01-02 23:30:12 -05:00
fmgr Update copyright for 2018 2018-01-02 23:30:12 -05:00
hash Update copyright for 2018 2018-01-02 23:30:12 -05:00
init Update copyright for 2018 2018-01-02 23:30:12 -05:00
mb Update copyright for 2018 2018-01-02 23:30:12 -05:00
misc Update copyright for 2018 2018-01-02 23:30:12 -05:00
mmgr Give more accurate error message for dropping pinned portal 2018-01-10 09:22:07 -05:00
resowner Update copyright for 2018 2018-01-02 23:30:12 -05:00
sort Update copyright for 2018 2018-01-02 23:30:12 -05:00
time Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore
errcodes.txt Update copyright for 2018 2018-01-02 23:30:12 -05:00
Gen_dummy_probes.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Gen_dummy_probes.sed Update copyright for 2018 2018-01-02 23:30:12 -05:00
Gen_fmgrtab.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
generate-errcodes.pl Update copyright for 2018 2018-01-02 23:30:12 -05:00
Makefile Replace binary search in fmgr_isbuiltin with a lookup array. 2017-10-04 00:22:38 -07:00
probes.d Update copyright for 2018 2018-01-02 23:30:12 -05:00