index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
bin
/
psql
/
copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Prevent psql \copy from accepting multiple string parameters, e.g.
Bruce Momjian
2008-03-11
1
-1
/
+13
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
1
-2
/
+2
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-7
/
+7
*
Remove undocumented support for copy syntax from before 7.3. Update comments to
Andrew Dunstan
2007-03-16
1
-48
/
+8
*
Normalize fgets() calls to use sizeof() for calculating the buffer size
Peter Eisentraut
2007-02-08
1
-2
/
+2
*
Pass modern COPY syntax to backend, since copy (query) does not accept old sy...
Andrew Dunstan
2007-02-05
1
-14
/
+10
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Fix psql's \copy command to ensure that it cycles libpq back to the idle state
Tom Lane
2006-11-24
1
-1
/
+13
*
Message style improvements
Peter Eisentraut
2006-10-06
1
-3
/
+3
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-25
/
+25
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
1
-1
/
+24
*
Invent an assign-hook mechanism for psql variables similar to the one
Tom Lane
2006-08-29
1
-2
/
+2
*
Clean up psql's control-C handling to avoid longjmp'ing out of random
Tom Lane
2006-06-14
1
-9
/
+50
*
Prepare code to be built by MSVC:
Bruce Momjian
2006-06-07
1
-2
/
+2
*
Respond to Jeremy Drake's original gripe that \copy needs to recognize
Tom Lane
2006-06-01
1
-72
/
+52
*
Fix up hack to suppress escape_string_warning so that it actually works
Tom Lane
2006-06-01
1
-27
/
+37
*
Escape processing patch:
Bruce Momjian
2006-05-31
1
-21
/
+27
*
Support binary COPY through psql. Also improve detection of write errors
Tom Lane
2006-05-26
1
-48
/
+87
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Improve pg_dump and psql to use libpq's newer COPY support routines,
Tom Lane
2006-03-03
1
-90
/
+100
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-10
/
+9
*
Add COPY WITH CVS HEADER to allow a heading line as the first line in
Bruce Momjian
2005-05-07
1
-1
/
+7
*
Use _() macro consistently rather than gettext(). Add translation
Bruce Momjian
2005-02-22
1
-2
/
+2
*
Update copyrights that were missed.
Bruce Momjian
2005-01-01
1
-2
/
+2
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-29
/
+17
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Fix psql's COPY support to deal with \r\n line endings.
Tom Lane
2004-08-13
1
-5
/
+24
*
Fix core dumps, inability to count, etc associated with canonicalize_path
Tom Lane
2004-08-13
1
-2
/
+3
*
Use canonicalize_path for -D, GUC paths, and paths coming in from
Bruce Momjian
2004-07-11
1
-1
/
+3
*
Use standard macro for psql binary file open. Add comment explaining
Bruce Momjian
2004-07-11
1
-2
/
+2
*
Open files in binary mode on Win32 so control-z isn't seen as EOF.
Bruce Momjian
2004-07-11
1
-2
/
+2
*
Solve the 'Turkish problem' with undesirable locale behavior for case
Tom Lane
2004-05-07
1
-29
/
+28
*
Change COPY CSV keyword to be:
Bruce Momjian
2004-04-21
1
-41
/
+52
*
* Most changes are to fix warnings issued when compiling win32
Bruce Momjian
2004-04-19
1
-2
/
+2
*
Complete TODO item:
Bruce Momjian
2004-04-19
1
-4
/
+120
*
Change psql \copy stdin/stdout to read from command input/output.
Bruce Momjian
2004-04-12
1
-11
/
+10
*
Fix (debatable) spelling mistake in a comment: 'concatenate' is the usual
Neil Conway
2004-01-29
1
-2
/
+2
*
Make USING and WITH optional to bring the syntax of \copy into exact
Tom Lane
2004-01-28
1
-9
/
+33
*
Ensure that close() and fclose() are checked for errors, at least in
Tom Lane
2004-01-26
1
-2
/
+8
*
More fallout from the recent psql patch: rename xmalloc and friends to
Neil Conway
2004-01-25
1
-10
/
+10
*
This patch makes some of the memory manipulation performed by psql a
Neil Conway
2004-01-24
1
-12
/
+3
*
Implement '\copy from -' to support reading copy data from the same
Tom Lane
2004-01-20
1
-11
/
+36
*
Allow psql to handle tilde user expansion for file names.
Bruce Momjian
2004-01-09
1
-1
/
+2
*
This patch reduces some unsightly #ifdefs, and fixes two typos in
Bruce Momjian
2003-12-01
1
-2
/
+1
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
1
-2
/
+2
*
pgindent run.
Bruce Momjian
2003-08-04
1
-9
/
+8
*
Apply message style guide to frontend programs.
Peter Eisentraut
2003-07-23
1
-2
/
+2
*
Update psql for some features of new FE/BE protocol. There is a
Tom Lane
2003-06-28
1
-9
/
+2
*
Here's some changes I made last night to psql's common.c (as found in
Bruce Momjian
2003-03-20
1
-4
/
+2
[next]