postgresql/src/backend
Andres Freund 791961f59b Add inline murmurhash32(uint32) function.
The function already existed in tidbitmap.c but more users requiring
fast hashing of 32bit ints are coming up.

Author: Andres Freund
Discussion: https://postgr.es/m/20170914061207.zxotvyopetm7lrrp@alap3.anarazel.de
2017-09-22 13:38:42 -07:00
..
access For wal_consistency_checking, mask page checksum as well as page LSN. 2017-09-22 14:28:22 -04:00
bootstrap Sync process names between ps and pg_stat_activity 2017-09-20 08:59:03 -04:00
catalog Make RelationGetPartitionDispatchInfo expand depth-first. 2017-09-14 12:28:50 -04:00
commands For wal_consistency_checking, mask page checksum as well as page LSN. 2017-09-22 14:28:22 -04:00
executor Fix SQL-spec incompatibilities in new transition table feature. 2017-09-16 13:20:36 -04:00
foreign
lib Fix uninitialized variable in dshash.c. 2017-09-18 17:43:37 -07:00
libpq Define LDAP_NO_ATTRS if necessary. 2017-09-13 08:22:42 -04:00
main
nodes Add inline murmurhash32(uint32) function. 2017-09-22 13:38:42 -07:00
optimizer Quieten warnings about unused variables 2017-09-21 08:41:14 -04:00
parser After a MINVALUE/MAXVALUE bound, allow only more of the same. 2017-09-15 21:15:55 -04:00
po Translation updates 2017-08-07 13:55:34 -04:00
port
postmaster Sync process names between ps and pg_stat_activity 2017-09-20 08:59:03 -04:00
regex Mop-up for commit 85feb77aa0. 2017-09-22 11:35:12 -04:00
replication Make WAL segment size configurable at initdb time. 2017-09-19 22:03:48 -07:00
rewrite Message style fixes 2017-09-11 11:21:27 -04:00
snowball
statistics
storage Add support for coordinating record typmods among parallel workers. 2017-09-14 19:59:21 -07:00
tcop Rearm statement_timeout after each executed query. 2017-09-18 19:36:44 -07:00
tsearch Mop-up for commit 85feb77aa0. 2017-09-22 11:35:12 -04:00
utils Assume wcstombs(), towlower(), and sibling functions are always present. 2017-09-22 11:00:58 -04:00
.gitignore
common.mk
Makefile Inject $(ICU_LIBS) regardless of platform. 2017-08-20 21:22:18 -07:00
nls.mk