You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Bruce Momjian
577e21b34f
Hello.
...
The following patch extends the COMMENT ON functionality to the
rest of the database objects beyond just tables, columns, and views. The
grammer of the COMMENT ON statement now looks like:
COMMENT ON [
[ DATABASE | INDEX | RULE | SEQUENCE | TABLE | TYPE | VIEW ] <objname>
|
COLUMN <relation>.<attribute> |
AGGREGATE <aggname> <aggtype> |
FUNCTION <funcname> (arg1, arg2, ...) |
OPERATOR <op> (leftoperand_typ rightoperand_typ) |
TRIGGER <triggername> ON relname>
Mike Mascari
(mascarim@yahoo.com )
27 years ago
..
access
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
27 years ago
bootstrap
Change #include's to use <> and "" as appropriate.
27 years ago
catalog
Hello.
27 years ago
commands
Hello.
27 years ago
executor
Split 'BufFile' routines out of fd.c into a new module, buffile.c. Extend
27 years ago
lib
Remove now-dead sort modules.
27 years ago
libpq
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
27 years ago
mb
Fix for multi-byte includes.
27 years ago
nodes
Hello.
27 years ago
optimizer
Fix planner and rewriter to follow SQL semantics for tables that are
27 years ago
parser
Fix planner and rewriter to follow SQL semantics for tables that are
27 years ago
port
Standardize on MAXPGPATH as the size of a file pathname buffer,
27 years ago
regex
Move some system includes into c.h, and remove duplicates.
27 years ago
rewrite
Clean up rewriter routines to use expression_tree_walker and
27 years ago
storage
Second phase of psort reconstruction project: add bookkeeping logic to
27 years ago
tcop
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
27 years ago
utils
Standardize on MAXPGPATH as the size of a file pathname buffer,
27 years ago
c.h
Move some system includes into c.h, and remove duplicates.
27 years ago
config.h.in
Standardize on MAXPGPATH as the size of a file pathname buffer,
27 years ago
miscadmin.h
Look Ma, no MAX_PARSE_BUFFER! (At least not in the backend.
27 years ago
postgres.h
Standardize on MAXPGPATH as the size of a file pathname buffer,
27 years ago
postgres_ext.h
Turns out OIDNAMELEN wasn't really being used at all!
27 years ago
rusagestub.h
Change my-function-name-- to my_function_name, and optimizer renames.
27 years ago
strdup.h
Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting.
29 years ago
version.h.in
Update for 6.6.
27 years ago