]> granicus.if.org Git - postgresql/history - src/bin/psql/copy.c
Update copyright for 2009.
[postgresql] / src / bin / psql / copy.c
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-03-11 Bruce MomjianPrevent psql \copy from accepting multiple string param...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-03-16 Andrew DunstanRemove undocumented support for copy syntax from before...
2007-02-08 Peter EisentrautNormalize fgets() calls to use sizeof() for calculating...
2007-02-05 Andrew DunstanPass modern COPY syntax to backend, since copy (query...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-11-24 Tom LaneFix psql's \copy command to ensure that it cycles libpq...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-08-29 Tom LaneInvent an assign-hook mechanism for psql variables...
2006-06-14 Tom LaneClean up psql's control-C handling to avoid longjmp...
2006-06-07 Bruce MomjianPrepare code to be built by MSVC:
2006-06-01 Tom LaneRespond to Jeremy Drake's original gripe that \copy...
2006-06-01 Tom LaneFix up hack to suppress escape_string_warning so that...
2006-05-31 Bruce MomjianEscape processing patch:
2006-05-26 Tom LaneSupport binary COPY through psql. Also improve detecti...
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...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2005-01-01 Bruce MomjianUpdate copyrights that were missed.
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-13 Tom LaneFix psql's COPY support to deal with \r\n line endings.
2004-08-13 Tom LaneFix core dumps, inability to count, etc associated...
2004-07-11 Bruce MomjianUse canonicalize_path for -D, GUC paths, and paths...
2004-07-11 Bruce MomjianUse standard macro for psql binary file open. Add...
2004-07-11 Bruce MomjianOpen files in binary mode on Win32 so control-z isn...
2004-05-07 Tom LaneSolve the 'Turkish problem' with undesirable locale...
2004-04-21 Bruce MomjianChange COPY CSV keyword to be:
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-12 Bruce MomjianChange psql \copy stdin/stdout to read from command...
2004-01-29 Neil ConwayFix (debatable) spelling mistake in a comment: 'concate...
2004-01-28 Tom LaneMake USING and WITH optional to bring the syntax of...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-25 Neil ConwayMore fallout from the recent psql patch: rename xmalloc...
2004-01-24 Neil ConwayThis patch makes some of the memory manipulation perfor...
2004-01-20 Tom LaneImplement '\copy from -' to support reading copy data...
2004-01-09 Bruce MomjianAllow psql to handle tilde user expansion for file...
2003-12-01 Bruce MomjianThis patch reduces some unsightly #ifdefs, and fixes...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Tom LaneFix some copyright notices that weren't updated. Impro...
2003-08-04 Bruce Momjianpgindent run.
2003-07-23 Peter EisentrautApply message style guide to frontend programs.
2003-06-28 Tom LaneUpdate psql for some features of new FE/BE protocol...
2003-03-20 Bruce MomjianHere's some changes I made last night to psql's common...
2002-10-19 Tom LaneFix psql's \copy to accept table names containing schem...
2002-10-15 Tom LaneFix psql to cope with autocommit off, at least during...
2002-10-03 Bruce MomjianThe attached patch fixes a number of issues related...
2002-09-22 Peter EisentrautTranslation updates, some messages tweaked.
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-04-24 Peter EisentrautRemove reference to BLCKSZ.
2002-04-24 Peter EisentrautRemove traces of NAMEDATALEN and INDEX_MAX_KEYS from...
2002-02-23 Bruce MomjianAdd fstat / S_ISDIR checks to make sure we're not tryin...
2001-06-02 Peter EisentrautNative Language Support (NLS)
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-10 Tom LaneRestructure the key include files per recent pghackers...
2000-12-03 Peter EisentrautFix counting of lines in scripts with 'copy from stdin'.
2000-04-16 Peter Eisentrautmore psql bug squashing:
2000-04-14 Peter Eisentrautfixed another psql \e bug (handle newlines as whitespace)
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-01 Peter EisentrautMore fixes for psql ^C handling, especially during...
2000-02-21 Peter EisentrautFixed psql's Control-C handling when COPY in progress
2000-02-16 Bruce MomjianClean up include files use in psql.
2000-01-29 Peter EisentrautA few minor psql enhancements
2000-01-21 Tom LaneFix handleCopyIn's response to EOF seen mid-line, that...
2000-01-20 Peter EisentrautAdded new pg_id to fix initdb problems
2000-01-18 Peter Eisentrautanother set of cleanups
2000-01-15 Tatsuo IshiiAdapt to the changes of libpq(eliminateing using putenv()).
2000-01-14 Peter EisentrautFixed psql variables vs array syntax, as well as minor...
2000-01-12 Peter EisentrautFixed a few "fixes" and bugs. Adjusted messages and...
1999-11-04 Bruce Momjianpsql cleanup
1999-11-04 Bruce MomjianMajor psql overhaul by Peter Eisentraut.