aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/dfmgr.c
Commit message (Expand)AuthorAge
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Replace strncpy with strlcpy in selected places that seem possibly relevantTom Lane2006-09-27
* Seems some C compilers think 'restrict' is a fully reserved word.Tom Lane2006-08-16
* Add server support for "plugin" libraries that can be used for add-on tasksTom Lane2006-08-15
* Add a feature for automatic initialization and finalization of dynamicallyTom Lane2006-08-08
* Prepare code to be built by MSVC:Bruce Momjian2006-06-07
* Make PG_MODULE_MAGIC required in shared libraries that are loaded intoTom Lane2006-05-31
* Code review for magic-block patch. Remove separate header file pgmagic.h,Tom Lane2006-05-30
* Add pgmagic header block to store compile-time constants:Bruce Momjian2006-05-30
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Code cleanup: in C89, there is no point casting the first argument toNeil Conway2005-05-11
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Fix core dumps, inability to count, etc associated with canonicalize_pathTom Lane2004-08-13
* Fix library_path with canonicalization.Bruce Momjian2004-07-12
* Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian2004-06-10
* *) inet_(client|server)_(addr|port)() and necessary documentation forBruce Momjian2004-05-26
* Reorganize code to allow path-relative installs.Bruce Momjian2004-05-17
* Determines the PKGLIBDIR equivalent under win32. Requires pgsql lib andBruce Momjian2004-03-09
* Under Win32, stat() returns an st_ino field, but it has no meaning (onBruce Momjian2004-02-17
* 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