]> granicus.if.org Git - postgresql/history - src/backend/commands/copy.c
Change macros to make gcc quiet when parsing.
[postgresql] / src / backend / commands / copy.c
2009-05-29 Michael MeskesChange macros to make gcc quiet when parsing.
2009-04-19 Tom LaneFix de-escaping checks so that we will reject \000...
2009-03-31 Tom LaneModify the relcache to record the temp status of both...
2009-03-26 Tom LaneAdjust phrasing of complaints about multi-byte COPY...
2009-02-06 Tom LaneClean up some loose ends from the column privileges...
2009-01-02 Tom LaneInclude a pointer to the query's source text in QueryDe...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-11-30 Tom LaneClean up the API for DestReceiver objects by eliminatin...
2008-11-06 Tom LaneImprove bulk-insert performance by keeping the current...
2008-11-02 Tom LaneRemove all uses of the deprecated functions heap_formtu...
2008-05-12 Alvaro HerreraImprove snapshot manager by keeping explicit track...
2008-03-26 Alvaro HerreraRename snapmgmt.c/h to snapmgr.c/h, for consistency...
2008-03-26 Alvaro HerreraSeparate snapshot management code from tuple visibility...
2008-03-08 Andrew DunstanImprove efficiency of attribute scanning in CopyReadAtt...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-12-30 Andrew DunstanAdd sanity check to ensure delimiter and quote are...
2007-12-27 Tom LaneDisallow digits and lower-case ASCII letters as the...
2007-12-27 Tom LaneFix ill-advised usage of x?y:z expressions in errmsg...
2007-12-27 Tom LaneSwap the order of testing for control characters and...
2007-12-03 Tom LaneRevert COPY OUT to follow the pre-8.3 handling of ASCII...
2007-11-30 Tom LaneAvoid incrementing the CommandCounter when CommandCount...
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-09-12 Andrew DunstanPerform post-escaping encoding validity checks on SQL...
2007-09-07 Tom LaneDon't take ProcArrayLock while exiting a transaction...
2007-06-20 Neil ConwayMinor code cleanup: calling FreeFile() before ereport...
2007-06-17 Tom LaneMarginal hacking to improve the speed of COPY OUT....
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-18 Bruce MomjianUpdate docs/error message for CSV quote/escape ---...
2007-04-18 Bruce MomjianUpdate error message for COPY with a multi-byte delimiter.
2007-04-16 Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-13 Tom LaneFirst phase of plan-invalidation project: create a...
2007-03-03 Neil ConwayAdd resetStringInfo(), which clears the content of...
2007-02-20 Tom LaneRemove the Query structure from the executor's API...
2007-01-25 Bruce MomjianPrevent WAL logging when COPY is done in the same trans...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-10-06 Peter EisentrautMessage style improvements
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-31 Bruce MomjianAttibution addition: Add Karel Zak also for COPY SELECT.
2006-08-31 Bruce MomjianCorrect attibution:
2006-08-30 Tom LaneExtend COPY to support COPY (SELECT ...) TO ...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-05-26 Tom LaneFurther hacking on performance of COPY OUT. It seems...
2006-05-25 Tom LaneReduce per-character overhead in COPY OUT by combining...
2006-05-21 Tom LaneChange the backend to reject strings containing invalid...
2006-04-05 Tom LaneFix a bunch of problems with domains by making them...
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneMake the COPY command return a command tag that include...
2006-02-03 Bruce MomjianPrevent COPY from using newline or carriage return...
2005-12-28 Bruce MomjianAdd regression tests for CSV and \., and add automatic...
2005-12-27 Bruce MomjianOur code had:
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-03 Tom LaneCOPY's test for read-only transaction was backward...
2005-09-24 Tom LaneClean up possibly-uninitialized-variable warnings repor...
2005-09-24 Tom LaneSuppress signed-vs-unsigned-char warnings.
2005-09-01 Tom LaneFix unportable uses of <ctype.h> functions. Per Sergey...
2005-08-06 Tom LaneCOPY performance improvements. Avoid calling CopyGetDa...
2005-07-10 Tom LaneChange typreceive function API so that receive function...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-02 Bruce MomjianAdd support for \x hex escapes in COPY.
2005-05-07 Bruce MomjianAdd COPY WITH CVS HEADER to allow a heading line as...
2005-05-06 Tom LaneFor some reason access/tupmacs.h has been #including...
2005-05-06 Bruce MomjianConvert some mulit-line comments in copy.c to single...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-12 Bruce MomjianHandle carriage returns and line feeds in COPY CSV...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-03 Bruce Momjian> If it bothers you that much. I'd make a flag, cleared...
2004-11-06 Tom LaneWhen implementing a coercion to a domain type with...
2004-10-29 Tom LaneFix failure to think clearly about encoding conversion...
2004-09-13 Tom LaneRedesign query-snapshot timing so that volatile functio...
2004-09-10 Tom LaneFire non-deferred AFTER triggers immediately upon query...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-07-31 Tom LaneRestructure error handling as recently discussed. ...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-05 Tom LaneTweak palloc/repalloc to allow zero bytes to be request...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-21 Bruce MomjianChange COPY CSV keyword to be:
2004-04-19 Bruce MomjianPrevent doubling of escapes when not in quote mode...
2004-04-19 Bruce MomjianComplete TODO item:
2004-04-15 Bruce MomjianModify COPY for() loop to use attnum as a variable...
2004-04-06 Bruce MomjianThe attached applied patch throws an error if the delim...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-28 Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-26 Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-18 Tom LaneDon't use %s-with-precision format spec to truncate...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-10-06 Tom LaneModify COPY FROM to match the null-value string against...
2003-09-29 Tom LaneImprove context display for failures during COPY IN...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-28 Tom LaneFix stupid typo (mine I suppose) in CopyGetData. Per...
next