postgresql/src/backend/utils
Joe Conway db714c62be Make has_sequence_privilege support WITH GRANT OPTION
The various has_*_privilege() functions all support an optional
WITH GRANT OPTION added to the supported privilege types to test
whether the privilege is held with grant option. That is, all except
has_sequence_privilege() variations. Fix that.

Back-patch to all supported branches.

Discussion: https://postgr.es/m/005147f6-8280-42e9-5a03-dd2c1e4397ef@joeconway.com
2017-11-26 09:50:27 -08:00
..
adt Make has_sequence_privilege support WITH GRANT OPTION 2017-11-26 09:50:27 -08:00
cache Fix typcache's failure to treat ranges as container types. 2017-10-20 17:12:27 -04:00
error Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext. 2017-11-12 13:03:28 -08:00
fmgr Add a utility function to extract variadic function arguments 2017-10-25 07:20:37 -04:00
hash Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
init Unify SIGHUP handling between normal and walsender backends. 2017-06-05 19:18:16 -07:00
mb Don't call pgwin32_message_to_UTF16() without CurrentMemoryContext. 2017-11-12 13:03:28 -08:00
misc Fix typo in ALTER SYSTEM output. 2017-11-09 11:57:37 -05:00
mmgr Handle elog(FATAL) during ROLLBACK more robustly. 2017-08-14 15:43:20 -04:00
resowner Update copyright for 2015 2015-01-06 11:43:47 -05:00
sort Avoid integer overflow while sifting-up a heap in tuplesort.c. 2017-07-12 13:24:16 -04:00
time Ignore CatalogSnapshot when checking COPY FREEZE prerequisites. 2017-11-05 09:26:43 -08:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
errcodes.txt Redesign tablesample method API, and do extensive code review. 2015-07-25 14:39:00 -04:00
Gen_dummy_probes.pl Remove dependency on psed for MSVC builds. 2016-03-19 18:44:04 -04:00
Gen_dummy_probes.sed Update copyright for 2015 2015-01-06 11:43:47 -05:00
Gen_fmgrtab.pl Allow forcing nullness of columns during bootstrap. 2015-02-21 22:31:54 +01:00
generate-errcodes.pl Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
probes.d Update copyright for 2015 2015-01-06 11:43:47 -05:00