postgresql/src/bin
Nathan Bossart 24c928ad9a reindexdb: Allow specifying objects to process in all databases.
Presently, reindexdb's --table, --schema, --index, and --system
options cannot be used together with --all, i.e., you cannot
specify objects to process in all databases.  This commit removes
this unnecessary restriction.  Furthermore, it removes the
restriction that --system cannot be used with --table, --schema,
and --index.  There is no such restriction for the latter options,
and there is no technical reason to disallow these combinations.

Reviewed-by: Kyotaro Horiguchi, Dean Rasheed
Discussion: https://postgr.es/m/20230628232402.GA1954626%40nathanxps13
2024-03-11 15:42:27 -05:00
..
initdb Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08:00
pg_amcheck Escape output of pg_amcheck test 2024-01-13 20:32:18 +01:00
pg_archivecleanup Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_basebackup Remove AIX support 2024-02-28 15:17:23 +04:00
pg_checksums Skip .DS_Store files in server side utils 2024-02-13 13:47:12 +01:00
pg_combinebackup Fix incremental backup interaction with XLOG_DBASE_CREATE_FILE_COPY. 2024-03-04 13:33:28 -05:00
pg_config Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_controldata Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_ctl pg_ctl: Disable autoruns for cmd.exe on Windows 2024-01-10 10:41:57 +09:00
pg_dump Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08:00
pg_resetwal Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_rewind Introduce transaction_timeout 2024-02-15 23:56:12 +02:00
pg_test_fsync Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_test_timing Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_upgrade Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08:00
pg_verifybackup pg_verifybackup: Refactor parse_manifest_file. 2024-03-04 14:42:17 -05:00
pg_waldump Update copyright for 2024 2024-01-03 20:49:05 -05:00
pg_walsummary Use new overflow-safe integer comparison functions. 2024-02-16 14:05:36 -06:00
pgbench pgbench: Add \syncpipeline 2024-01-24 16:55:19 +09:00
pgevent Update copyright for 2024 2024-01-03 20:49:05 -05:00
psql Catalog changes preparing for builtin collation provider. 2024-03-09 14:48:18 -08:00
scripts reindexdb: Allow specifying objects to process in all databases. 2024-03-11 15:42:27 -05:00
Makefile Add new pg_walsummary tool. 2024-01-11 12:48:27 -05:00
meson.build Add new pg_walsummary tool. 2024-01-11 12:48:27 -05:00