postgresql/src/bin/pg_dump
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false
The lower case spellings are C and C++ standard and are used in most
parts of the PostgreSQL sources.  The upper case spellings are only used
in some files/modules.  So standardize on the standard spellings.

The APIs for ICU, Perl, and Windows define their own TRUE and FALSE, so
those are left as is when using those APIs.

In code comments, we use the lower-case spelling for the C concepts and
keep the upper-case spelling for the SQL concepts.

Reviewed-by: Michael Paquier <michael.paquier@gmail.com>
2017-11-08 11:37:28 -05:00
..
po Translation updates 2017-08-07 13:55:34 -04:00
t Explicitly track whether aggregate final functions modify transition state. 2017-10-14 15:21:39 -04:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
Makefile Fix broken link-command-line ordering for libpgfeutils. 2017-07-14 12:26:53 -04:00
common.c pg_dump: Add a --load-via-partition-root option. 2017-08-14 22:54:41 -04:00
compress_io.c Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
compress_io.h Fix pg_dump's errno checking for zlib I/O 2017-08-02 18:26:59 -04:00
dumputils.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
dumputils.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
nls.mk Translation updates 2017-08-07 13:55:34 -04:00
parallel.c Replace most usages of ntoh[ls] and hton[sl] with pg_bswap.h. 2017-10-01 15:36:14 -07:00
parallel.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pg_backup.h pg_dump: Add a --load-via-partition-root option. 2017-08-14 22:54:41 -04:00
pg_backup_archiver.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_archiver.h Fix pg_dump/pg_restore to emit REFRESH MATERIALIZED VIEW commands last. 2017-08-03 17:36:39 -04:00
pg_backup_custom.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
pg_backup_db.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00
pg_backup_db.h Make pg_dump error cleanly with -j against hot standby 2016-05-26 22:14:23 +02:00
pg_backup_directory.c Fix pg_dump's errno checking for zlib I/O 2017-08-02 18:26:59 -04:00
pg_backup_null.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_tar.c Final pgindent + perltidy run for v10. 2017-08-14 17:29:33 -04:00
pg_backup_tar.h Fix tar files emitted by pg_dump and pg_basebackup to be POSIX conformant. 2012-09-28 15:19:15 -04:00
pg_backup_utils.c Reduce excessive dereferencing of function pointers 2017-09-07 13:56:09 -04:00
pg_backup_utils.h Phase 2 of pgindent updates. 2017-06-21 15:19:25 -04:00
pg_dump.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
pg_dump.h Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
pg_dump_sort.c Change TRUE/FALSE to true/false 2017-11-08 11:37:28 -05:00
pg_dumpall.c pg_dumpall: Add a -E flag to set the encoding, like pg_dump has. 2017-09-01 12:24:20 -04:00
pg_restore.c Phase 3 of pgindent updates. 2017-06-21 15:35:54 -04:00