postgresql/src/backend/utils/cache
Heikki Linnakangas 4f700bcd20 Reorganize our CRC source files again.
Now that we use CRC-32C in WAL and the control file, the "traditional" and
"legacy" CRC-32 variants are not used in any frontend programs anymore.
Move the code for those back from src/common to src/backend/utils/hash.

Also move the slicing-by-8 implementation (back) to src/port. This is in
preparation for next patch that will add another implementation that uses
Intel SSE 4.2 instructions to calculate CRC-32C, where available.
2015-04-14 17:03:42 +03:00
..
attoptcache.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
catcache.c Use FLEXIBLE_ARRAY_MEMBER in a bunch more places. 2015-02-20 00:11:42 -05:00
evtcache.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
inval.c Use FLEXIBLE_ARRAY_MEMBER in some more places. 2015-02-20 17:32:01 -05:00
lsyscache.c pg_event_trigger_dropped_objects: add is_temp column 2015-04-06 11:40:55 -03:00
Makefile Add infrastructure for mapping relfilenodes to relation OIDs. 2013-07-22 11:09:10 -04:00
plancache.c Fix column-privilege leak in error-message paths 2015-01-28 12:31:30 -05:00
relcache.c Apply table and domain CHECK constraints in name order. 2015-03-23 16:59:35 -04:00
relfilenodemap.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
relmapper.c Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
spccache.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
syscache.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
ts_cache.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
typcache.c Apply table and domain CHECK constraints in name order. 2015-03-23 16:59:35 -04:00