postgresql/src/backend
Robert Haas 83322e38da tableam: Allow choice of toast AM.
Previously, the toast table had to be implemented by the same AM that
was used for the main table, which was bad, because the detoasting
code won't work with anything but heap. This commit doesn't fix the
latter problem, although there's another patch coming which does,
but it does let you pick something that works (i.e. heap, right now).

Patch by me, reviewed by Andres Freund.

Discussion: http://postgr.es/m/CA+TgmoZv-=2iWM4jcw5ZhJeL18HF96+W1yJeYrnGMYdkFFnEpQ@mail.gmail.com
2020-01-07 14:23:25 -05:00
..
access tableam: Allow choice of toast AM. 2020-01-07 14:23:25 -05:00
bootstrap Update copyrights for 2020 2020-01-01 12:21:45 -05:00
catalog tableam: Allow choice of toast AM. 2020-01-07 14:23:25 -05:00
commands Make better use of ParseState in ProcessUtility 2020-01-04 13:12:41 +01:00
executor Update copyrights for 2020 2020-01-01 12:21:45 -05:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Update copyrights for 2020 2020-01-01 12:21:45 -05:00
lib Update copyrights for 2020 2020-01-01 12:21:45 -05:00
libpq Remove support for OpenSSL 0.9.8 and 1.0.0 2020-01-06 12:51:44 +09:00
main Update copyrights for 2020 2020-01-01 12:21:45 -05:00
nodes Update copyrights for 2020 2020-01-01 12:21:45 -05:00
optimizer Make parser rely more heavily on the ParseNamespaceItem data structure. 2020-01-02 11:29:01 -05:00
parser Fix typmod exposed for scalar function in FROM, too. 2020-01-02 14:02:55 -05:00
partitioning Update copyrights for 2020 2020-01-01 12:21:45 -05:00
po Translation updates 2019-06-17 15:30:20 +02:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
postmaster Update copyrights for 2020 2020-01-01 12:21:45 -05:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Reduce the number of GetFlushRecPtr() calls done by walsenders. 2020-01-06 16:42:20 -05:00
rewrite Make parser rely more heavily on the ParseNamespaceItem data structure. 2020-01-02 11:29:01 -05:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Update copyrights for 2020 2020-01-01 12:21:45 -05:00
storage Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tcop Make better use of ParseState in ProcessUtility 2020-01-04 13:12:41 +01:00
tsearch Update copyrights for 2020 2020-01-01 12:21:45 -05:00
utils Increase the maximum value of track_activity_query_size. 2020-01-07 12:14:19 -05:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00