]> granicus.if.org Git - postgresql/history - src/bin/pg_dump
Return inline to win32.h because code was OK, but keep additional
[postgresql] / src / bin / pg_dump /
2006-08-09 Bruce MomjianSuppress MSVC warnings about weak functions by using
2006-08-04 Bruce MomjianFix bug in new pg_dump -T/-N handling that was dumping...
2006-08-02 Bruce MomjianFix logic to prevent pg_dump from dumping system schema...
2006-08-01 Bruce MomjianFix bug I introduced while cleaning up pg_dump -t/...
2006-08-01 Bruce MomjianAdd pg_dump -X no-data-for-failed-tables option to...
2006-08-01 Bruce MomjianAllow multiple -n (schema) and -t (table) pg_dump...
2006-07-27 Tom LaneAggregate functions now support multiple input argument...
2006-07-18 Bruce MomjianMark a few functions as static or NOT_USED.
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-11 Bruce MomjianAlphabetically order reference to include files, "N...
2006-07-11 Bruce MomjianAllow each C include file to compile on its own by...
2006-07-06 Bruce MomjianWIN32 fixes:
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-06-27 Bruce MomjianFix for recent Win32 pg_dump tar temp file patch.
2006-06-27 Bruce MomjianOn Win32, use loop to create pg_dump temporary tar...
2006-06-16 Bruce MomjianDocument issues with non-default tablespaces and pg_dum...
2006-06-09 Tom LaneRepair remarkably-inefficient query for dumping large...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Bruce MomjianEscape processing patch:
2006-05-28 Tom LaneFix up pg_dump to do string escaping fully correctly...
2006-05-28 Alvaro HerreraDon't call PQclear until the struct is really no longer...
2006-05-26 Bruce MomjianUse E'' strings internally only when standard_conformin...
2006-05-24 Tom LaneFix pg_restore to process BLOB COMMENT entries correctl...
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
2006-04-30 Tom LaneCode review for GRANT CONNECT patch. Spell the privile...
2006-04-19 Tom LaneFix a couple of rather-pointless-but-easily-fixed Cover...
2006-04-12 Tom LaneFix pg_restore -n option to do what the man page says...
2006-04-07 Tom LaneFix pg_dumpall to do something sane when a pre-8.1...
2006-03-30 Andrew DunstanFix bad SQL, per Stefan Kaltenbrunner.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneImprove pg_dump and psql to use libpq's newer COPY...
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2006-02-21 Tom LaneFix old pg_dump oversight: default values for domains...
2006-02-14 Tom LaneRepair --single-transaction patch so it handles blobs...
2006-02-13 Tom LaneIMHO, --single-transaction should wrap *all* the comman...
2006-02-12 Bruce MomjianAdd MSVC support for utility commands and pg_dump.
2006-02-12 Bruce MomjianAs part of previous commit, add pg_restore option:
2006-02-12 Bruce MomjianAdd psql option:
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2006-02-09 Bruce MomjianThis fixes pg_dump so that when using the '-O' no owner...
2006-02-09 Tom LaneProvide the libpq error message when PQputline or PQend...
2006-02-05 Tom LaneFix pg_restore to properly discard COPY data when tryin...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-11 Bruce MomjianBrace cleanup.
2006-01-09 Tom LaneFix pg_dump to add the required OPERATOR() decoration...
2006-01-06 Bruce MomjianUse RELKIND_COMPOSITE_TYPE rather than hardcoded 'c'.
2005-12-09 Peter EisentrautAllow installation into directories containing spaces...
2005-12-03 Tom LaneTreat procedural languages as owned by the bootstrap...
2005-12-02 Tom LaneFix obsolete comment.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-04 Peter EisentrautTranslation updates
2005-10-29 Peter EisentrautTranslation updates
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneRemove the DELETEs from pg_shadow and pg_group that...
2005-10-10 Peter EisentrautTranslation update
2005-09-28 Peter EisentrautImprove messages
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-21 Tom LaneSuppress database dump item when --table and/or --schem...
2005-09-11 Tom LaneFix some corner-case bugs in _sendSQLLine's parsing...
2005-09-11 Tom LaneAvoid changing stdin/stdout to binary mode on Windows...
2005-09-05 Tom LaneImplement a preliminary 'template' facility for procedu...
2005-08-28 Tom LanedumpUserConfig failed (in a pretty harmless way, but...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-22 Tom LaneCause ALTER INDEX OWNER to generate a warning and do...
2005-08-15 Tom LaneClean up recent patch for PL handler functions in pg_ca...
2005-08-15 Tom LaneChange pg_dump to use pg_roles instead of pg_user on...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-27 Neil ConwayFix a few macro definitions to ensure that unary minus...
2005-07-27 Neil ConwayAvoid crashing pg_dump if we can't connect to the datab...
2005-07-25 Tom LaneAwhile back we replaced all uses of strcasecmp and...
2005-07-18 Tom LaneAvoid use of E'', and thereby creating an unnecessary...
2005-07-10 Bruce MomjianAdd --encoding to pg_dump.
2005-07-10 Bruce MomjianThis patch implements putting language handlers for...
2005-07-08 Tom LaneTry connecting to both postgres and template1 databases...
2005-07-02 Bruce MomjianAdd E'' to internally created SQL strings that contain...
2005-07-01 Bruce MomjianAdd code to pg_dump to use E'' strings when backslashes...
2005-06-30 Tom LaneDump comments for large objects.
2005-06-27 Tom LaneModify pg_dump to assume that a check constraint is...
2005-06-26 Bruce MomjianAdd E'' syntax so eventually normal strings can treat...
2005-06-22 Neil ConwayCorrect some code in pg_restore when reading the header...
2005-06-21 Tom Lanepg_dump can now dump large objects even in plain-text...
2005-06-21 Tom LaneFix pg_dumpall to do the right thing with "postgres...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-09 Bruce MomjianSince I needed this feature badly, I added the -n ...
2005-06-07 Tom LaneUse just NULL not NULL::TEXT --- the latter coding...
2005-05-25 Bruce MomjianAdd parentheses to macros when args are used in computa...
2005-05-17 Tom LaneGuard against duplicate IDs in input file in SortTocFro...
2005-04-30 Neil ConwayGCC 4.0 includes a new warning option, -Wformat-literal...
2005-04-29 Neil ConwayThis patch fixes a bug in the error message emitted...
2005-04-18 Tom Lanepg_dumpall should enforce the server version check...
2005-04-15 Tom LaneRevert addition of poorly-thought-out DUMP TIMESTAMP...
2005-04-12 Tom LaneAdd aggsortop column to pg_aggregate, so that MIN/MAX...
2005-04-01 Tom LaneTeach pg_dump about OUT parameters.
2005-03-25 Bruce MomjianHave libpgport link before libpq so that PG client...
2005-03-18 Tom LanePut 'dump complete' message in the right place, so...
2005-03-14 Tom LaneMake pg_dump emit a useful error message, instead of...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
next