]> granicus.if.org Git - postgresql/commit
Add documentation for the JIT feature.
authorAndres Freund <andres@anarazel.de>
Wed, 28 Mar 2018 21:22:42 +0000 (14:22 -0700)
committerAndres Freund <andres@anarazel.de>
Wed, 28 Mar 2018 21:22:42 +0000 (14:22 -0700)
commite6c039d13e16a3a2dec5ba479d9d1fb3229c03a3
tree48ae179e70cf0b3317c4879024bf5cca48302ccb
parent1f0c6a9e7dca70ba7d2c949e42298d764ca457c0
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
doc/src/sgml/acronyms.sgml
doc/src/sgml/config.sgml
doc/src/sgml/filelist.sgml
doc/src/sgml/func.sgml
doc/src/sgml/installation.sgml
doc/src/sgml/jit.sgml [new file with mode: 0644]
doc/src/sgml/postgres.sgml
doc/src/sgml/storage.sgml
src/backend/jit/README [new file with mode: 0644]