postgresql/src/bin
Nathan Bossart 9b05e2ec08 Use "foo(void)" for definitions of functions with no parameters.
Standard practice in PostgreSQL is to use "foo(void)" instead of
"foo()", as the latter looks like an "old-style" function
declaration.  Similar changes were made in commits cdf4b9aff2,
0e72b9d440, 7069dbcc31, f1283ed6cc, 7b66e2c086, e95126cf04, and
9f7c527af3.

Author: Bertrand Drouvot <bertranddrouvot.pg@gmail.com>
Reviewed-by: Matthias van de Meent <boekewurm+postgres@gmail.com>
Discussion: https://postgr.es/m/aTBObQPg%2Bps5I7vl%40ip-10-97-1-34.eu-west-3.compute.internal
2025-12-03 10:54:37 -06:00
..
initdb Improve TAP tests by replacing ok() with better Test::More functions 2025-10-17 14:39:09 +09:00
pg_amcheck amcheck: Improve confusing message 2025-07-01 12:24:17 +02:00
pg_archivecleanup Log a note at program start when running in dry-run mode 2025-11-18 16:13:29 +01:00
pg_basebackup Use "foo(void)" for definitions of functions with no parameters. 2025-12-03 10:54:37 -06:00
pg_checksums pg_checksums: Use new routine to retrieve data of PG_VERSION 2025-10-20 09:35:22 +09:00
pg_combinebackup Log a note at program start when running in dry-run mode 2025-11-18 16:13:29 +01:00
pg_config Translation updates 2025-05-05 12:04:49 +02:00
pg_controldata Add warning to pg_controldata on PG_CONTROL_VERSION mismatch 2025-11-11 19:00:41 +02:00
pg_ctl Use USECS_PER_SEC from datatype/timestamp.h 2025-11-04 10:07:54 +01:00
pg_dump Remove useless casting to same type 2025-12-02 10:09:32 +01:00
pg_resetwal Print new OldestXID value in pg_resetwal when it's being changed 2025-11-19 18:05:42 +02:00
pg_rewind Log a note at program start when running in dry-run mode 2025-11-18 16:13:29 +01:00
pg_test_fsync Translation updates 2025-05-05 12:04:49 +02:00
pg_test_timing Include pg_test_timing's full output in the TAP test log. 2025-09-24 12:09:11 -04:00
pg_upgrade pg_upgrade: Use new routine to retrieve data of PG_VERSION 2025-10-14 16:27:13 +09:00
pg_verifybackup Replace pg_restrict by standard restrict 2025-10-29 07:52:58 +01:00
pg_waldump Move WAL sequence code into its own file 2025-12-01 16:21:41 +09:00
pg_walsummary pg_walsummary: Improve stability of test checking statistics 2025-07-08 13:48:49 +09:00
pgbench Use strtoi64() in pgbench, replacing its open-coded implementation 2025-11-21 15:03:11 +02:00
pgevent Update copyright for 2025 2025-01-01 11:21:55 -05:00
psql psql: Improve tab-completion for PREPARE. 2025-11-23 23:03:53 +09:00
scripts Fix memory leaks in scripts/vacuuming.c. 2025-10-22 15:19:19 -04:00
Makefile Update copyright for 2025 2025-01-01 11:21:55 -05:00
meson.build Update copyright for 2025 2025-01-01 11:21:55 -05:00