postgresql/src/backend
Robert Haas 17b07afae3 Add two missing cases to ATWrongRelkindError.
This way, we produce a better error message if someone tries to do
something like ALTER INDEX .. ALTER COLUMN .. SET STORAGE.

Amit Langote
2015-10-22 17:04:18 -04:00
..
access Fix a problem with parallel workers being unable to restore role. 2015-10-16 11:40:03 -04:00
bootstrap pgindent run for 9.5 2015-05-23 21:35:49 -04:00
catalog ALTER TABLE .. FORCE ROW LEVEL SECURITY 2015-10-04 21:05:18 -04:00
commands Add two missing cases to ATWrongRelkindError. 2015-10-22 17:04:18 -04:00
executor Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 2015-10-15 13:10:39 -04:00
foreign Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
lib Avoid use of float arithmetic in bipartite_match.c. 2015-08-23 13:02:19 -04:00
libpq Don't send protocol messages to a shm_mq that no longer exists. 2015-10-16 09:49:08 -04:00
main Revoke support for strxfrm() that write past the specified array length. 2015-07-08 20:44:25 -04:00
nodes Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 2015-10-15 13:10:39 -04:00
optimizer Allow FDWs to push down quals without breaking EvalPlanQual rechecks. 2015-10-15 13:10:39 -04:00
parser ALTER TABLE .. FORCE ROW LEVEL SECURITY 2015-10-04 21:05:18 -04:00
po Translation updates 2015-10-05 11:01:07 -04:00
port On Windows, ensure shared memory handle gets closed if not being used. 2015-10-13 11:21:33 -04:00
postmaster On Windows, ensure shared memory handle gets closed if not being used. 2015-10-13 11:21:33 -04:00
regex Fix incorrect handling of lookahead constraints in pg_regprefix(). 2015-10-19 13:54:53 -07:00
replication Improve errhint() about replication slot naming restrictions. 2015-10-03 15:29:35 +02:00
rewrite Apply SELECT policies in INSERT/UPDATE+RETURNING 2015-10-05 07:55:11 -04:00
snowball Remove no-longer-required function declarations. 2015-05-24 12:20:23 -04:00
storage shm_mq: Fix failure to notice a dead counterparty when nowait is used. 2015-10-22 16:40:00 -04:00
tcop Add recursion depth protections to regular expression matching. 2015-10-02 14:51:58 -04:00
tsearch pgindent run for 9.5 2015-05-23 21:35:49 -04:00
utils Fix incorrect translation of minus-infinity datetimes for json/jsonb. 2015-10-20 11:07:05 -07:00
.gitignore Add gitignore for mingw/cygwin build outputs 2011-06-09 18:11:47 +02:00
common.mk Remove maintainer-check target, fold into normal build 2013-10-10 20:11:56 -04:00
Makefile AIX: Link the postgres executable with -Wl,-brtllib. 2015-07-15 21:00:30 -04:00
nls.mk Translation updates 2015-02-01 23:23:40 -05:00