postgresql/src/backend
Magnus Hagander 52a8d4f8f7 Implement enum type for guc parameters, and convert a couple of existing
variables to it. More need to be converted, but I wanted to get this in
before it conflicts with too much...

Other than just centralising the text-to-int conversion for parameters,
this allows the pg_settings view to contain a list of available options
and allows an error hint to show what values are allowed.
2008-03-10 12:55:13 +00:00
..
access Remove no-longer-used XLogCacheByte field of XLogCtl. 2008-03-10 02:13:22 +00:00
bootstrap Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
catalog Implement enum type for guc parameters, and convert a couple of existing 2008-03-10 12:55:13 +00:00
commands Reduce memory consumption during VACUUM of large relations, by using 2008-03-10 02:04:10 +00:00
executor Throw an error for negative LIMIT or OFFSET values, instead of silently 2008-03-10 03:37:59 +00:00
lib Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
libpq Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
main Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
nodes Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
optimizer Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
parser Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
po Translation updates 2008-01-31 18:04:52 +00:00
port Clean up double negative, per Tom Lane. 2008-03-05 21:14:10 +00:00
postmaster Remove postmaster.c's check that NBuffers is at least twice MaxBackends. 2008-03-09 04:56:28 +00:00
regex Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
rewrite Refactor backend makefiles to remove lots of duplicate code 2008-02-19 10:30:09 +00:00
snowball Update copyrights in source tree to 2008. 2008-01-01 19:46:01 +00:00
storage Reduce memory consumption during VACUUM of large relations, by using 2008-03-10 02:04:10 +00:00
tcop Implement enum type for guc parameters, and convert a couple of existing 2008-03-10 12:55:13 +00:00
tsearch Add a CaseSensitive parameter to synonym dictionaries. 2008-03-10 03:01:28 +00:00
utils Implement enum type for guc parameters, and convert a couple of existing 2008-03-10 12:55:13 +00:00
common.mk Write the objfiles.txt rules in a way that is compatible with GNU make 3.78, 2008-02-29 10:34:51 +00:00
Makefile Fixed dtrace build 2008-02-26 14:42:27 +00:00
nls.mk Translation updates 2008-01-30 11:05:41 +00:00