]> granicus.if.org Git - postgresql/history - src/backend/commands/proclang.c
Privileges on functions and procedural languages
[postgresql] / src / backend / commands / proclang.c
2002-02-18 Peter EisentrautPrivileges on functions and procedural languages
2001-06-13 Tom LaneAllow a non-superuser database owner to vacuum all...
2001-03-22 Bruce MomjianRemove dashes in comments that don't need them, rewrap...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2000-12-03 Tom LaneEnsure that all uses of <ctype.h> functions are applied...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
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-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
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-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-05 Bruce MomjianFix tolower loops to go in proper direction for cache.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-10-28 Vadim B. MikheevNow we are able to CREATE PROCEDURAL LANGUAGE (Thanks...