postgresql/src/bin/pg_dump
Alvaro Herrera 473b932870 Support CREATE ACCESS METHOD
This enables external code to create access methods.  This is useful so
that extensions can add their own access methods which can be formally
tracked for dependencies, so that DROP operates correctly.  Also, having
explicit support makes pg_dump work correctly.

Currently only index AMs are supported, but we expect different types to
be added in the future.

Authors: Alexander Korotkov, Petr Jelínek
Reviewed-By: Teodor Sigaev, Petr Jelínek, Jim Nasby
Commitfest-URL: https://commitfest.postgresql.org/9/353/
Discussion: https://www.postgresql.org/message-id/CAPpHfdsXwZmojm6Dx+TJnpYk27kT4o7Ri6X_4OSWcByu1Rm+VA@mail.gmail.com
2016-03-23 23:01:35 -03:00
..
po Translation updates 2015-06-28 23:56:55 -04:00
.gitignore Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
common.c Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
compress_io.c Fix typos. 2016-03-15 18:06:11 -04:00
compress_io.h Update copyright for 2016 2016-01-02 13:33:40 -05:00
dumputils.c Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
dumputils.h Run pgindent on src/bin/pg_dump/* 2016-01-13 15:48:54 -05:00
Makefile Move keywords.c/kwlookup.c into src/common/. 2016-03-23 20:22:08 -04:00
nls.mk Add missing source files to nls.mk 2014-07-15 10:10:42 -04:00
parallel.c Fix typos. 2016-03-15 18:06:11 -04:00
parallel.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 pg_dump: Fix inconsistent sscanf() conversions 2016-02-18 20:12:38 -05:00
pg_backup_db.c In pg_dump, remember connection passwords no matter how we got them. 2015-12-23 14:25:53 -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 pg_dump: Fix inconsistent sscanf() conversions 2016-02-18 20:12:38 -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 2016 2016-01-02 13:33:40 -05:00
pg_backup_utils.h Update copyright for 2016 2016-01-02 13:33:40 -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_dump_sort.c Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
pg_dump.c Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
pg_dump.h Support CREATE ACCESS METHOD 2016-03-23 23:01:35 -03:00
pg_dumpall.c Run pgindent on src/bin/pg_dump/* 2016-01-13 15:48:54 -05:00
pg_restore.c Access pg_dump's options structs through Archive struct, not directly. 2016-01-13 17:48:33 -05:00