postgresql/src/bin
Peter Eisentraut c005eb00e7 Standardize the printf format for st_size
Existing code used various inconsistent ways to printf struct stat's
st_size member.  The type of that is off_t, which is in most cases a
signed 64-bit integer, so use the long long int format for it.
2020-09-24 21:04:21 +02:00
..
initdb Rethink API for pg_get_line.c, one more time. 2020-09-22 15:55:13 -04:00
pg_archivecleanup Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_basebackup Standardize the printf format for st_size 2020-09-24 21:04:21 +02:00
pg_checksums Avoid non-constant format string argument to fprintf(). 2020-08-18 13:13:09 +03:00
pg_config Translation updates 2020-05-18 12:49:30 +02:00
pg_controldata Rename VariableCacheData.nextFullXid to nextXid. 2020-08-11 12:07:14 -07:00
pg_ctl Remove non-fast promotion. 2020-07-29 21:24:26 +09:00
pg_dump Simplify SortTocFromFile() by removing fixed buffer-size limit. 2020-09-22 16:03:32 -04:00
pg_resetwal Rename VariableCacheData.nextFullXid to nextXid. 2020-08-11 12:07:14 -07:00
pg_rewind Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pg_test_fsync Switch pg_test_fsync to use binary mode on Windows 2020-07-16 15:52:37 +09:00
pg_test_timing Translation updates 2020-05-18 12:49:30 +02:00
pg_upgrade Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
pg_verifybackup Standardize the printf format for st_size 2020-09-24 21:04:21 +02:00
pg_waldump Correct several behavior descriptions in comments. 2020-08-15 20:21:52 -07:00
pgbench Improve common/logging.c's support for multiple verbosity levels. 2020-09-17 12:52:18 -04:00
pgevent Remove libpq.rc, use win32ver.rc for libpq 2020-01-15 15:06:12 +01:00
psql Remove support for postfix (right-unary) operators. 2020-09-17 19:38:05 -04:00
scripts Message fixes and style improvements 2020-09-14 06:42:30 +02:00
Makefile Rename pg_validatebackup to pg_verifybackup. 2020-04-12 11:26:05 -04:00