summaryrefslogtreecommitdiff
path: root/contrib/ltree/crc32.c
AgeCommit message (Expand)Author
2021-07-29Adjust MSVC build scripts to parse Makefiles for definesDavid Rowley
2020-04-01Add support for binary I/O of ltree, lquery, and ltxtquery types.Tom Lane
2019-10-24Make the order of the header file includes consistent in contrib modules.Amit Kapila
2017-02-25Remove useless duplicate inclusions of system header files.Tom Lane
2015-05-24pgindent run for 9.5Bruce Momjian
2015-04-14Reorganize our CRC source files again.Heikki Linnakangas
2015-02-09Move pg_crc.c to src/common, and remove pg_crc_tables.hHeikki Linnakangas
2014-11-04Switch to CRC-32C in WAL and other places.Heikki Linnakangas
2011-08-27Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2007-07-15Fix compile warning on Solaris, per buildfarm. (Why have we gotTom Lane
2006-09-22Fix bugs in plpgsql and ecpg caused by assuming that isspace() would onlyTom Lane
2006-03-11Add CVS tag lines to files that were lacking them.Bruce Momjian
2005-05-25Add parentheses to macros when args are used in computations. WithoutBruce Momjian
2002-09-04pgindent run.Bruce Momjian
2002-08-10Fixed very stupid but important bug: mixing calls of some founctions fromBruce Momjian
2002-08-10The patch solves this problem, I hope...Bruce Momjian
2002-07-30Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.Bruce Momjian