aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAge
* Manually un-break a few URLs that pgindent used to insist on splitting.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Make psql handle EOF during COPY FROM STDIN properly on all platforms.Tom Lane2017-05-17
* Support \if ... \elif ... \else ... \endif in psql scripting.Tom Lane2017-03-30
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.Tom Lane2016-03-24
* Update copyright for 2016Bruce Momjian2016-01-02
* Clean up some psql issues around handling of the query output file.Tom Lane2015-12-03
* COPY (INSERT/UPDATE/DELETE .. RETURNING ..)Teodor Sigaev2015-11-27
* pgindent run for 9.5Bruce Momjian2015-05-23
* Update copyright for 2015Bruce Momjian2015-01-06
* Avoid 'clobbered by longjmp' warning in psql/copy.c.Andres Freund2014-09-19
* Add psql PROMPT variable showing which line of a statement is being edited.Andres Freund2014-09-02
* Assorted message improvementsPeter Eisentraut2014-08-29
* pgindent run for 9.4Bruce Momjian2014-05-06
* Allow psql to print COPY command status in more cases.Tom Lane2014-03-13
* Fix tracking of psql script line numbers during \copy from another place.Tom Lane2014-03-10
* Various Coverity-spotted fixesStephen Frost2014-03-01
* Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.Tom Lane2014-02-13
* Update copyright for 2014Bruce Momjian2014-01-07
* Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStrHeikki Linnakangas2013-11-18
* Replace pg_asprintf() with psprintf().Tom Lane2013-10-22
* Add use of asprintf()Peter Eisentraut2013-10-13
* psql: fix \copy stdin trailing space requirementBruce Momjian2013-09-10
* Add C comment about \copy bug in CSV modeBruce Momjian2013-07-04
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Move pqsignal() to libpgport.Tom Lane2013-03-17
* Add support for piping COPY to/from an external program.Heikki Linnakangas2013-02-27
* Update copyrights for 2013Bruce Momjian2013-01-01
* Standardize naming of malloc/realloc/strdup wrapper functions.Tom Lane2012-10-02
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Have \copy go through SendQueryAlvaro Herrera2012-01-25
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Fix psql's counting of script file line numbers during COPY.Tom Lane2011-07-05
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Remove a couple hundred lines of ugly and tedious-to-maintain code by notTom Lane2009-09-19
* Try to defend against the possibility that libpq is still in COPY_IN stateTom Lane2009-08-07
* Code review for FORCE QUOTE * patch: fix error checking to consider FORCETom Lane2009-07-25
* Remove Windows-specific definition of S_ISDIR(). This should not be here;Tom Lane2009-04-26
* Update copyright for 2009.Bruce Momjian2009-01-01
* Prevent psql \copy from accepting multiple string parameters, e.g.Bruce Momjian2008-03-11
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Remove undocumented support for copy syntax from before 7.3. Update comments toAndrew Dunstan2007-03-16
* Normalize fgets() calls to use sizeof() for calculating the buffer sizePeter Eisentraut2007-02-08
* Pass modern COPY syntax to backend, since copy (query) does not accept old sy...Andrew Dunstan2007-02-05
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05