]> granicus.if.org Git - postgresql/history - src/backend/utils/adt/acl.c
Fix for ACL length problem on different platforms.
[postgresql] / src / backend / utils / adt / acl.c
1999-07-09 Bruce MomjianFix for ACL length problem on different platforms.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-12 Bruce MomjianI am sorry, I misinterpreted the still failing trigger...
1999-03-21 Bruce MomjianThis patch fixes the bug that made it impossible to...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
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-06-15 Bruce MomjianRemove un-needed braces around single statements.
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-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-11-24 Bruce MomjianRemove tqual.h includes not needed.
1997-11-01 Bruce MomjianFix acl error, and remove duplicate pqtrace.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-07-10 Bruce MomjianAllow underscores in user names.
1996-11-20 Bruce MomjianThere is a bug in aclinsert3 in the code which update...
1996-11-17 Bruce MomjianFix for error when viewing group access privs.
1996-11-10 Bruce MomjianAll external function definitions now have prototypes...
1996-11-06 Marc G. FournierAnother directory that compiles with no errors, and...
1996-11-06 Marc G. FournierSome compile failure fixes from Keith Parks <emkxp01...
1996-11-03 Marc G. FournierProduce a clean compile of backend...
1996-08-27 Marc G. FournierAt this rate, maybe next year sometime I'll get this...
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01