index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
copy.c
Age
Commit message (
Expand
)
Author
2014-09-19
Avoid 'clobbered by longjmp' warning in psql/copy.c.
Andres Freund
2014-09-02
Add psql PROMPT variable showing which line of a statement is being edited.
Andres Freund
2014-08-29
Assorted message improvements
Peter Eisentraut
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-03-13
Allow psql to print COPY command status in more cases.
Tom Lane
2014-03-10
Fix tracking of psql script line numbers during \copy from another place.
Tom Lane
2014-03-02
Various Coverity-spotted fixes
Stephen Frost
2014-02-13
Clean up error cases in psql's COPY TO STDOUT/FROM STDIN code.
Tom Lane
2014-01-07
Update copyright for 2014
Bruce Momjian
2013-11-18
Replace appendPQExpBuffer(..., <constant>) with appendPQExpBufferStr
Heikki Linnakangas
2013-10-22
Replace pg_asprintf() with psprintf().
Tom Lane
2013-10-13
Add use of asprintf()
Peter Eisentraut
2013-09-10
psql: fix \copy stdin trailing space requirement
Bruce Momjian
2013-07-04
Add C comment about \copy bug in CSV mode
Bruce Momjian
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-03-17
Move pqsignal() to libpgport.
Tom Lane
2013-02-27
Add support for piping COPY to/from an external program.
Heikki Linnakangas
2013-01-01
Update copyrights for 2013
Bruce Momjian
2012-10-02
Standardize naming of malloc/realloc/strdup wrapper functions.
Tom Lane
2012-06-10
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-01-25
Have \copy go through SendQuery
Alvaro Herrera
2012-01-01
Update copyright notices for year 2012.
Bruce Momjian
2011-07-05
Fix psql's counting of script file line numbers during COPY.
Tom Lane
2011-01-01
Stamp copyrights for year 2011.
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-01-02
Update copyright for the year 2010.
Bruce Momjian
2009-09-19
Remove a couple hundred lines of ugly and tedious-to-maintain code by not
Tom Lane
2009-08-07
Try to defend against the possibility that libpq is still in COPY_IN state
Tom Lane
2009-07-25
Code review for FORCE QUOTE * patch: fix error checking to consider FORCE
Tom Lane
2009-04-26
Remove Windows-specific definition of S_ISDIR(). This should not be here;
Tom Lane
2009-01-01
Update copyright for 2009.
Bruce Momjian
2008-03-11
Prevent psql \copy from accepting multiple string parameters, e.g.
Bruce Momjian
2008-01-01
Update copyrights in source tree to 2008.
Bruce Momjian
2007-11-15
pgindent run for 8.3.
Bruce Momjian
2007-03-16
Remove undocumented support for copy syntax from before 7.3. Update comments to
Andrew Dunstan
2007-02-08
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-05
Pass modern COPY syntax to backend, since copy (query) does not accept old sy...
Andrew Dunstan
2007-01-05
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2006-11-24
Fix psql's \copy command to ensure that it cycles libpq back to the idle state
Tom Lane
2006-10-06
Message style improvements
Peter Eisentraut
2006-10-04
pgindent run for 8.2.
Bruce Momjian
2006-08-30
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-29
Invent an assign-hook mechanism for psql variables similar to the one
Tom Lane
2006-06-14
Clean up psql's control-C handling to avoid longjmp'ing out of random
Tom Lane
2006-06-07
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-01
Respond to Jeremy Drake's original gripe that \copy needs to recognize
Tom Lane
2006-06-01
Fix up hack to suppress escape_string_warning so that it actually works
Tom Lane
2006-05-31
Escape processing patch:
Bruce Momjian
2006-05-26
Support binary COPY through psql. Also improve detection of write errors
Tom Lane
2006-03-05
Update copyright for 2006. Update scripts.
Bruce Momjian
[next]