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
/
backend
/
commands
/
copy.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Disallow digits and lower-case ASCII letters as the delimiter in non-CSV
Tom Lane
2007-12-27
1
-4
/
+15
*
Fix ill-advised usage of x?y:z expressions in errmsg() and errhint() calls.
Tom Lane
2007-12-27
1
-19
/
+19
*
Swap the order of testing for control characters and for column delimiter in
Tom Lane
2007-12-27
1
-15
/
+21
*
Revert COPY OUT to follow the pre-8.3 handling of ASCII control characters,
Tom Lane
2007-12-03
1
-17
/
+49
*
Avoid incrementing the CommandCounter when CommandCounterIncrement is called
Tom Lane
2007-11-30
1
-3
/
+3
*
pgindent run for 8.3.
Bruce Momjian
2007-11-15
1
-21
/
+29
*
Perform post-escaping encoding validity checks on SQL literals and COPY input
Andrew Dunstan
2007-09-12
1
-2
/
+17
*
Don't take ProcArrayLock while exiting a transaction that has no XID; there is
Tom Lane
2007-09-07
1
-8
/
+1
*
Minor code cleanup: calling FreeFile() before ereport(ERROR) is not
Neil Conway
2007-06-20
1
-7
/
+1
*
Marginal hacking to improve the speed of COPY OUT. I had found in a bit of
Tom Lane
2007-06-17
1
-54
/
+74
*
Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve the
Tom Lane
2007-04-27
1
-2
/
+3
*
Update docs/error message for CSV quote/escape --- must be ASCII.
Bruce Momjian
2007-04-18
1
-3
/
+3
*
Update error message for COPY with a multi-byte delimiter.
Bruce Momjian
2007-04-18
1
-2
/
+2
*
Expose more cursor-related functionality in SPI: specifically, allow
Tom Lane
2007-04-16
1
-2
/
+2
*
Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)
Tom Lane
2007-03-29
1
-55
/
+57
*
First phase of plan-invalidation project: create a plan cache management
Tom Lane
2007-03-13
1
-27
/
+16
*
Add resetStringInfo(), which clears the content of a StringInfo, and
Neil Conway
2007-03-03
1
-19
/
+7
*
Remove the Query structure from the executor's API. This allows us to stop
Tom Lane
2007-02-20
1
-4
/
+5
*
Prevent WAL logging when COPY is done in the same transation that
Bruce Momjian
2007-01-25
1
-2
/
+51
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
1
-2
/
+2
*
Message style improvements
Peter Eisentraut
2006-10-06
1
-3
/
+3
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
1
-89
/
+92
*
Attibution addition: Add Karel Zak also for COPY SELECT.
Bruce Momjian
2006-08-31
1
-2
/
+2
*
Correct attibution:
Bruce Momjian
2006-08-31
1
-2
/
+2
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
1
-290
/
+519
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
1
-10
/
+1
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
1
-1
/
+2
*
Further hacking on performance of COPY OUT. It seems that fwrite()'s
Tom Lane
2006-05-26
1
-45
/
+40
*
Reduce per-character overhead in COPY OUT by combining calls to
Tom Lane
2006-05-25
1
-42
/
+90
*
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-05-21
1
-3
/
+9
*
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-04-05
1
-66
/
+1
*
Modify all callers of datatype input and receive functions so that if these
Tom Lane
2006-04-04
1
-22
/
+23
*
Add error location info to ResTarget parse nodes. Allows error cursor to be ...
Tom Lane
2006-03-23
1
-2
/
+7
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
1
-2
/
+2
*
Make the COPY command return a command tag that includes the number of
Tom Lane
2006-03-03
1
-2
/
+18
*
Prevent COPY from using newline or carriage return as delimiter or null.
Bruce Momjian
2006-02-03
1
-1
/
+20
*
Add regression tests for CSV and \., and add automatic quoting of a
Bruce Momjian
2005-12-28
1
-14
/
+26
*
Our code had:
Bruce Momjian
2005-12-27
1
-454
/
+258
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
1
-15
/
+15
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
1
-3
/
+3
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-267
/
+272
*
COPY's test for read-only transaction was backward; it prohibited COPY TO
Tom Lane
2005-10-03
1
-2
/
+2
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
1
-1
/
+7
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
1
-12
/
+9
*
Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.
Tom Lane
2005-09-01
1
-5
/
+6
*
COPY performance improvements. Avoid calling CopyGetData for each input
Tom Lane
2005-08-06
1
-1037
/
+1501
*
Change typreceive function API so that receive functions get the same
Tom Lane
2005-07-10
1
-7
/
+11
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-2
/
+1
*
Add support for \x hex escapes in COPY.
Bruce Momjian
2005-06-02
1
-1
/
+38
*
Add COPY WITH CVS HEADER to allow a heading line as the first line in
Bruce Momjian
2005-05-07
1
-10
/
+56
[next]