aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/dfmgr.c
Commit message (Expand)AuthorAge
* Properly install dynloader.h on MSVC buildsBruce Momjian2016-01-19
* Update copyright for 2016Bruce Momjian2016-01-02
* pgindent run for 9.5Bruce Momjian2015-05-23
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Use FLEXIBLE_ARRAY_MEMBER in a number of other places.Tom Lane2015-02-21
* Update copyright for 2015Bruce Momjian2015-01-06
* pgindent run for 9.4Bruce Momjian2014-05-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Use appendStringInfoString instead of appendStringInfo where possible.Robert Haas2013-10-31
* Add use of asprintf()Peter Eisentraut2013-10-13
* Update copyrights for 2013Bruce Momjian2013-01-01
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Replace errdetail("%s", ...) with errdetail_internal("%s", ...).Tom Lane2011-07-16
* Rename function to first_path_var_separator() to clarify it works withBruce Momjian2011-02-02
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Fix comparisons of pointers with zero to compare with NULL instead.Tom Lane2010-10-29
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Make LOAD of an already-loaded library into a no-op, instead of attemptingTom Lane2009-09-03
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* If a loadable module has wrong values in its magic block, spell outTom Lane2008-09-03
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Some of our port-specific dynloader implementations are careful toTom Lane2007-07-12
* Replace some strncpy() by strlcpy().Peter Eisentraut2007-02-07
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* 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