postgresql/src
Teodor Sigaev c0cbe00fee Add casts from jsonb
Add explicit cast from scalar jsonb to all numeric and bool types. It would be
better to have cast from scalar jsonb to text too but there is already a cast
from jsonb to text as just text representation of json. There is no way to have
two different casts for the same type's pair.

Bump catalog version

Author: Anastasia Lubennikova with editorization by Nikita Glukhov and me
Review by: Aleksander Alekseev, Nikita Glukhov, Darafei Praliaskouski
Discussion: https://www.postgresql.org/message-id/flat/0154d35a-24ae-f063-5273-9ffcdf1c7f2e@postgrespro.ru
2018-03-29 16:33:56 +03:00
..
backend Add casts from jsonb 2018-03-29 16:33:56 +03:00
bin Make pg_rewind skip files and directories that are removed during server start. 2018-03-29 04:56:52 +09:00
common restrict -> pg_restrict 2018-03-15 10:02:59 -03:00
fe_utils Add \if support to pgbench 2018-03-22 17:42:03 +03:00
include Add casts from jsonb 2018-03-29 16:33:56 +03:00
interfaces libpq: PQhost to return active connected host or hostaddr 2018-03-27 12:32:18 -04:00
makefiles Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
pl Allow committing inside cursor loop 2018-03-28 19:03:26 -04:00
port Add an assertion that we don't pass NULL to snprintf("%s"). 2018-02-14 15:06:01 -05:00
template Force "restrict" not to be used when compiling with xlc. 2017-10-13 12:15:06 -07:00
test Add casts from jsonb 2018-03-29 16:33:56 +03:00
timezone Update time zone data files to tzdata release 2018c. 2018-01-27 16:42:28 -05:00
tools Attempt to fix jsonb_plpython build on Windows 2018-03-28 11:49:23 -04:00
tutorial Update copyright for 2018 2018-01-02 23:30:12 -05:00
.gitignore
DEVELOPERS
Makefile Basic JIT provider and error handling infrastructure. 2018-03-21 19:28:28 -07:00
Makefile.global.in Add inlining support to LLVM JIT provider. 2018-03-28 13:19:08 -07:00
Makefile.shlib Fix make rules that generate multiple output files. 2018-03-23 13:46:00 -04:00
nls-global.mk nls-global.mk: search build dir for source files, too 2016-06-07 18:55:18 -04:00