| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | For some reason access/tupmacs.h has been #including utils/memutils.h, | Tom Lane | 2005-05-06 | 1 | -2/+3 |
| * | Convert some mulit-line comments in copy.c to single line, as appropriate. | Bruce Momjian | 2005-05-06 | 1 | -85/+29 |
| * | Change CREATE TYPE to require datatype output and send functions to have | Tom Lane | 2005-05-01 | 1 | -18/+10 |
| * | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 | 1 | -2/+1 |
| * | Improve EXPLAIN ANALYZE to show the time spent in each trigger when | Tom Lane | 2005-03-25 | 1 | -2/+6 |
| * | Revise TupleTableSlot code to avoid unnecessary construction and disassembly | Tom Lane | 2005-03-16 | 1 | -7/+4 |
| * | Handle carriage returns and line feeds in COPY CSV mode. | Bruce Momjian | 2005-03-12 | 1 | -76/+120 |
| * | Tag appropriate files for rc3 | PostgreSQL Daemon | 2004-12-31 | 1 | -2/+2 |
| * | > If it bothers you that much. I'd make a flag, cleared at the start of | Bruce Momjian | 2004-12-03 | 1 | -1/+22 |
| * | When implementing a coercion to a domain type with a combined | Tom Lane | 2004-11-06 | 1 | -2/+2 |
| * | Fix failure to think clearly about encoding conversion errors in COPY. | Tom Lane | 2004-10-29 | 1 | -31/+22 |
| * | Redesign query-snapshot timing so that volatile functions in READ COMMITTED | Tom Lane | 2004-09-13 | 1 | -5/+2 |
| * | Fire non-deferred AFTER triggers immediately upon query completion, | Tom Lane | 2004-09-10 | 1 | -1/+11 |
| * | Pgindent run for 8.0. | Bruce Momjian | 2004-08-29 | 1 | -104/+115 |
| * | Update copyright to 2004. | Bruce Momjian | 2004-08-29 | 1 | -2/+2 |
| * | Restructure error handling as recently discussed. It is now really | Tom Lane | 2004-07-31 | 1 | -7/+42 |
| * | Represent type-specific length coercion functions as pg_cast entries, | Tom Lane | 2004-06-16 | 1 | -2/+2 |
| * | Infrastructure for I/O of composite types: arrange for the I/O routines | Tom Lane | 2004-06-06 | 1 | -23/+23 |
| * | Tweak palloc/repalloc to allow zero bytes to be requested, as per recent | Tom Lane | 2004-06-05 | 1 | -16/+13 |
| * | Reimplement the linked list data structure used throughout the backend. | Neil Conway | 2004-05-26 | 1 | -25/+26 |
| * | Change COPY CSV keyword to be: | Bruce Momjian | 2004-04-21 | 1 | -52/+51 |
| * | Prevent doubling of escapes when not in quote mode for CSV. | Bruce Momjian | 2004-04-19 | 1 | -2/+2 |
| * | Complete TODO item: | Bruce Momjian | 2004-04-19 | 1 | -43/+467 |
| * | Modify COPY for() loop to use attnum as a variable name, not 'i'. | Bruce Momjian | 2004-04-15 | 1 | -15/+16 |
| * | The attached applied patch throws an error if the delimiter appears in | Bruce Momjian | 2004-04-06 | 1 | -1/+9 |
| * | Restructure smgr API as per recent proposal. smgr no longer depends on | Tom Lane | 2004-02-10 | 1 | -1/+2 |
| * | Review uses of IsUnderPostmaster, change some tests to look at | Tom Lane | 2004-01-28 | 1 | -4/+4 |
| * | Ensure that close() and fclose() are checked for errors, at least in | Tom Lane | 2004-01-26 | 1 | -2/+9 |
| * | Don't use %s-with-precision format spec to truncate data being displayed | Tom Lane | 2004-01-18 | 1 | -12/+48 |
| * | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 | 1 | -1/+1 |
| * | Modify COPY FROM to match the null-value string against the column value | Tom Lane | 2003-10-06 | 1 | -24/+45 |
| * | Improve context display for failures during COPY IN, as recently | Tom Lane | 2003-09-29 | 1 | -201/+302 |
| * | Message editing: remove gratuitous variations in message wording, standardize | Peter Eisentraut | 2003-09-25 | 1 | -3/+3 |
| * | Fix stupid typo (mine I suppose) in CopyGetData. Per report from Dave Cramer. | Tom Lane | 2003-08-28 | 1 | -2/+2 |
| * | libpq failed to cope with COPY FROM STDIN if the command was issued | Tom Lane | 2003-08-13 | 1 | -1/+11 |
| * | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 | 1 | -3/+3 |