postgresql/src/include/common
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
..
fe_memutils.h Add palloc_extended for frontend and backend. 2015-04-03 17:36:12 +09:00
pg_lzcompress.h Move pg_lzcompress.c to src/common. 2015-02-09 15:15:24 +09:00
relpath.h Update copyright for 2015 2015-01-06 11:43:47 -05:00
restricted_token.h Run pg_upgrade and pg_resetxlog with restricted token on Windows 2015-03-30 17:07:52 -04:00
string.h Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:12 +01:00
username.h Update copyright for 2015 2015-01-06 11:43:47 -05:00