postgresql/src/backend
Alvaro Herrera 802b04cb3f Fix ALTER TABLE...SET STATS error message for included columns
The existing error message was complaining that the column is not an
expression, which is not correct.  Introduce a suitable wording
variation and a test.

Co-authored-by: Yugo Nagata <nagata@sraoss.co.jp>
Discussion: https://postgr.es/m/20180628182803.e4632d5a.nagata@sraoss.co.jp
Reviewed-by: Álvaro Herrera <alvherre@alvh.no-ip.org>
2018-07-16 20:00:24 -04:00
..
access Add subtransaction handling for table synchronization workers. 2018-07-16 17:33:35 -04:00
bootstrap Message wording and pluralization improvements 2018-05-17 23:05:27 -04:00
catalog Fix FK checks of TRUNCATE involving partitioned tables 2018-07-12 12:18:03 -04:00
commands Fix ALTER TABLE...SET STATS error message for included columns 2018-07-16 20:00:24 -04:00
executor Allow using the updated tuple while moving it to a different partition. 2018-07-12 12:17:27 +05:30
foreign Remove bogus "extern" annotations on function definitions. 2018-02-19 12:07:44 -05:00
jit Remove duplicated return statement from llvmjit code. 2018-06-26 23:16:50 -07:00
lib doc: Update redirecting links 2018-07-16 10:44:06 +02:00
libpq Make capitalization of term "OpenSSL" more consistent 2018-06-29 09:45:44 +09:00
main Update copyright for 2018 2018-01-02 23:30:12 -05:00
nodes Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. 2018-07-11 12:07:21 -04:00
optimizer Fix hashjoin costing mistake introduced with inner_unique optimization. 2018-07-14 11:59:12 -04:00
parser Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode. 2018-07-11 12:07:21 -04:00
partitioning Fix partition pruning with IS [NOT] NULL clauses 2018-07-16 18:38:09 -04:00
po Translation updates 2018-06-25 12:37:18 +02:00
port Remove investigative code for can't-reattach-to-shared-memory errors. 2018-05-01 13:06:31 -04:00
postmaster Further improve code for probing the availability of ARM CRC instructions. 2018-05-03 11:32:57 -04:00
regex Clean up warnings from -Wimplicit-fallthrough. 2018-05-01 19:35:08 -04:00
replication Add subtransaction handling for table synchronization workers. 2018-07-16 17:33:35 -04:00
rewrite Simplify view-expansion code in rewriteHandler.c. 2018-04-14 21:01:03 -04:00
snowball Avoid unnecessary use of pg_strcasecmp for already-downcased identifiers. 2018-01-26 18:25:14 -05:00
statistics Fix bogus code for extracting extended-statistics data from syscache. 2018-05-02 12:23:00 -04:00
storage Fix inadequate buffer locking in FSM and VM page re-initialization. 2018-07-13 11:53:11 -04:00
tcop Add UtilityReturnsTuples() support for CALL 2018-07-09 13:58:51 +02:00
tsearch Post-feature-freeze pgindent run. 2018-04-26 14:47:16 -04:00
utils doc: Update redirecting links 2018-07-16 10:44:06 +02: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-06-25 12:37:18 +02:00