Add documentation for the JIT feature.

Andres Freund <andres@anarazel.de>

Commit: e6c039d13e16a3a2dec5ba479d9d1fb3229c03a3
Author: Andres Freund <andres@anarazel.de>
Date: 2018-03-28T21:22:42Z
Releases: 11.0
Add documentation for the JIT feature.

As promised in earlier commits, this adds documentation about the new
build options, the new GUCs, about the planner logic when JIT is used,
and the benefits of JIT in general.

Also adds a more implementation oriented README.

I'm sure we're going to want to expand this further, but I think this
is a reasonable start.

Author: Andres Freund, with contributions by Thomas Munro
Reviewed-By: Thomas Munro
Discussion: https://postgr.es/m/20170901064131.tazjxwus3k2w3ybh@alap3.anarazel.de

Files

PathChange+/−
doc/src/sgml/acronyms.sgml modified +10 −0
doc/src/sgml/config.sgml modified +182 −1
doc/src/sgml/filelist.sgml modified +1 −0
doc/src/sgml/func.sgml modified +8 −0
doc/src/sgml/installation.sgml modified +53 −0
doc/src/sgml/jit.sgml added +299 −0
doc/src/sgml/postgres.sgml modified +1 −0
doc/src/sgml/storage.sgml modified +1 −1
src/backend/jit/README added +289 −0

Documentation touched

Discussion