postgresql/src/backend
Peter Eisentraut f84308f195 Make configuration parameters fall back to their default values when they
are removed from the configuration file.

Joachim Wieland
2007-03-12 22:09:28 +00:00
..
access Make configuration parameters fall back to their default values when they 2007-03-12 22:09:28 +00:00
bootstrap Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
catalog Fix for COPY-after-truncate feature. 2007-03-03 20:08:41 +00:00
commands Fix vac_update_relstats to ensure it always sends a relcache inval message, 2007-03-08 17:03:31 +00:00
executor Revert temp_tablespaces because of coding problems, per Tom. 2007-03-06 02:06:15 +00:00
lib Add resetStringInfo(), which clears the content of a StringInfo, and 2007-03-03 19:32:55 +00:00
libpq Add lo_truncate() to backend and libpq for large object truncation. 2007-03-03 19:52:47 +00:00
main Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
nodes Get rid of the separate EState for subplans, and just let them share the 2007-02-27 01:11:26 +00:00
optimizer Fix oversight in original coding of inline_function(): since 2007-03-06 22:45:16 +00:00
parser Turn the rangetable used by the executor into a flat list, and avoid storing 2007-02-22 22:00:26 +00:00
po Translation updates 2006-12-02 01:16:16 +00:00
port Fix typo in comment. 2007-02-06 16:20:23 +00:00
postmaster Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
regex Wording cleanup for error messages. Also change can't -> cannot. 2007-02-01 19:10:30 +00:00
rewrite Fix markQueryForLocking() to work correctly in the presence of nested views. 2007-03-01 18:50:28 +00:00
storage Cleanup the bootstrap code a little, and rename "dummy procs" in the code 2007-03-07 13:35:03 +00:00
tcop Add resetStringInfo(), which clears the content of a StringInfo, and 2007-03-03 19:32:55 +00:00
utils Make configuration parameters fall back to their default values when they 2007-03-12 22:09:28 +00:00
Makefile Replace useless uses of := by = in makefiles. 2007-02-09 15:56:00 +00:00
nls.mk Add _ to gettext triggers. Must have been forgotten here when it was introduced. 2005-10-04 11:14:03 +00:00