postgresql/src/backend/commands
Bruce Momjian c65ea0e040 New pg_attribute.atttypmod for type-specific information like
varchar length.

Cleans up code so attlen is always length.

Removed varchar() hack added earlier.

Will fix bug in selecting varchar() fields, and varchar() can be
variable length.
1998-01-16 23:21:07 +00:00
..
_deadcode Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
async.c Makefile cleaned up 1997-12-17 04:44:50 +00:00
cluster.c Fix CLUSTER. 1998-01-10 05:19:22 +00:00
command.c New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
copy.c New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
creatinh.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
dbcommands.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
defind.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
define.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
explain.c Change some mallocs to palloc. 1997-12-29 05:13:57 +00:00
Makefile Move variable.c to commands/ and aclchk.c to catalog/. 1998-01-05 18:43:18 +00:00
proclang.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
recipe.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
remove.c Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00
rename.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
sequence.c New pg_attribute.atttypmod for type-specific information like 1998-01-16 23:21:07 +00:00
trigger.c Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00
user.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00
vacuum.c Thank god for searchable mail archives. 1998-01-15 19:46:37 +00:00
variable.c Allow varchar() to only store needed bytes. Remove PALLOC,PALLOCTYPE,PFREE. Clean up use of VARDATA. 1998-01-07 18:47:07 +00:00
view.c Change some ABORTS to ERROR. Add line number when COPY Failure. 1998-01-05 16:40:20 +00:00