postgresql/src/backend/utils
Tom Lane 4bcb82a7d5 Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files.
This oversight meant that on Windows, the pg_settings view would not
display source file or line number information for values coming from
postgresql.conf, unless the backend had received a SIGHUP since starting.

In passing, also make the error detection in read_nondefault_variables a
tad more thorough, and fix it to not lose precision on float GUCs (these
changes are already in HEAD as of my previous commit).
2011-10-04 16:47:48 -04:00
..
adt Fix recursion into previously planned sub-query in examine_simple_variable. 2011-09-29 18:13:16 -04:00
cache Use a fresh copy of query_list when making a second plan in GetCachedPlan. 2011-09-26 12:44:17 -04:00
error Simplify handling of the timezone GUC by making initdb choose the default. 2011-09-09 17:59:11 -04:00
fmgr Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
hash Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
init Fix incorrect timeout handling during initial authentication transaction. 2011-08-13 17:52:24 -04:00
mb Remove many -Wcast-qual warnings 2011-09-11 21:54:32 +03:00
misc Add sourcefile/sourceline data to EXEC_BACKEND GUC transmission files. 2011-10-04 16:47:48 -04:00
mmgr Redesign the plancache mechanism for more flexibility and efficiency. 2011-09-16 00:43:52 -04:00
resowner Clean up the #include mess a little. 2011-09-04 01:13:16 -04:00
sort Remove unnecessary #include references, per pgrminclude script. 2011-09-01 10:04:27 -04:00
time Allow snapshot references to still work during transaction abort. 2011-09-26 22:25:28 -04:00
.gitignore Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
Gen_dummy_probes.sed Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Gen_fmgrtab.pl Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00
Makefile Make handling of errcodes.h more consistent with other generated headers. 2011-02-04 09:29:10 -05:00
errcodes.txt Add GET STACKED DIAGNOSTICS plpgsql command to retrieve exception info. 2011-07-18 14:47:18 -04:00
generate-errcodes.pl Avoid maintaining three separate copies of the error codes list. 2011-02-03 22:32:49 -05:00
probes.d Stamp copyrights for year 2011. 2011-01-01 13:18:15 -05:00