postgresql/src/backend
Michael Paquier 75aba11ec5 Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE
The grammar IF NOT EXISTS for CTAS is supported since 9.5 and documented
as such, however the case of using EXECUTE as query has never been
covered as EXECUTE CTAS statements and normal CTAS statements are parsed
separately.

Author: Andreas Karlsson
Discussion: https://postgr.es/m/2ddcc188-e37c-a0be-32bf-a56b07c3559e@proxel.se
Backpatch-through: 9.5
2019-02-15 17:12:31 +09:00
..
access Adjust error message 2019-02-11 10:31:36 +01:00
bootstrap Message wording and pluralization improvements 2018-05-17 23:05:27 -04:00
catalog Keep perl style checker happy 2019-02-05 15:18:25 -05:00
commands Fix trigger drop procedure 2019-02-10 10:00:11 -03:00
executor Reset, not recreate, execGrouping.c style hashtables. 2019-02-09 01:05:50 -08:00
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit llvm: Fix file-ending in IDENTIFICATION comments. 2019-01-22 11:50:03 -08:00
lib Rename rbtree.c functions to use "rbt" prefix not "rb" prefix. 2018-11-06 13:25:24 -05:00
libpq Don't set PAM_RHOST for Unix sockets. 2018-11-28 14:14:40 +13:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Add stack depth checks to key recursive functions in backend/nodes/*.c. 2018-12-10 11:12:43 -05:00
optimizer Clean up planner confusion between ncolumns and nkeycolumns. 2019-02-12 18:38:33 -05:00
parser Fix support for CREATE TABLE IF NOT EXISTS AS EXECUTE 2019-02-15 17:12:31 +09:00
partitioning Simplify partitioned table creation vs. relcache 2018-09-05 14:36:13 -03:00
po Translation updates 2019-02-11 14:31:57 +01:00
port Pad semaphores to avoid false sharing. 2018-07-25 11:00:42 +12:00
postmaster Fix typos in documentation and for one wait event 2019-01-15 08:47:08 +09:00
regex Clean up warnings from -Wimplicit-fallthrough. 2018-05-01 19:35:08 -04:00
replication Relax overly strict assertion 2019-02-12 18:42:37 -03:00
rewrite Fix set of NLS translation issues 2018-08-21 15:17:25 +09:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Fix typos. 2018-08-27 09:34:35 +12:00
storage Fix race in dsm_attach() when handles are reused. 2019-02-15 13:34:51 +13:00
tcop Allow UNLISTEN in hot-standby mode. 2019-01-25 21:14:31 -05:00
tsearch Make ts_locale.c's character-type functions cope with UTF-16. 2018-11-03 13:56:10 -04:00
utils Fix rare dsa_allocate() failures due to freepage.c corruption. 2019-02-13 13:25:27 +13:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
Makefile Rearrange makefile rules for running Gen_fmgrtab.pl. 2018-05-03 17:54:18 -04:00
nls.mk Translation updates 2018-09-17 08:40:36 +02:00