postgresql/src/backend/access
Robert Haas 05d8449e73 Move src/backend/utils/hash/hashfn.c to src/common
This also involves renaming src/include/utils/hashutils.h, which
becomes src/include/common/hashfn.h. Perhaps an argument can be
made for keeping the hashutils.h name, but it seemed more
consistent to make it match the name of the file, and also more
descriptive of what is actually going on here.

Patch by me, reviewed by Suraj Kharage and Mark Dilger. Off-list
advice on how not to break the Windows build from Davinder Singh
and Amit Kapila.

Discussion: http://postgr.es/m/CA+TgmoaRiG4TXND8QuM6JXFRkM_1wL2ZNhzaUKsuec9-4yrkgw@mail.gmail.com
2020-02-27 09:25:41 +05:30
..
brin Fix crash in BRIN inclusion op functions, due to missing datum copy. 2020-01-20 10:36:35 +02:00
common Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
gin Store the deletion horizon XID for a deleted GIN page on the right page. 2020-02-09 12:02:57 -05:00
gist Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
hash Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
heap Issue properly WAL record for CID of first catalog tuple in multi-insert 2020-02-25 07:55:22 +09:00
index Add deduplication to nbtree. 2020-02-26 13:05:30 -08:00
nbtree Silence another compiler warning in nbtinsert.c. 2020-02-26 15:15:45 -08:00
rmgrdesc Add deduplication to nbtree. 2020-02-26 13:05:30 -08:00
spgist Clean up newlines following left parentheses 2020-01-30 13:42:14 -03:00
table Update copyrights for 2020 2020-01-01 12:21:45 -05:00
tablesample Move src/backend/utils/hash/hashfn.c to src/common 2020-02-27 09:25:41 +05:30
transam Account explicitly for long-lived FDs that are allocated outside fd.c. 2020-02-24 17:28:33 -05:00
Makefile Introduce access/{table.h, relation.h}, for generic functions from heapam.h. 2019-01-21 10:51:36 -08:00