]> granicus.if.org Git - postgresql/history - src/bin/pg_dump/common.c
Core support for "extensions", which are packages of SQL objects.
[postgresql] / src / bin / pg_dump / common.c
2011-02-08 Tom LaneCore support for "extensions", which are packages of...
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-10-05 Tom LaneCreate an ALTER DEFAULT PRIVILEGES command, which allow...
2009-06-11 Bruce Momjian8.4 pgindent run, with new combined Linux/FreeBSD/MinGW...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-05-09 Tom LaneChange the rules for inherited CHECK constraints to...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce MomjianRe-run pgindent with updated list of typedefs. (Update...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-10-28 Tom LaneFix a couple of issues with pg_dump's handling of inher...
2007-09-23 Tom LaneReplace linear searches with binary searches in pg_dump...
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-01-23 Tom LaneUpdate pg_dump to support dumping operator families.
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-09 Tom LaneRevise psql pattern-matching switches as per discussion...
2006-09-27 Tom LaneRemove separate strdup.h header file; it's redundant...
2006-08-01 Bruce MomjianAllow multiple -n (schema) and -t (table) pg_dump...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-05-22 Peter EisentrautAdd strerror to pg_dump error messages where missing.
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-02 Tom LaneFix up pg_dump to emit shell-type definitions at the...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-27 Tom LaneModify pg_dump to assume that a check constraint is...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-20 Tom LaneRename static variables to avoid possible name conflict...
2004-03-03 Tom LaneModify pg_dump so that the preferred dump order is...
2003-12-08 Tom LaneWork around naming conflict between zlib and OpenSSL...
2003-12-07 Tom LaneSpeed up findObjectByCatalogId() to get rid of the...
2003-12-06 Tom LaneMassive overhaul of pg_dump: make use of dependency...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-21 Tom LaneCOMMENT ON casts, conversions, languages, operator...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2002-10-25 Bruce MomjianAllow fseeko in pg_dump only if fseeko() will work...
2002-10-09 Bruce Momjian> Alvaro Herrera <alvherre@atentus.com> writes:
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-15 Bruce MomjianTom Lane wrote:
2002-07-30 Tom LaneTeach pg_dump to dump user-defined operator classes...
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-10 Tom LaneFirst pass at schema-fying pg_dump/pg_restore. Much...
2002-04-24 Bruce MomjianThe attached patch cleans up some code in pg_dump....
2002-02-11 Tom LaneBe more wary about mixed-case database names and user...
2002-01-11 Tom LaneFix pg_dump to read-lock all tables to be dumped as...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-22 Tom LaneGenerate correct syntax for DROP OPERATOR with unary...
2001-10-03 Tom LaneDROP AGGREGATE and COMMENT ON AGGREGATE now accept...
2001-07-03 Peter EisentrautMore message munging and localization for pg_dump,...
2001-06-27 Peter EisentrautNational language support for pg_dump and pg_restore...
2001-04-03 Philip Warner- Handle overridden attrs as per discussions 2-Apr...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2001-01-28 Philip WarnerUsed LEFT OUTER JOIN for various queries
2001-01-28 Philip WarnerApplied (slightly modified) patches from Tatsuo:
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-12 Philip WarnerFixed handling of renamed columns in PK constraints
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-09-15 Philip WarnerMinor code cleanup (cast away const-ness)
2000-09-15 Philip Warner- Support for relkind = RELKIND_VIEW.
2000-08-06 Thomas G. LockhartSupport SQL99 embedded double-quote syntax for quoted...
2000-07-04 Bruce Momjianpg_dump patch from Philip Warner
2000-06-14 Peter EisentrautBig warnings cleanup for Solaris/GCC. Down to about...
2000-05-19 Tom Lanepg_dump barfs on negative values for index column numbe...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
2000-01-18 Bruce MomjianBruce,
2000-01-18 Tom LaneFix quoting bugs and incorrect trigger argument printout.
2000-01-16 Tom LaneClean up pg_dump coredumps caused by change of output...
1999-12-27 Bruce MomjianHi, all
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-23 Tom LaneLook Ma, no MAX_PARSE_BUFFER! (At least not in the...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-05-27 Bruce MomjianMake pg_dump dump ACL's by default, print warning on...
1999-05-26 Tom LaneFix pg_dump to use the same maximum-query-size constant as
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-13 Thomas G. LockhartAdjust handling of data type names to suppress double...
1998-10-06 Bruce Momjian Playing around with pg_dump for a while resulted...
1998-10-02 Thomas G. LockhartSurround all identifiers with double quotes.
1998-09-20 Bruce MomjianI also noticed that pg_dump contains a copy of the...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-06-19 Bruce MomjianSolaris cleanup.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1997-11-21 Bruce MomjianMore archive cleanup.
1997-10-30 Thomas G. LockhartSupport SQL92 delimited identifiers by checking some...
1997-10-02 Vadim B. MikheevDump DEFAULT, CHECK, Triggers.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
next