postgresql/src/backend
Robert Haas 1171d7d585 tableam: Move heap-specific logic from needs_toast_table below tableam.
This allows table AMs to completely suppress TOAST table creation, or
to modify the conditions under which they are created.

Patch by me.  Reviewed by Andres Freund.

Discussion: http://postgr.es/m/CA+Tgmoa4O2n=yphqD2pERUnYmUO84bH1SqMsA-nSxBGsZ7gWfA@mail.gmail.com
2019-05-21 11:57:13 -04:00
..
access tableam: Move heap-specific logic from needs_toast_table below tableam. 2019-05-21 11:57:13 -04:00
bootstrap In bootstrap mode, use default signal handling for SIGINT etc. 2019-05-14 10:22:28 -04:00
catalog tableam: Move heap-specific logic from needs_toast_table below tableam. 2019-05-21 11:57:13 -04:00
commands Remove outdated comment in copy.c. 2019-05-19 20:47:54 -07:00
executor Minimally fix partial aggregation for aggregates that don't have one argument. 2019-05-19 18:01:06 -07:00
foreign Update copyright for 2019 2019-01-02 12:44:25 -05:00
jit Improve comment spelling and style in llvmjit_deform.c. 2019-04-30 16:20:07 -07:00
lib Fix example in comment. 2019-04-09 08:33:42 +03:00
libpq Clean up minor warnings from buildfarm. 2019-04-28 12:45:55 -04:00
main Replace @postgresql.org with @lists.postgresql.org for mailinglists 2019-01-19 19:06:35 +01:00
nodes Restructure creation of run-time pruning steps. 2019-05-17 19:44:34 -04:00
optimizer Repair issues with faulty generation of merge-append plans. 2019-05-09 16:53:05 -04:00
parser Make VACUUM accept 1 and 0 as a boolean value. 2019-05-21 00:23:16 +09:00
partitioning Restructure creation of run-time pruning steps. 2019-05-17 19:44:34 -04:00
po Translation updates 2019-05-20 16:00:53 +02:00
port Cope with EINVAL and EIDRM shmat() failures in PGSharedMemoryAttach. 2019-05-10 14:56:41 -04:00
postmaster Revert "postmaster: Start syslogger earlier". 2019-05-19 11:14:23 -04:00
regex Fix misoptimization of "{1,1}" quantifiers in regular expressions. 2019-05-12 18:53:38 -04:00
replication More message style fixes 2019-05-16 19:14:31 -04:00
rewrite Perform RLS subquery checks as the right user when going via a view. 2019-04-02 08:13:59 +01:00
snowball Update copyright for 2019 2019-01-02 12:44:25 -05:00
statistics Fix mvdistinct and dependencies size calculations 2019-04-21 20:23:34 +02:00
storage Make BufFileCreateTemp() ensure that temp tablespaces are set up. 2019-05-18 13:51:16 -04:00
tcop Fix potential catalog corruption with temporary identity columns 2019-04-29 08:49:03 +02:00
tsearch Fix more strcmp() calls using boolean-like comparisons for result checks 2019-04-12 10:16:49 +09:00
utils Fix declarations of couple jsonpath functions 2019-05-19 07:45:42 +03:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Get rid of jsonpath_gram.h and jsonpath_scanner.h 2019-03-20 11:13:34 +03: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