aboutsummaryrefslogtreecommitdiff
path: root/src/bin/psql/copy.c
Commit message (Expand)AuthorAge
* Canonicalize some URLsPeter Eisentraut2020-02-10
* Update copyrights for 2020Bruce Momjian2020-01-01
* Make the order of the header file includes consistent in non-backend modules.Amit Kapila2019-10-25
* Initial pgindent run for v12.Tom Lane2019-05-22
* Move logging.h and logging.c from src/fe_utils/ to src/common/.Tom Lane2019-05-14
* Unified logging system for command-line programsPeter Eisentraut2019-04-01
* Fix psql's "\g target" meta-command to work with COPY TO STDOUT.Tom Lane2019-01-26
* Update copyright for 2019Bruce Momjian2019-01-02
* Update copyright for 2018Bruce Momjian2018-01-02
* 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