postgresql/src/bin/pg_dump
Peter Eisentraut 477bee7dc6 Translation updates
Source-Git-URL: git://git.postgresql.org/git/pgtranslation/messages.git
Source-Git-Hash: f323fead9293175a0c3320116c97e4be56b9be61
2016-02-08 14:21:00 -05:00
..
po Translation updates 2016-02-08 14:21:00 -05:00
.gitignore Convert cvsignore to gitignore, and add .gitignore for build targets. 2010-09-22 12:57:04 +02:00
common.c Handle extension members when first setting object dump flags in pg_dump. 2016-01-13 18:55:27 -05:00
compress_io.c Restore use of zlib default compression in pg_dump directory mode. 2015-07-25 17:15:32 -04:00
compress_io.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
dumputils.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
dumputils.h Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
keywords.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
Makefile Update copyright for 2015 2015-01-06 11:43:47 -05:00
nls.mk Translation updates 2016-02-08 14:21:00 -05:00
parallel.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
parallel.h Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup.h Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_archiver.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_archiver.h Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_custom.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_db.c In pg_dump, remember connection passwords no matter how we got them. 2015-12-23 14:25:31 -05:00
pg_backup_db.h pg_dump: Reduce use of global variables 2014-10-14 15:00:55 -03:00
pg_backup_directory.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_null.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00
pg_backup_tar.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05: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 Update copyright for 2015 2015-01-06 11:43:47 -05:00
pg_backup_utils.h Tweak __attribute__-wrapping macros for better pgindent results. 2015-03-26 14:03:25 -04:00
pg_dump.c In pg_dump, ensure that view triggers are processed after view rules. 2016-02-04 00:26:10 -05:00
pg_dump.h In pg_dump, ensure that view triggers are processed after view rules. 2016-02-04 00:26:10 -05:00
pg_dump_sort.c In pg_dump, ensure that view triggers are processed after view rules. 2016-02-04 00:26:10 -05:00
pg_dumpall.c pg_dump, pg_upgrade: allow postgres/template1 tablespace moves 2015-09-11 15:51:11 -04:00
pg_restore.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00