postgresql/src/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
..
Makefile Reorganize our CRC source files again. 2015-04-14 17:03:42 +03:00
exec.c On Darwin, detect and report a multithreaded postmaster. 2015-01-07 22:35:44 -05:00
fe_memutils.c Add palloc_extended for frontend and backend. 2015-04-03 17:36:12 +09:00
pg_lzcompress.c Move pg_lzcompress.c to src/common. 2015-02-09 15:15:24 +09:00
pgfnames.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
psprintf.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
relpath.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
restricted_token.c Run pg_upgrade and pg_resetxlog with restricted token on Windows 2015-03-30 17:07:52 -04:00
rmtree.c Update copyright for 2015 2015-01-06 11:43:47 -05:00
string.c Add pg_string_endswith as the start of a string helper library in src/common. 2015-01-03 20:54:12 +01:00
username.c Fix libpq's behavior when /etc/passwd isn't readable. 2015-01-11 12:35:44 -05:00
wait_error.c Update copyright for 2015 2015-01-06 11:43:47 -05:00