postgresql/src/backend/commands
Jeff Davis d46a9792a8 Clean up useless "skipping" messages for VACUUM/ANALYZE.
When VACUUM/ANALYZE are run on an entire database, it warns of
skipping relations for which the user doesn't have sufficient
privileges. That only makes sense for tables, so skip such messages
for indexes, etc.

Reviewed-by: Nathan Bossart
Discussion: https://postgr.es/m/c0a85c2e83158560314b576b6241c8ed0aea1745.camel%40j-davis.com
2023-01-13 14:42:03 -08:00
..
Makefile Move parallel vacuum code to vacuumparallel.c. 2021-12-23 11:42:52 +05:30
aggregatecmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
alter.c Wake up a subscription's replication worker processes after DDL. 2023-01-06 17:27:58 -05:00
amcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
analyze.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
async.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
cluster.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
collationcmds.c Windows support in pg_import_system_collations 2023-01-03 14:21:56 +01:00
comment.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
constraint.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
conversioncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
copy.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
copyfrom.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
copyfromparse.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
copyto.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
createas.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
dbcommands.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
define.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
discard.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
dropcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
event_trigger.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
explain.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
extension.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
foreigncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
functioncmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
indexcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
lockcmds.c Simplify permissions for LOCK TABLE. 2023-01-13 14:33:19 -08:00
matview.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
meson.build Update copyright for 2023 2023-01-02 15:00:37 -05:00
opclasscmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
operatorcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
policy.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
portalcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
prepare.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
proclang.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
publicationcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
schemacmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
seclabel.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
sequence.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
statscmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
subscriptioncmds.c Perform apply of large transactions by parallel workers. 2023-01-09 07:52:45 +05:30
tablecmds.c Improve handling of inherited GENERATED expressions. 2023-01-11 15:55:02 -05:00
tablespace.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
trigger.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
tsearchcmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
typecmds.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
user.c Add new GUC createrole_self_grant. 2023-01-10 12:44:49 -05:00
vacuum.c Clean up useless "skipping" messages for VACUUM/ANALYZE. 2023-01-13 14:42:03 -08:00
vacuumparallel.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
variable.c Update copyright for 2023 2023-01-02 15:00:37 -05:00
view.c Revert "Get rid of the "new" and "old" entries in a view's rangetable." 2023-01-11 23:01:22 -05:00