postgresql/src/backend
Bruce Momjian 874148fe34 IMPROVED VERSION APPLIED:
The attached patch completes the following TODO item:

    * Generate failure on short COPY lines rather than pad NULLs

I also restructed a lot of the existing COPY code, did some code
review on the column list patch sent in by Brent Verner a little
while ago, and added some regression tests. I also added an
explicit check (and resultant error) for extra data before
the end-of-line.

Neil Conway
2002-07-30 16:55:06 +00:00
..
access This patch fixes one serious bug (runaway INSERT) and a few rare (and 2002-07-30 16:08:33 +00:00
bootstrap Since we're depending on %option noyywrap in the main scanner now, 2002-07-30 16:33:08 +00:00
catalog Centralize code for interpreting schema references, which had gotten 2002-07-29 23:46:35 +00:00
commands IMPROVED VERSION APPLIED: 2002-07-30 16:55:06 +00:00
executor Remove _deadcode. 2002-07-24 19:16:43 +00:00
lib Update copyright to 2002. 2002-06-20 20:29:54 +00:00
libpq Remove certain Makefile dependencies by using full pathnames in 2002-07-15 21:34:05 +00:00
main Update copyright to 2002. 2002-06-20 20:29:54 +00:00
nodes Implement CREATE/DROP OPERATOR CLASS. Work still remains: need more 2002-07-29 22:14:11 +00:00
optimizer Remove _deadcode. 2002-07-24 19:16:43 +00:00
parser Centralize code for interpreting schema references, which had gotten 2002-07-29 23:46:35 +00:00
po Improve lexer's error reporting. You get the whole token mentioned now 2002-05-01 17:12:08 +00:00
port Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00
postmaster oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
regex Implement SQL99 OVERLAY(). Allows substitution of a substring in a string. 2002-06-11 15:44:38 +00:00
rewrite oid is needed, it is added at the end of the struct (after the null 2002-07-20 05:16:59 +00:00
storage Complete TODO item: 2002-07-19 00:17:40 +00:00
tcop Move alarm timers to proper location. 2002-07-30 05:35:53 +00:00
tioga Update copyright to 2002. 2002-06-20 20:29:54 +00:00
utils This should fix a bug where a row that was updated or 2002-07-30 16:33:21 +00:00
Makefile Assemble portability modules into libpgport library. 2002-07-27 20:10:05 +00:00