summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-191-124/+195
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-151-2/+2
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-031-1/+3
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-221-2/+2
* pgindent run.Bruce Momjian2002-09-041-6/+14
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-201-23/+38
* Remove reference to BLCKSZ.Peter Eisentraut2002-04-241-2/+2
* Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut2002-04-241-27/+23
* Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian2002-02-231-2/+13
* Native Language Support (NLS)Peter Eisentraut2001-06-021-5/+5
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-101-2/+2
* Fix counting of lines in scripts with 'copy from stdin'.Peter Eisentraut2000-12-031-1/+4
* more psql bug squashing:Peter Eisentraut2000-04-161-3/+11
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-141-14/+14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-69/+69
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-011-4/+13
* Fixed psql's Control-C handling when COPY in progressPeter Eisentraut2000-02-211-3/+12
* Clean up include files use in psql.Bruce Momjian2000-02-161-6/+3
* A few minor psql enhancementsPeter Eisentraut2000-01-291-2/+2
* Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane2000-01-211-11/+17