summaryrefslogtreecommitdiff
path: root/src/include/utils/pg_crc.h
Commit message (Expand)AuthorAgeFilesLines
* Update copyright for 2023Bruce Momjian2023-01-021-1/+1
* Update copyright for 2022Bruce Momjian2022-01-071-1/+1
* Update copyright for 2021Bruce Momjian2021-01-021-1/+1
* Update copyrights for 2020Bruce Momjian2020-01-011-1/+1
* Refresh some incorrect links in pg_crc.c/hMichael Paquier2019-10-161-1/+1
* Update copyright for 2019Bruce Momjian2019-01-021-1/+1
* Update copyright for 2018Bruce Momjian2018-01-021-1/+1
* Phase 2 of pgindent updates.Tom Lane2017-06-211-1/+1
* Update copyright via script for 2017Bruce Momjian2017-01-031-1/+1
* Update copyright for 2016Bruce Momjian2016-01-021-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-231-1/+1
* Reorganize our CRC source files again.Heikki Linnakangas2015-04-141-0/+107
* Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas2015-02-091-121/+0
* Update copyright for 2015Bruce Momjian2015-01-061-1/+1
* Switch to CRC-32C in WAL and other places.Heikki Linnakangas2014-11-041-14/+79
* Remove support for 64-bit CRC.Heikki Linnakangas2014-11-041-96/+0
* pgindent run for 9.4Bruce Momjian2014-05-061-1/+1
* Update copyright for 2014Bruce Momjian2014-01-071-1/+1
* Update copyrights for 2013Bruce Momjian2013-01-011-1/+1
* Add const qualifiers where they are accidentally cast awayPeter Eisentraut2012-02-281-1/+1
* Update copyright notices for year 2012.Bruce Momjian2012-01-011-1/+1
* Stamp copyrights for year 2011.Bruce Momjian2011-01-011-1/+1
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* pgindent run for 9.0Bruce Momjian2010-02-261-2/+1
* Remove all the special-case code for INT64_IS_BUSTED, per decision thatTom Lane2010-01-071-10/+10
* Update copyright for the year 2010.Bruce Momjian2010-01-021-2/+2
* Update copyright for 2009.Bruce Momjian2009-01-011-2/+2
* Second try at fixing DLLIMPORT problem for pg_crc.h on Cygwin.Tom Lane2008-11-141-5/+11
* PGDLLIMPORT-ize the global variables referenced in pg_crc.h.Tom Lane2008-11-131-5/+5
* Update URL to Ross Williams' CRC paper.Alvaro Herrera2008-11-121-2/+2
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-6/+4
* Change CRCs in WAL records from 64bit to 32bit for performance reasons.Tom Lane2005-06-021-26/+61
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* make sure the $Id tags are converted to $PostgreSQL as well ...PostgreSQL Daemon2003-11-291-1/+1
* Update copyrights to 2003.Bruce Momjian2003-08-041-2/+2
* Update copyright to 2002.Bruce Momjian2002-06-201-2/+2
* Clean up INT64CONST conflicts. Make the pg_crc code use a macro calledTom Lane2002-04-231-10/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Another pgindent run. Fixes enum indenting, and improves #endifBruce Momjian2001-10-281-1/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-3/+1
* When using 'long long int' for int64 type, check to see if the compilerTom Lane2001-03-231-3/+10
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-6/+6
* XLOG (and related) changes:Tom Lane2001-03-131-0/+115