summaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
AgeCommit message (Expand)Author
2014-09-19Avoid 'clobbered by longjmp' warning in psql/copy.c.Andres Freund
2014-09-02Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund
2014-08-29Assorted message improvementsPeter Eisentraut
2014-05-06pgindent run for 9.4Bruce Momjian
2014-03-13Allow psql to print COPY command status in more cases.Tom Lane
2014-03-10Fix tracking of psql script line numbers during \copy from another place.Tom Lane
2014-03-02Various Coverity-spotted fixesStephen Frost
2014-02-13Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane
2014-01-07Update copyright for 2014Bruce Momjian
2013-11-18Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas
2013-10-22Replace pg_asprintf() with psprintf().Tom Lane
2013-10-13Add use of asprintf()Peter Eisentraut
2013-09-10psql: fix \copy stdin trailing space requirementBruce Momjian
2013-07-04Add C comment about \copy bug in CSV modeBruce Momjian
2013-05-29pgindent run for release 9.3Bruce Momjian
2013-03-17Move pqsignal() to libpgport.Tom Lane
2013-02-27Add support for piping COPY to/from an external program.Heikki Linnakangas
2013-01-01Update copyrights for 2013Bruce Momjian
2012-10-02Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-01-25Have \copy go through SendQueryAlvaro Herrera
2012-01-01Update copyright notices for year 2012.Bruce Momjian
2011-07-05Fix psql's counting of script file line numbers during COPY.Tom Lane
2011-01-01Stamp copyrights for year 2011.Bruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2010-01-02Update copyright for the year 2010.Bruce Momjian
2009-09-19Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane
2009-08-07Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane
2009-07-25Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane
2009-04-26Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane
2009-01-01Update copyright for 2009.Bruce Momjian
2008-03-11Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian
2008-01-01Update copyrights in source tree to 2008.Bruce Momjian
2007-11-15pgindent run for 8.3.Bruce Momjian
2007-03-16Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan
2007-02-08Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut
2007-02-05Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan
2007-01-05Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian
2006-11-24Fix psql's \copy command to ensure that it cycles libpq back to the idle stateTom Lane
2006-10-06Message style improvementsPeter Eisentraut
2006-10-04pgindent run for 8.2.Bruce Momjian
2006-08-30Extend COPY to support COPY (SELECT ...) TO ...Tom Lane
2006-08-29Invent an assign-hook mechanism for psql variables similar to the oneTom Lane
2006-06-14Clean up psql's control-C handling to avoid longjmp'ing out of randomTom Lane
2006-06-07Prepare code to be built by MSVC:Bruce Momjian
2006-06-01Respond to Jeremy Drake's original gripe that \copy needs to recognizeTom Lane
2006-06-01Fix up hack to suppress escape_string_warning so that it actually worksTom Lane
2006-05-31Escape processing patch:Bruce Momjian
2006-05-26Support binary COPY through psql. Also improve detection of write errorsTom Lane
2006-03-05Update copyright for 2006. Update scripts.Bruce Momjian