aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAge
* Fix psql's \copy to accept table names containing schemas, as well asTom Lane2002-10-19
* Fix psql to cope with autocommit off, at least during startup.Tom Lane2002-10-15
* The attached patch fixes a number of issues related to compiling theBruce Momjian2002-10-03
* Translation updates, some messages tweaked.Peter Eisentraut2002-09-22
* pgindent run.Bruce Momjian2002-09-04
* Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian2002-06-20
* Remove reference to BLCKSZ.Peter Eisentraut2002-04-24
* Remove traces of NAMEDATALEN and INDEX_MAX_KEYS from psql. Build buffersPeter Eisentraut2002-04-24
* Add fstat / S_ISDIR checks to make sure we're not trying to use aBruce Momjian2002-02-23
* Native Language Support (NLS)Peter Eisentraut2001-06-02
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Restructure the key include files per recent pghackers discussion: thereTom Lane2001-02-10
* Fix counting of lines in scripts with 'copy from stdin'.Peter Eisentraut2000-12-03
* more psql bug squashing:Peter Eisentraut2000-04-16
* fixed another psql \e bug (handle newlines as whitespace)Peter Eisentraut2000-04-14
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* More fixes for psql ^C handling, especially during copy. Still doesn'tPeter Eisentraut2000-03-01
* Fixed psql's Control-C handling when COPY in progressPeter Eisentraut2000-02-21
* Clean up include files use in psql.Bruce Momjian2000-02-16
* A few minor psql enhancementsPeter Eisentraut2000-01-29
* Fix handleCopyIn's response to EOF seen mid-line, that is, input fileTom Lane2000-01-21
* Added new pg_id to fix initdb problemsPeter Eisentraut2000-01-20
* another set of cleanupsPeter Eisentraut2000-01-18
* Adapt to the changes of libpq(eliminateing using putenv()).Tatsuo Ishii2000-01-15
* Fixed psql variables vs array syntax, as well as minor psql enhancementsPeter Eisentraut2000-01-14
* Fixed a few "fixes" and bugs. Adjusted messages and options to GNU suggestions.Peter Eisentraut2000-01-12
* psql cleanupBruce Momjian1999-11-04
* Major psql overhaul by Peter Eisentraut.Bruce Momjian1999-11-04