postgresql/src/backend
Bruce Momjian eebfb9baa5 create/alter user extension
This one should work much better than the one I sent in previously. The
functionality is the same, but the patch was missing one file resulting
in
the compilation failing. The docs also received a minor fix.

Peter Eisentraut                  Sernanders väg 10:115
1999-11-30 03:57:29 +00:00
..
access Try to detect oversize tuple before corrupting relation, instead of 1999-11-29 04:34:55 +00:00
bootstrap Rename heap_replace to heap_update. 1999-11-24 00:58:48 +00:00
catalog Delete pg_statistics rows for a relation during heap_destroy_with_catalog. 1999-11-28 02:03:04 +00:00
commands create/alter user extension 1999-11-30 03:57:29 +00:00
executor Rename heap_replace to heap_update. 1999-11-24 00:44:37 +00:00
lib Inline check for full buffer in appendStringInfoChar. 1999-11-01 05:10:32 +00:00
libpq verify_password() leaked a file descriptor if it failed to find the given 1999-11-23 01:04:38 +00:00
main Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
nodes Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 1999-11-23 20:07:06 +00:00
optimizer Tid access method feature from Hiroshi Inoue, Inoue@tpf.co.jp 1999-11-23 20:07:06 +00:00
parser create/alter user extension 1999-11-30 03:57:29 +00:00
port 'extern char *pg_pathname' in these files fails to agree with 1999-10-25 02:31:47 +00:00
postmaster Standardize on MAXPGPATH as the size of a file pathname buffer, 1999-10-25 03:08:03 +00:00
regex Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
rewrite Add pg_statistic index, add missing Hiroshi file. 1999-11-24 16:52:50 +00:00
storage lmgr.c didn't check for failure return from LockAcquire(). Boo hiss. 1999-11-28 01:58:08 +00:00
tcop Add system indexes to match all caches. 1999-11-22 17:56:41 +00:00
tioga Move some system includes into c.h, and remove duplicates. 1999-07-17 20:18:55 +00:00
utils Fix for bool casting. 1999-11-25 19:15:20 +00:00
Makefile Tweak make rules for parse.h and fmgr.h to avoid bug in old 1999-11-14 17:12:42 +00:00