aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAge
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane2009-09-19
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-07
* Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane2009-07-25
* Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane2009-04-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian2008-03-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan2007-03-16
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-05
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-24
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-29
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-14
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Respond to Jeremy Drake's original gripe that \copy needs to recognizeTom Lane2006-06-01
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-01
* Escape processing patch:Bruce Momjian2006-05-31
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-26
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-07
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-22
* Update copyrights that were missed.Bruce Momjian2005-01-01
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix psql's COPY support to deal with \r\n line endings.Tom Lane2004-08-13
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-13
* Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian2004-07-11
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-11
* Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian2004-07-11
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-07
* Change COPY CSV keyword to be:Bruce Momjian2004-04-21
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-19
* Complete TODO item:Bruce Momjian2004-04-19
* Change psql \copy stdin/stdout to read from command input/output.Bruce Momjian2004-04-12
* Fix (debatable) spelling mistake in a comment: 'concatenate' is the usualNeil Conway2004-01-29
* Make USING and WITH optional to bring the syntax of \copy into exactTom Lane2004-01-28
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-26
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-25
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-24
* Implement '\copy from -' to support reading copy data from the sameTom Lane2004-01-20
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-09
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-01