]> granicus.if.org Git - postgresql/history - src/backend/utils/fmgr/dfmgr.c
Add code to allow profiling of backends on Linux: save and restore the
[postgresql] / src / backend / utils / fmgr / dfmgr.c
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-06 Tom LaneRearrange fmgr.c and relcache so that it's possible...
2001-10-04 Tom LanePlug memory leaks introduced by dynamic-search-path...
2001-09-16 Peter EisentrautInstall dynamically loadable modules into a private...
2001-05-19 Peter EisentrautAllow special '$libdir' macro to show up in object...
2001-05-17 Peter EisentrautAdd dynamic_library_path parameter and automatic append...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-20 Tom LaneRevise handling of oldstyle/newstyle functions per...
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-06-28 Tom LaneFirst phase of memory management rewrite (see backend...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-01-26 Bruce MomjianAdd:
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-10-02 Tom LaneAllow CREATE FUNCTION's WITH clause to be used for...
1999-09-28 Vadim B. Mikheevheap_close(rel, AccessShareLock);
1999-09-28 Bruce Momjian I have been working with user defined types and...
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-07-16 Tom LaneAdd back improperly removed #include for utils/dynamic_...
1999-07-16 Bruce MomjianFinal cleanup
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Tom LaneImprove error message from failed LOAD command (include
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-07 Tom LaneClean up some minor compile warnings.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
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-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-07 Bruce MomjianGoodbye ABORT. Hello ERROR for all errors.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-20 Marc G. FournierFirst clean compile without a "PORTNAME" variable being...
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-12 Bruce Momjianheapattr functions now return a Datum, not char *.
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-09-01 Vadim B. Mikheevtrigger_dynamic()->handle_load() func for loading SPI...
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-07-24 Bruce MomjianVarious compile errors concerning overflow due to shift...
1997-02-14 Bruce MomjianRemove WIN32 defines. They never worked.
1997-02-13 Marc G. FournierImprovements to the ultrix port, in particular a bunch...
1996-11-27 Bryan HendersonMore stuff to make it compile on various ports.
1996-11-24 Bryan HendersonTypecasts, etc. to make compile work on AIX. Thanks...
1996-11-10 Bryan HendersonQuiet compiler warnings.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01