postgresql/src/backend/optimizer/path
Joe Conway b26e3d660d Make RLS work with UPDATE ... WHERE CURRENT OF
UPDATE ... WHERE CURRENT OF would not work in conjunction with
RLS. Arrange to allow the CURRENT OF expression to be pushed down.
Issue noted by Peter Geoghegan. Patch by Dean Rasheed. Back patch
to 9.5 where RLS was introduced.
2015-07-24 12:55:30 -07:00
..
Makefile Extract restriction OR clauses whether or not they are indexable. 2013-12-30 12:24:37 -05:00
allpaths.c Make RLS work with UPDATE ... WHERE CURRENT OF 2015-07-24 12:55:30 -07:00
clausesel.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
costsize.c Fix planner's cost estimation for SEMI/ANTI joins with inner indexscans. 2015-06-03 11:59:10 -04:00
equivclass.c Move strategy numbers to include/access/stratnum.h 2015-05-15 17:03:16 -03:00
indxpath.c Collection of typo fixes. 2015-05-20 16:56:22 +03:00
joinpath.c Code review for foreign/custom join pushdown patch. 2015-05-10 14:36:36 -04:00
joinrels.c Improve planner's cost estimation in the presence of semijoins. 2015-03-11 21:21:00 -04:00
pathkeys.c Move strategy numbers to include/access/stratnum.h 2015-05-15 17:03:16 -03:00
tidpath.c Update copyright for 2015 2015-01-06 11:43:47 -05:00