postgresql/src/bin
Tom Lane b3bc63efbc Fix pg_dump's handling of extension-member casts and languages.
pg_dump has some heuristic rules for whether to dump casts and procedural
languages, since it's not all that easy to distinguish built-in ones from
user-defined ones.  However, we should not apply those rules to objects
that belong to an extension, but just use the perfectly well-defined rules
for what to do with extension member objects.  Otherwise we might
mistakenly lose extension member objects during a binary upgrade (which is
the only time that we'd want to dump extension members).
2011-05-16 16:41:52 -04:00
..
initdb Be more wary in initdb's creation of platform-dependent collations. 2011-05-10 12:08:47 -04:00
pg_basebackup Remove redundant port number check 2011-05-04 21:02:02 +03:00
pg_config Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_controldata Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pg_ctl Use a macro variable PG_PRINTF_ATTRIBUTE for the style used for checking printf type functions. 2011-04-28 10:56:14 -04:00
pg_dump Fix pg_dump's handling of extension-member casts and languages. 2011-05-16 16:41:52 -04:00
pg_resetxlog Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
pgevent Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
psql More cleanup of FOREIGN TABLE permissions handling. 2011-05-13 15:51:03 -04:00
scripts For create/dropdb, only connect once to the server since we now have a 2011-05-10 19:44:47 -04:00
Makefile Add pg_basebackup tool for streaming base backups 2011-01-23 12:21:23 +01:00