index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
copy.c
Commit message (
Expand
)
Author
Age
*
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Make psql handle EOF during COPY FROM STDIN properly on all platforms.
Tom Lane
2017-05-17
*
Support \if ... \elif ... \else ... \endif in psql scripting.
Tom Lane
2017-03-30
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Create src/fe_utils/, and move stuff into there from pg_dump's dumputils.
Tom Lane
2016-03-24
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Clean up some psql issues around handling of the query output file.
Tom Lane
2015-12-03
*
COPY (INSERT/UPDATE/DELETE .. RETURNING ..)
Teodor Sigaev
2015-11-27
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Avoid 'clobbered by longjmp' warning in psql/copy.c.
Andres Freund
2014-09-19
*
Add psql PROMPT variable showing which line of a statement is being edited.
Andres Freund
2014-09-02
*
Assorted message improvements
Peter Eisentraut
2014-08-29
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-13
*
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-10
*
Various Coverity-spotted fixes
Stephen Frost
2014-03-01
*
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-02-13
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-11-18
*
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-22
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
psql: fix \copy stdin trailing space requirement
Bruce Momjian
2013-09-10
*
Add C comment about \copy bug in CSV mode
Bruce Momjian
2013-07-04
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Move pqsignal() to libpgport.
Tom Lane
2013-03-17
*
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-02-27
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-10-02
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Have \copy go through SendQuery
Alvaro Herrera
2012-01-25
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-07-05
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Remove a couple hundred lines of ugly and tedious-to-maintain code by not
Tom Lane
2009-09-19
*
Try to defend against the possibility that libpq is still in COPY_IN state
Tom Lane
2009-08-07
*
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-07-25
*
Remove Windows-specific definition of S_ISDIR(). This should not be here;
Tom Lane
2009-04-26
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
Prevent psql \copy from accepting multiple string parameters, e.g.
Bruce Momjian
2008-03-11
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
*
Remove undocumented support for copy syntax from before 7.3. Update comments to
Andrew Dunstan
2007-03-16
*
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
*
Pass modern COPY syntax to backend, since copy (query) does not accept old sy...
Andrew Dunstan
2007-02-05
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
[next]