postgresql/src/backend
Tomas Vondra a5f002ad9a Use correct spelling of statistics kind
A couple error messages and comments used 'statistic kind', not the
correct 'statistics kind'. Fix and backpatch all the way back to 10,
where extended statistics were introduced.

Backpatch-through: 10
2021-03-23 05:01:35 +01:00
..
access Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
bootstrap Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
catalog Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
commands Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
executor Revert "Fix race in Parallel Hash Join batch cleanup." 2021-03-18 01:10:55 +13:00
foreign
jit
lib
libpq Fix memory leak when rejecting bogus DH parameters. 2021-03-20 12:47:21 -04:00
main
nodes Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
optimizer Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
parser Use lfirst_int in cmp_list_len_contents_asc 2021-03-20 00:04:25 +01:00
partitioning
po
port
postmaster Change the type of WalReceiverWaitStart wait event from Client to IPC. 2021-03-23 10:09:42 +09:00
regex Further tweak memory management for regex DFAs. 2021-03-08 16:32:29 -05:00
replication Allow configurable LZ4 TOAST compression. 2021-03-19 15:10:38 -04:00
rewrite
snowball
statistics Use correct spelling of statistics kind 2021-03-23 05:01:35 +01:00
storage Fix concurrency issues with WAL segment recycling on Windows 2021-03-22 14:02:26 +09:00
tcop Improve logging of bad parameter values in BIND messages. 2021-03-16 11:16:41 -04:00
tsearch Don't leak compiled regex(es) when an ispell cache entry is dropped. 2021-03-18 22:22:47 -04:00
utils Add macro RelationIsPermanent() to report relation permanence 2021-03-22 20:23:52 -04:00
.gitignore
common.mk
Makefile Use sort_template.h for qsort_tuple() and qsort_ssup(). 2021-03-03 17:02:32 +13:00
nls.mk