aboutsummaryrefslogtreecommitdiff
path: root/src/backend/utils/fmgr/dfmgr.c
Commit message (Expand)AuthorAge
* Update copyrights for 2020Bruce Momjian2020-01-01
* Remove configure --disable-float4-byvalPeter Eisentraut2019-11-21
* Fix ecpglib.h to declare bool consistently with c.h.Tom Lane2019-11-12
* Phase 2 pgindent run for v12.Tom Lane2019-05-22
* Update copyright for 2019Bruce Momjian2019-01-02
* Drop const cast from dlsym() callsPeter Eisentraut2018-10-23
* Work around stdbool problem in dfmgr.c.Tom Lane2018-09-09
* Refactor dlopen() supportPeter Eisentraut2018-09-06
* Update copyright for 2018Bruce Momjian2018-01-02
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Phase 2 of pgindent updates.Tom Lane2017-06-21
* Initial pgindent run with pg_bsd_indent version 2.0.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-14
* Update copyright via script for 2017Bruce Momjian2017-01-03
* Add a noreturn attribute to help static analyzersPeter Eisentraut2016-10-09
* Fix assorted places in psql to print version numbers >= 10 in new style.Tom Lane2016-08-16
* 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