summaryrefslogtreecommitdiff
path: root/src/include/utils/pg_crc_tables.h
AgeCommit message (Expand)Author
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2015-01-06Update copyright for 2015Bruce Momjian
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2014-11-04Remove support for 64-bit CRC.Heikki Linnakangas
2014-01-07Update copyright for 2014Bruce Momjian
2013-01-01Update copyrights for 2013Bruce Momjian
2012-06-10Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian
2012-02-29Move CRC tables to libpgport, and provide them in a separate include file.Tom Lane