index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
copy.c
Commit message (
Expand
)
Author
Age
*
Attibution addition: Add Karel Zak also for COPY SELECT.
Bruce Momjian
2006-08-31
*
Correct attibution:
Bruce Momjian
2006-08-31
*
Extend COPY to support COPY (SELECT ...) TO ...
Tom Lane
2006-08-30
*
Remove 576 references of include files that were not needed.
Bruce Momjian
2006-07-14
*
Allow include files to compile own their own.
Bruce Momjian
2006-07-13
*
Further hacking on performance of COPY OUT. It seems that fwrite()'s
Tom Lane
2006-05-26
*
Reduce per-character overhead in COPY OUT by combining calls to
Tom Lane
2006-05-25
*
Change the backend to reject strings containing invalidly-encoded multibyte
Tom Lane
2006-05-21
*
Fix a bunch of problems with domains by making them use special input functions
Tom Lane
2006-04-05
*
Modify all callers of datatype input and receive functions so that if these
Tom Lane
2006-04-04
*
Add error location info to ResTarget parse nodes. Allows error cursor to be ...
Tom Lane
2006-03-23
*
Update copyright for 2006. Update scripts.
Bruce Momjian
2006-03-05
*
Make the COPY command return a command tag that includes the number of
Tom Lane
2006-03-03
*
Prevent COPY from using newline or carriage return as delimiter or null.
Bruce Momjian
2006-02-03
*
Add regression tests for CSV and \., and add automatic quoting of a
Bruce Momjian
2005-12-28
*
Our code had:
Bruce Momjian
2005-12-27
*
Re-run pgindent, fixing a problem where comment lines after a blank
Bruce Momjian
2005-11-22
*
Rename the members of CommandDest enum so they don't collide with other uses of
Alvaro Herrera
2005-11-03
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
*
COPY's test for read-only transaction was backward; it prohibited COPY TO
Tom Lane
2005-10-03
*
Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.
Tom Lane
2005-09-24
*
Suppress signed-vs-unsigned-char warnings.
Tom Lane
2005-09-24
*
Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.
Tom Lane
2005-09-01
*
COPY performance improvements. Avoid calling CopyGetData for each input
Tom Lane
2005-08-06
*
Change typreceive function API so that receive functions get the same
Tom Lane
2005-07-10
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
*
Add support for \x hex escapes in COPY.
Bruce Momjian
2005-06-02
*
Add COPY WITH CVS HEADER to allow a heading line as the first line in
Bruce Momjian
2005-05-07
*
For some reason access/tupmacs.h has been #including utils/memutils.h,
Tom Lane
2005-05-06
*
Convert some mulit-line comments in copy.c to single line, as appropriate.
Bruce Momjian
2005-05-06
*
Change CREATE TYPE to require datatype output and send functions to have
Tom Lane
2005-05-01
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
*
Improve EXPLAIN ANALYZE to show the time spent in each trigger when
Tom Lane
2005-03-25
*
Revise TupleTableSlot code to avoid unnecessary construction and disassembly
Tom Lane
2005-03-16
*
Handle carriage returns and line feeds in COPY CSV mode.
Bruce Momjian
2005-03-12
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
*
> If it bothers you that much. I'd make a flag, cleared at the start of
Bruce Momjian
2004-12-03
*
When implementing a coercion to a domain type with a combined
Tom Lane
2004-11-06
*
Fix failure to think clearly about encoding conversion errors in COPY.
Tom Lane
2004-10-29
*
Redesign query-snapshot timing so that volatile functions in READ COMMITTED
Tom Lane
2004-09-13
*
Fire non-deferred AFTER triggers immediately upon query completion,
Tom Lane
2004-09-10
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
*
Restructure error handling as recently discussed. It is now really
Tom Lane
2004-07-31
*
Represent type-specific length coercion functions as pg_cast entries,
Tom Lane
2004-06-16
*
Infrastructure for I/O of composite types: arrange for the I/O routines
Tom Lane
2004-06-06
*
Tweak palloc/repalloc to allow zero bytes to be requested, as per recent
Tom Lane
2004-06-05
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
*
Change COPY CSV keyword to be:
Bruce Momjian
2004-04-21
*
Prevent doubling of escapes when not in quote mode for CSV.
Bruce Momjian
2004-04-19
[next]