Commit message (Collapse) | Author | Age | ||
---|---|---|---|---|
... | ||||
* | Change my-function-name-- to my_function_name, and optimizer renames. | Bruce Momjian | 1999-02-13 | |
| | ||||
* | Cleanup of source files where 'return' or 'var =' is alone on a line. | Bruce Momjian | 1999-02-03 | |
| | ||||
* | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | |
| | ||||
* | Renaming cleanup, no pgindent yet. | Bruce Momjian | 1998-09-01 | |
| | ||||
* | heap_fetch requires buffer pointer, must be released; heap_getnext | Bruce Momjian | 1998-08-19 | |
| | | | | | | | | | | | | | no longer returns buffer pointer, can be gotten from scan; descriptor; bootstrap can create multi-key indexes; pg_procname index now is multi-key index; oidint2, oidint4, oidname are gone (must be removed from regression tests); use System Cache rather than sequential scan in many places; heap_modifytuple no longer takes buffer parameter; remove unused buffer parameter in a few other functions; oid8 is not index-able; remove some use of single-character variable names; cleanup Buffer variables usage and scan descriptor looping; cleaned up allocation and freeing of tuples; 18k lines of diff; | |||
* | Remove un-needed braces around single statements. | Bruce Momjian | 1998-06-15 | |
| | ||||
* | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | |
| | ||||
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-25 | |
| | | | | | | | | | | seems that my last post didn't make it through. That's good since the diff itself didn't covered the renaming of pg_user.h to pg_shadow.h and it's new content. Here it's again. The complete regression test passwd with only some float diffs. createuser and destroyuser work. pg_shadow cannot be read by ordinary user. | |||
* | From: Jan Wieck <jwieck@debis.com> | Marc G. Fournier | 1998-02-24 | |
| | | | | | | So if the relname is given to acldefault() in utils/adt/acl.c, it can do a IsSystemRelationName() on it and return ACL_RD instead of ACL_WORLD_DEFAULT. | |||
* | Goodbye register keyword. Compiler knows better. | Bruce Momjian | 1998-02-11 | |
| | ||||
* | Change some ABORTS to ERROR. Add line number when COPY Failure. | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Change elog(WARN) to elog(ERROR) and elog(ABORT). | Bruce Momjian | 1998-01-05 | |
| | ||||
* | Change some mallocs to palloc. | Bruce Momjian | 1997-12-29 | |
| | ||||
* | Remove tqual.h includes not needed. | Bruce Momjian | 1997-11-24 | |
| | ||||
* | Fix acl error, and remove duplicate pqtrace. | Bruce Momjian | 1997-11-01 | |
| | ||||
* | Inline memset() as MemSet(). | Bruce Momjian | 1997-09-18 | |
| | ||||
* | Used modified version of indent that understands over 100 typedefs. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Add typdefs to pgindent run. | Bruce Momjian | 1997-09-08 | |
| | ||||
* | Another PGINDENT run that changes variable indenting and case label ↵ | Bruce Momjian | 1997-09-08 | |
| | | | | indenting. Also static variable indenting. | |||
* | Massive commit to run PGINDENT on all *.c and *.h files. | Bruce Momjian | 1997-09-07 | |
| | ||||
* | Make functions static where possible, enclose unused functions in #ifdef ↵ | Bruce Momjian | 1997-08-19 | |
| | | | | NOT_USED. | |||
* | Fix pgproc names over 15 chars in output. Add strNcpy() function. remove ↵ | Bruce Momjian | 1997-08-12 | |
| | | | | some (void) casts that are unnecessary. | |||
* | Cleanup for NAMEDATALEN use. | Bruce Momjian | 1997-08-03 | |
| | ||||
* | Various compile errors concerning overflow due to shifts, unsigned, and bad ↵ | Bruce Momjian | 1997-07-24 | |
| | | | | prototypes, from Solaris, from Diab Jerius | |||
* | Allow underscores in user names. | Bruce Momjian | 1997-07-10 | |
| | ||||
* | There is a bug in aclinsert3 in the code which update the acl arrays. | Bruce Momjian | 1996-11-20 | |
| | | | | | | | | | | | When an acl item is added or updated the new entry is deleted if it has no permissions and the acl array is shrinked. This is is done by decrementing the number of items without updating the corresponding array size. The array with the incorrect size is later read by pg_aclcheck and the entry count is used to allocate a new array while the array size is used to copy the old one. This causes a memory corruption and a backend crash. This happens only to normal user as the administrator bypasses acl checks. Massimo Dal Zotto | |||
* | Fix for error when viewing group access privs. | Bruce Momjian | 1996-11-17 | |
| | ||||
* | All external function definitions now have prototypes that are checked. | Bruce Momjian | 1996-11-10 | |
| | ||||
* | Another directory that compiles with no errors, and few warnings | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk> | Marc G. Fournier | 1996-11-06 | |
| | ||||
* | Produce a clean compile of backend... | Marc G. Fournier | 1996-11-03 | |
| | ||||
* | At this rate, maybe next year sometime I'll get this done... | Marc G. Fournier | 1996-08-27 | |
| | | | | | Goals: reduce the difficulty of porting from platform to platform, release to release, but moving as much as possible into config.h | |||
* | Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01 | Marc G. Fournier | 1996-07-09 | |