postgresql/src/bin/pg_dump
Andres Freund 01368e5d9d Split all OBJS style lines in makefiles into one-line-per-entry style.
When maintaining or merging patches, one of the most common sources
for conflicts are the list of objects in makefiles. Especially when
the split across lines has been changed on both sides, which is
somewhat common due to attempting to stay below 80 columns, those
conflicts are unnecessarily laborious to resolve.

By splitting, and alphabetically sorting, OBJS style lines into one
object per line, conflicts should be less frequent, and easier to
resolve when they still occur.

Author: Andres Freund
Discussion: https://postgr.es/m/20191029200901.vww4idgcxv74cwes@alap3.anarazel.de
2019-11-05 14:41:07 -08:00
..
po Translation updates 2019-06-17 15:30:20 +02:00
t Use libc version as a collation version on glibc systems. 2019-10-16 17:28:24 +13:00
.gitignore Clean up after pg_dump test runs. 2016-05-06 22:28:01 -04:00
Makefile Split all OBJS style lines in makefiles into one-line-per-entry style. 2019-11-05 14:41:07 -08:00
common.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
compress_io.c Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
compress_io.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
dumputils.c Use appendStringInfoString and appendPQExpBufferStr where possible 2019-07-04 13:01:13 +12:00
dumputils.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
nls.mk Fix gettext triggers specification 2019-08-26 19:06:01 +02:00
parallel.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
parallel.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_backup.h Remove unused C structure member 2019-07-08 19:31:16 -04:00
pg_backup_archiver.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_backup_archiver.h Remove more unreferenced function declarations 2019-07-07 09:58:33 +09:00
pg_backup_custom.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_backup_db.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_backup_db.h Phase 2 pgindent run for v12. 2019-05-22 13:04:48 -04:00
pg_backup_directory.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_backup_null.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_backup_tar.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
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 Unified logging system for command-line programs 2019-04-01 20:01:35 +02:00
pg_backup_utils.h Move logging.h and logging.c from src/fe_utils/ to src/common/. 2019-05-14 14:20:10 -04:00
pg_dump.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_dump.h Fix parallel restore of FKs to partitioned tables 2019-10-17 09:58:01 +02:00
pg_dump_sort.c Stabilize pg_dump output order for similarly-named triggers and policies. 2019-11-04 16:25:05 -05:00
pg_dumpall.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30
pg_restore.c Make the order of the header file includes consistent in non-backend modules. 2019-10-25 07:41:52 +05:30