aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/copy.c
Commit message (Expand)AuthorAge
* Minor code cleanup: calling FreeFile() before ereport(ERROR) is notNeil Conway2007-06-20
* Marginal hacking to improve the speed of COPY OUT. I had found in a bit ofTom Lane2007-06-17
* Modify processing of DECLARE CURSOR and EXPLAIN so that they can resolve theTom Lane2007-04-27
* Update docs/error message for CSV quote/escape --- must be ASCII.Bruce Momjian2007-04-18
* Update error message for COPY with a multi-byte delimiter.Bruce Momjian2007-04-18
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* Teach CLUSTER to skip writing WAL if not needed (ie, not using archiving)Tom Lane2007-03-29
* First phase of plan-invalidation project: create a plan cache managementTom Lane2007-03-13
* Add resetStringInfo(), which clears the content of a StringInfo, andNeil Conway2007-03-03
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-25
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Attibution addition: Add Karel Zak also for COPY SELECT.Bruce Momjian2006-08-31
* Correct attibution:Bruce Momjian2006-08-31
* Extend COPY to support COPY (SELECT ...) TO ...Tom Lane2006-08-30
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Further hacking on performance of COPY OUT. It seems that fwrite()'sTom Lane2006-05-26
* Reduce per-character overhead in COPY OUT by combining calls toTom Lane2006-05-25
* Change the backend to reject strings containing invalidly-encoded multibyteTom Lane2006-05-21
* Fix a bunch of problems with domains by making them use special input functionsTom Lane2006-04-05
* Modify all callers of datatype input and receive functions so that if theseTom Lane2006-04-04
* Add error location info to ResTarget parse nodes. Allows error cursor to be ...Tom Lane2006-03-23
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Make the COPY command return a command tag that includes the number ofTom Lane2006-03-03
* Prevent COPY from using newline or carriage return as delimiter or null.Bruce Momjian2006-02-03
* Add regression tests for CSV and \., and add automatic quoting of aBruce Momjian2005-12-28
* Our code had:Bruce Momjian2005-12-27
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Rename the members of CommandDest enum so they don't collide with other uses ofAlvaro Herrera2005-11-03
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* COPY's test for read-only transaction was backward; it prohibited COPY TOTom Lane2005-10-03
* Clean up possibly-uninitialized-variable warnings reported by gcc 4.x.Tom Lane2005-09-24
* Suppress signed-vs-unsigned-char warnings.Tom Lane2005-09-24
* Fix unportable uses of <ctype.h> functions. Per Sergey Koposov.Tom Lane2005-09-01
* COPY performance improvements. Avoid calling CopyGetData for each inputTom Lane2005-08-06
* Change typreceive function API so that receive functions get the sameTom Lane2005-07-10
* Replace pg_shadow and pg_group by new role-capable catalogs pg_authidTom Lane2005-06-28
* Add support for \x hex escapes in COPY.Bruce Momjian2005-06-02
* Add COPY WITH CVS HEADER to allow a heading line as the first line inBruce Momjian2005-05-07
* For some reason access/tupmacs.h has been #including utils/memutils.h,Tom Lane2005-05-06
* Convert some mulit-line comments in copy.c to single line, as appropriate.Bruce Momjian2005-05-06
* Change CREATE TYPE to require datatype output and send functions to haveTom Lane2005-05-01
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Improve EXPLAIN ANALYZE to show the time spent in each trigger whenTom Lane2005-03-25
* Revise TupleTableSlot code to avoid unnecessary construction and disassemblyTom Lane2005-03-16
* Handle carriage returns and line feeds in COPY CSV mode.Bruce Momjian2005-03-12
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31