summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-201-1/+4
* another set of cleanupsPeter Eisentraut2000-01-181-42/+33
* Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii2000-01-151-16/+16
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-141-40/+45
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-121-24/+51
* psql cleanupBruce Momjian1999-11-041-253/+273
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-041-0/+390