postgresql/src/backend
Jeff Davis 0588ee63aa Include chunk overhead in hash table entry size estimate.
Don't try to be precise about it, just use a constant 16 bytes of
chunk overhead. Being smarter would require knowing the memory context
where the chunk will be allocated, which is not known by all callers.

Discussion: https://postgr.es/m/20200325220936.il3ni2fj2j2b45y5@alap3.anarazel.de
2020-04-03 20:07:58 -07:00
..
access Generate backup manifests for base backups, and validate them. 2020-04-03 15:05:59 -04:00
bootstrap Revert "Skip WAL for new relfilenodes, under wal_level=minimal." 2020-03-22 09:24:09 -07:00
catalog Add SQL functions for Unicode normalization 2020-04-02 08:56:27 +02:00
commands Include information on buffer usage during planning phase, in EXPLAIN output, take two. 2020-04-04 03:13:17 +09:00
executor Include chunk overhead in hash table entry size estimate. 2020-04-03 20:07:58 -07:00
foreign Update copyrights for 2020 2020-01-01 12:21:45 -05:00
jit Extend ExecBuildAggTrans() to support a NULL pointer check. 2020-03-04 17:29:18 -08:00
lib Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
libpq Provide a TLS init hook 2020-03-25 17:13:17 -04:00
main Add PostgreSQL home page to --help output 2020-02-28 13:12:21 +01:00
nodes Improve user control over truncation of logged bind-parameter values. 2020-04-02 15:04:51 -04:00
optimizer Cosmetic improvements for code related to partitionwise join. 2020-04-03 17:00:35 -04:00
parser Add SQL functions for Unicode normalization 2020-04-02 08:56:27 +02:00
partitioning Add object names to partition integrity violations. 2020-03-23 08:09:15 +05:30
po Translation updates 2019-06-17 15:30:20 +02:00
port Update copyrights for 2020 2020-01-01 12:21:45 -05:00
postmaster Add wait events for recovery conflicts. 2020-04-03 12:15:56 +09:00
regex Update copyrights for 2020 2020-01-01 12:21:45 -05:00
replication Fix resource management bug with replication=database. 2020-04-03 22:28:37 -04:00
rewrite Fix INSERT OVERRIDING USER VALUE behavior 2020-03-31 08:50:39 +02:00
snowball Update copyrights for 2020 2020-01-01 12:21:45 -05:00
statistics Fix race condition in statext_store(). 2020-03-31 17:06:22 -04:00
storage Add wait events for recovery conflicts. 2020-04-03 12:15:56 +09:00
tcop Improve user control over truncation of logged bind-parameter values. 2020-04-02 15:04:51 -04:00
tsearch Remove useless pfree()s at the ends of various ValuePerCall SRFs. 2020-03-16 21:36:53 -04:00
utils Improve user control over truncation of logged bind-parameter values. 2020-04-02 15:04:51 -04:00
.gitignore Add .gitignore entries for AIX-specific intermediate build artifacts. 2015-07-08 20:44:22 -04:00
Makefile Update copyrights for 2020 2020-01-01 12:21:45 -05:00
common.mk Remove PARTIAL_LINKING build mode. 2018-03-30 17:33:04 -07:00
nls.mk Translation updates 2019-05-20 16:00:53 +02:00