postgresql/src/bin
Peter Eisentraut 2434d60a2a Put new command-line option into sensible order in help output
We have two existing conventions for long options: either alphabetical
among short options, or all long options after all the short options.
But the convention apparently used here, next to a functionally
related option, is not one of them.
2023-04-17 11:09:17 +02:00
..
initdb Fix MSVC warning introduced in ea1db8ae70. 2023-04-04 15:43:18 -07:00
pg_amcheck amcheck: Generalize one of the recently-added update chain checks. 2023-03-27 13:37:16 -04:00
pg_archivecleanup meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_basebackup Support long distance matching for zstd compression 2023-04-06 17:18:42 +02:00
pg_checksums Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2023-04-08 16:34:50 +12:00
pg_config meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_controldata meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_ctl meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_dump Add missing source files to nls.mk 2023-04-14 09:56:04 +02:00
pg_resetwal meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_rewind Add missing source files to nls.mk 2023-04-14 09:56:04 +02:00
pg_test_fsync meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_test_timing meson: add install-{quiet, world} targets 2023-03-23 21:20:18 -07:00
pg_upgrade Introduce PG_IO_ALIGN_SIZE and align all I/O buffers. 2023-04-08 16:34:50 +12:00
pg_verifybackup Support long distance matching for zstd compression 2023-04-06 17:18:42 +02:00
pg_waldump Put new command-line option into sensible order in help output 2023-04-17 11:09:17 +02:00
pgbench
pgevent
psql Refactor background psql TAP functions 2023-04-07 22:14:20 +02:00
scripts Improve VACUUM/ANALYZE BUFFER_USAGE_LIMIT docs 2023-04-16 12:05:34 +12:00
Makefile
meson.build