postgresql/src/backend/utils
Tom Lane 40fda15dce Code review for GUC revert-values-if-removed-from-postgresql.conf patch;
and in passing, fix some bogosities dating from the custom_variable_classes
patch.  Fix guc-file.l to correctly check changes in custom_variable_classes
that are attempted concurrently with additions/removals of custom variables,
and don't allow the new setting to be applied in advance of checking it.
Clean up messy and undocumented situation for string variables with NULL
boot_val.  Fix DefineCustomVariable functions to initialize boot_val
correctly.  Prevent find_option from inserting bogus placeholders for custom
variables that are simply inquired about rather than being set.
2007-09-10 00:57:22 +00:00
..
adt Improvements from Heikki Linnakangas <heikki@enterprisedb.com> 2007-09-07 16:03:40 +00:00
cache Code review for GUC revert-values-if-removed-from-postgresql.conf patch; 2007-09-10 00:57:22 +00:00
error Implement lazy XID allocation: transactions that do not modify any database 2007-09-05 18:10:48 +00:00
fmgr Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
hash Fix several hash functions that were taking chintzy shortcuts instead of 2007-06-01 15:33:19 +00:00
init Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
mb Suppress an integer-overflow warning. 2007-07-12 21:17:09 +00:00
misc Code review for GUC revert-values-if-removed-from-postgresql.conf patch; 2007-09-10 00:57:22 +00:00
mmgr Remove an "optimization" I installed in 2001, to make repalloc() attempt to 2007-08-12 20:39:14 +00:00
resowner First phase of plan-invalidation project: create a plan cache management 2007-03-13 00:33:44 +00:00
sort Since sort_bounded_heap makes state changes that should be made 2007-09-01 18:47:39 +00:00
time Replace the former method of determining snapshot xmax --- to wit, calling 2007-09-08 20:31:15 +00:00
.cvsignore Cleanup to ensure good state of derived files in tarballs. 2000-06-09 02:38:36 +00:00
Gen_fmgrtab.sh Implement function-local GUC parameter settings, as per recent discussion. 2007-09-03 00:39:26 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
probes.d DTrace support, with a small initial set of probes 2006-07-24 16:32:45 +00:00