]> granicus.if.org Git - postgresql/history - src/backend/catalog/aclchk.c
Included all yacc and lex files into the distribution.
[postgresql] / src / backend / catalog / aclchk.c
2000-01-16 Peter EisentrautIncluded all yacc and lex files into the distribution.
2000-01-15 Peter EisentrautFixed all elog related warnings, as well as a few others.
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-24 Bruce MomjianRename heap_replace to heap_update.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-30 Bruce MomjianMake usecatupd disabled for normal users, and allow...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-06-19 Bruce MomjianI have a small patch for 6.5.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-09 Thomas G. LockhartChange parameters to func_error().
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-24 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-02-11 Bruce MomjianGoodbye register keyword. Compiler knows better.
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-15 PostgreSQL DaemonThank god for searchable mail archives.
1998-01-06 Bruce MomjianChange some labels in bootparse to make ctags happy...
1998-01-05 Bruce MomjianMove variable.c to commands/ and aclchk.c to catalog/.