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
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
2006-03-03
Improve pg_dump and psql to use libpq's newer COPY support routines,
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-05-07
Add COPY WITH CVS HEADER to allow a heading line as the first line in
Bruce Momjian
2005-02-22
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-01-01
Update copyrights that were missed.
Bruce Momjian
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
Update copyright to 2004.
Bruce Momjian
2004-08-13
Fix psql's COPY support to deal with \r\n line endings.
Tom Lane
2004-08-13
Fix core dumps, inability to count, etc associated with canonicalize_path
Tom Lane
[next]