index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
fmgr
/
dfmgr.c
Commit message (
Expand
)
Author
Age
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Remove configure --disable-float4-byval
Peter Eisentraut
2019-11-21
*
Fix ecpglib.h to declare bool consistently with c.h.
Tom Lane
2019-11-12
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Drop const cast from dlsym() calls
Peter Eisentraut
2018-10-23
*
Work around stdbool problem in dfmgr.c.
Tom Lane
2018-09-09
*
Refactor dlopen() support
Peter Eisentraut
2018-09-06
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-14
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Add a noreturn attribute to help static analyzers
Peter Eisentraut
2016-10-09
*
Fix assorted places in psql to print version numbers >= 10 in new style.
Tom Lane
2016-08-16
*
Properly install dynloader.h on MSVC builds
Bruce Momjian
2016-01-19
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
*
Use FLEXIBLE_ARRAY_MEMBER in a number of other places.
Tom Lane
2015-02-21
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Use appendStringInfoString instead of appendStringInfo where possible.
Robert Haas
2013-10-31
*
Add use of asprintf()
Peter Eisentraut
2013-10-13
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Replace errdetail("%s", ...) with errdetail_internal("%s", ...).
Tom Lane
2011-07-16
*
Rename function to first_path_var_separator() to clarify it works with
Bruce Momjian
2011-02-02
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Fix comparisons of pointers with zero to compare with NULL instead.
Tom Lane
2010-10-29
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Update copyright for the year 2010.
Bruce Momjian
2010-01-02
*
Make LOAD of an already-loaded library into a no-op, instead of attempting
Tom Lane
2009-09-03
*
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2009-06-11
*
Update copyright for 2009.
Bruce Momjian
2009-01-01
*
If a loadable module has wrong values in its magic block, spell out
Tom Lane
2008-09-03
*
Update copyrights in source tree to 2008.
Bruce Momjian
2008-01-01
*
Some of our port-specific dynloader implementations are careful to
Tom Lane
2007-07-12
*
Replace some strncpy() by strlcpy().
Peter Eisentraut
2007-02-07
*
Update CVS HEAD for 2007 copyright. Back branches are typically not
Bruce Momjian
2007-01-05
*
Message style improvements
Peter Eisentraut
2006-10-06
*
pgindent run for 8.2.
Bruce Momjian
2006-10-04
*
Replace strncpy with strlcpy in selected places that seem possibly relevant
Tom Lane
2006-09-27
*
Seems some C compilers think 'restrict' is a fully reserved word.
Tom Lane
2006-08-16
*
Add server support for "plugin" libraries that can be used for add-on tasks
Tom Lane
2006-08-15
*
Add a feature for automatic initialization and finalization of dynamically
Tom Lane
2006-08-08
[next]