summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAgeFilesLines
* Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian2008-03-111-1/+13
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-7/+7
* Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan2007-03-161-48/+8
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-081-2/+2
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-051-14/+10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane2006-11-241-1/+13
* Message style improvementsPeter Eisentraut2006-10-061-3/+3
* pgindent run for 8.2.Bruce Momjian2006-10-041-25/+25
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-301-1/+24
* Invent an assign-hook mechanism for psql variables similar to the oneTom Lane2006-08-291-2/+2
* Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane2006-06-141-9/+50
* Prepare code to be built by MSVC:Bruce Momjian2006-06-071-2/+2
* Respond to Jeremy Drake's original gripe that \copy needs to recognizeTom Lane2006-06-011-72/+52
* Fix up hack to suppress escape_string_warning so that it actually worksTom Lane2006-06-011-27/+37
* Escape processing patch:Bruce Momjian2006-05-311-21/+27
* Support binary COPY through psql. Also improve detection of write errorsTom Lane2006-05-261-48/+87
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Improve pg_dump and psql to use libpq's newer COPY support routines,Tom Lane2006-03-031-90/+100
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-10/+9
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-071-1/+7
* Use _() macro consistently rather than gettext(). Add translationBruce Momjian2005-02-221-2/+2
* Update copyrights that were missed.Bruce Momjian2005-01-011-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-29/+17
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Fix psql's COPY support to deal with \r\n line endings.Tom Lane2004-08-131-5/+24
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-131-2/+3
* Use canonicalize_path for -D, GUC paths, and paths coming in fromBruce Momjian2004-07-111-1/+3
* Use standard macro for psql binary file open. Add comment explainingBruce Momjian2004-07-111-2/+2
* Open files in binary mode on Win32 so control-z isn't seen as EOF.Bruce Momjian2004-07-111-2/+2
* Solve the 'Turkish problem' with undesirable locale behavior for caseTom Lane2004-05-071-29/+28
* Change COPY CSV keyword to be:Bruce Momjian2004-04-211-41/+52
* * Most changes are to fix warnings issued when compiling win32Bruce Momjian2004-04-191-2/+2
* Complete TODO item:Bruce Momjian2004-04-191-4/+120
* Change psql \copy stdin/stdout to read from command input/output.Bruce Momjian2004-04-121-11/+10
* Fix (debatable) spelling mistake in a comment: 'concatenate' is the usualNeil Conway2004-01-291-2/+2
* Make USING and WITH optional to bring the syntax of \copy into exactTom Lane2004-01-281-9/+33
* Ensure that close() and fclose() are checked for errors, at least inTom Lane2004-01-261-2/+8
* More fallout from the recent psql patch: rename xmalloc and friends toNeil Conway2004-01-251-10/+10
* This patch makes some of the memory manipulation performed by psql aNeil Conway2004-01-241-12/+3
* Implement '\copy from -' to support reading copy data from the sameTom Lane2004-01-201-11/+36
* Allow psql to handle tilde user expansion for file names.Bruce Momjian2004-01-091-1/+2
* This patch reduces some unsightly #ifdefs, and fixes two typos inBruce Momjian2003-12-011-2/+1
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-9/+8
* Apply message style guide to frontend programs.Peter Eisentraut2003-07-231-2/+2
* Update psql for some features of new FE/BE protocol. There is aTom Lane2003-06-281-9/+2
* Here's some changes I made last night to psql's common.c (as found inBruce Momjian2003-03-201-4/+2