postgresql/src
Tom Lane 2938eec7fe Extend GUC concepts of parse_hook and assign_hook to all four supported
datatypes, not only strings.  parse_hook is useless for bool, I suppose,
but it seems possibly useful for int and double to apply variable-specific
constraints that are more complex than simple range limits.  assign_hook
is definitely useful for all datatypes --- we need it right now for bool
to support date cache reset when changing Australian timezone rule setting.
Also, clean up some residual problems with the reset all/show all patch,
including memory leaks and mistaken reset of PostPortNumber.  It seems
best that RESET ALL not touch variables that don't have SUSET or
USERSET context.
2001-06-12 22:54:06 +00:00
..
backend Extend GUC concepts of parse_hook and assign_hook to all four supported 2001-06-12 22:54:06 +00:00
bin Clean up various to-do items associated with system indexes: 2001-06-12 05:55:50 +00:00
corba
data
include Extend GUC concepts of parse_hook and assign_hook to all four supported 2001-06-12 22:54:06 +00:00
interfaces Fix compile error caused by patch application. 2001-06-12 21:51:27 +00:00
makefiles
pl Fix a few missed NOIND usages. 2001-06-09 02:19:07 +00:00
template
test Back out has_table_privilege patch. 2001-06-12 16:34:27 +00:00
tools pgindent fix for asterisk indented too much in return type, for Tom. 2001-06-06 20:51:31 +00:00
tutorial
utils
DEVELOPERS
GNUmakefile.in
Makefile
Makefile.global.in Native Language Support (NLS) 2001-06-02 18:25:18 +00:00
Makefile.shlib
nls-global.mk Native Language Support (NLS) 2001-06-02 18:25:18 +00:00
win32.mak