aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/dfmgr.c
Commit message (Expand)AuthorAge
* Add a hash table to cache lookups of 'C'-language functions (that is,Tom Lane2004-01-19
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* load_file() has to remove pre-existing shlibs that match the new fileTom Lane2003-09-07
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Another round of error message editing, covering backend/parser/.Tom Lane2003-07-19
* First bits of work on error message editing.Tom Lane2003-07-18
* Make debug_ GUC varables output DEBUG1 rather than LOG, and mention inBruce Momjian2003-05-27
* Fix compile problem with Win32 macro used inside another macro.Bruce Momjian2003-04-05
* Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian2003-04-04
* Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian2002-09-02
* Update copyright to 2002.Bruce Momjian2002-06-20
* Commit to match discussed elog() changes. Only update is that LOG isBruce Momjian2002-03-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* Rearrange fmgr.c and relcache so that it's possible to keep FmgrInfoTom Lane2001-10-06
* Plug memory leaks introduced by dynamic-search-path changes.Tom Lane2001-10-04
* Install dynamically loadable modules into a private subdirectoryPeter Eisentraut2001-09-16
* Allow special '$libdir' macro to show up in object file path in CREATEPeter Eisentraut2001-05-19
* Add dynamic_library_path parameter and automatic appending of sharedPeter Eisentraut2001-05-17
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* First phase of memory management rewrite (see backend/utils/mmgr/READMETom Lane2000-06-28
* Final #include cleanup.Bruce Momjian2000-06-15
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Allow CREATE FUNCTION's WITH clause to be used for all language types,Tom Lane1999-10-02
* heap_close(rel, AccessShareLock);Vadim B. Mikheev1999-09-28
* I have been working with user defined types and user defined cBruce Momjian1999-09-28
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Add back improperly removed #include for utils/dynamic_loader.h.Tom Lane1999-07-16
* Final cleanupBruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Improve error message from failed LOAD command (includeTom Lane1999-05-22
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-10
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Clean up some minor compile warnings.Tom Lane1999-02-07
* Make functions static or ifdef NOT_USED. Prevent pg_version creation.Bruce Momjian1998-10-08
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01