postgresql/src
Tom Lane 139d46ee26 Further tweak the default behavior of psql's \dconfig.
Define "parameters with non-default settings" as being those that
not only have pg_settings.source different from 'default', but
also have a current value different from the hard-wired boot_val.
Adding the latter restriction removes a number of not-very-interesting
cases where the active setting is chosen by initdb but in practice
tends to be the same all the time.

Per discussion with Jonathan Katz.

Discussion: https://postgr.es/m/YlFQLzlPi4QD0wSi@msg.df7cb.de
2022-04-13 15:03:58 -04:00
..
backend Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 2022-04-13 13:35:07 -04:00
bin Further tweak the default behavior of psql's \dconfig. 2022-04-13 15:03:58 -04:00
common Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
fe_utils Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
include Prevent access to no-longer-pinned buffer in heapam_tuple_lock(). 2022-04-13 13:35:07 -04:00
interfaces Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
makefiles Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
pl Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
port Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
template Refactor DLSUFFIX handling 2022-03-25 08:56:02 +01:00
test Remove extraneous blank lines before block-closing braces 2022-04-13 19:16:02 +02:00
timezone Update copyright for 2022 2022-01-07 19:04:57 -05:00
tools Rename backup_compression.{c,h} to compression.{c,h} 2022-04-12 13:38:54 +09:00
tutorial Update copyright for 2022 2022-01-07 19:04:57 -05:00
.gitignore
DEVELOPERS
Makefile Remove the option to build thread_test.c outside configure. 2020-10-21 12:08:48 -04:00
Makefile.global.in Update Unicode data to CLDR 41 2022-04-06 08:17:33 +02:00
Makefile.shlib AIX: Fix missing libpq symbols by respecting SHLIB_EXPORTS. 2021-09-06 11:27:59 -07:00
nls-global.mk Improve frontend error logging style. 2022-04-08 14:55:14 -04:00