| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Update copyrights to 2003. | Bruce Momjian | 2003-08-04 | 1 | -2/+2 |
| * | pgindent run. | Bruce Momjian | 2003-08-04 | 1 | -100/+109 |
| * | Adjust 'permission denied' messages to be more useful and consistent. | Tom Lane | 2003-08-01 | 1 | -2/+3 |
| * | Error message editing in backend/libpq, backend/postmaster, backend/tcop. | Tom Lane | 2003-07-22 | 1 | -2/+2 |
| * | Error message editing in backend/executor. | Tom Lane | 2003-07-21 | 1 | -2/+2 |
| * | Another round of error message editing, covering backend/commands/. | Tom Lane | 2003-07-20 | 1 | -110/+201 |
| * | Remove use of geteuid under Win32. | Bruce Momjian | 2003-05-16 | 1 | -1/+15 |
| * | COPY BINARY uses the new binary I/O routines. Update a few more datatypes | Tom Lane | 2003-05-09 | 1 | -194/+178 |
| * | Implement new-protocol binary I/O support in DataRow, Bind, and FunctionCall | Tom Lane | 2003-05-09 | 1 | -6/+4 |
| * | Update 3.0 protocol support to match recent agreements about how to | Tom Lane | 2003-05-08 | 1 | -9/+19 |
| * | COPY and pg_dump failed to cope with zero-column tables. Fix 'em. | Tom Lane | 2003-04-25 | 1 | -13/+37 |
| * | Infrastructure for upgraded error reporting mechanism. elog.c is | Tom Lane | 2003-04-24 | 1 | -10/+27 |
| * | Another round of protocol changes. Backend-to-frontend messages now all | Tom Lane | 2003-04-22 | 1 | -47/+104 |
| * | Allow \r and \r\n termination for COPY files. | Bruce Momjian | 2003-04-19 | 1 | -11/+84 |
| * | Add pipe parameter to COPY function to allow proper line termination. | Bruce Momjian | 2003-04-19 | 1 | -4/+4 |
| * | Second round of FE/BE protocol changes. Frontend->backend messages now | Tom Lane | 2003-04-19 | 1 | -189/+371 |
| * | Add Win32 path handling for / vs. \ and drive letters. | Bruce Momjian | 2003-04-04 | 1 | -2/+2 |
| * | This patch implements holdable cursors, following the proposal | Bruce Momjian | 2003-03-27 | 1 | -4/+6 |
| * | Determine the set of constraints applied to a domain at executor | Tom Lane | 2003-02-03 | 1 | -13/+11 |
| * | Read-only transactions, as defined in SQL. | Peter Eisentraut | 2003-01-10 | 1 | -1/+5 |
| * | Revise executor APIs so that all per-query state structure is built in | Tom Lane | 2002-12-15 | 1 | -10/+10 |
| * | Phase 3 of read-only-plans project: ExecInitExpr now builds expression | Tom Lane | 2002-12-13 | 1 | -12/+14 |
| * | Phase 2 of read-only-plans project: restructure expression-tree nodes | Tom Lane | 2002-12-12 | 1 | -1/+4 |
| * | Run COPY OUT in a temporary memory context that's reset once per row, | Tom Lane | 2002-12-01 | 1 | -36/+37 |
| * | Use Params, rather than run-time-modified Const nodes, to handle | Tom Lane | 2002-11-26 | 1 | -23/+19 |
| * | Remove unused constisset and constiscast fields of Const nodes. Clean | Tom Lane | 2002-11-25 | 1 | -4/+2 |
| * | This patch implements FOR EACH STATEMENT triggers, per my email to | Bruce Momjian | 2002-11-23 | 1 | -3/+16 |
| * | Add new palloc0 call as merge of palloc and MemSet(0). | Bruce Momjian | 2002-11-13 | 1 | -3/+2 |
| * | Back out use of palloc0 in place if palloc/MemSet. Seems constant len | Bruce Momjian | 2002-11-11 | 1 | -2/+3 |
| * | Merge palloc()/MemSet(0) calls into a single palloc0() call. | Bruce Momjian | 2002-11-10 | 1 | -3/+2 |
| * | Add missing #include <errno.h>. | Tom Lane | 2002-10-19 | 1 | -1/+2 |
| * | Arrange to copy relcache's trigdesc structure at the start of any | Tom Lane | 2002-10-14 | 1 | -2/+2 |
| * | Code review for check-domain-constraints-in-COPY patch. Do correct thing | Tom Lane | 2002-09-20 | 1 | -64/+84 |
| * | Change domain patch to COERCE_IMPLICIT_CAST, per Tom. | Bruce Momjian | 2002-09-20 | 1 | -2/+2 |