index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
ltree
/
crc32.c
Age
Commit message (
Expand
)
Author
2017-02-25
Remove useless duplicate inclusions of system header files.
Tom Lane
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-14
Reorganize our CRC source files again.
Heikki Linnakangas
2015-02-09
Move pg_crc.c to src/common, and remove pg_crc_tables.h
Heikki Linnakangas
2014-11-04
Switch to CRC-32C in WAL and other places.
Heikki Linnakangas
2011-08-27
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2007-07-15
Fix compile warning on Solaris, per buildfarm. (Why have we got
Tom Lane
2006-09-22
Fix bugs in plpgsql and ecpg caused by assuming that isspace() would only
Tom Lane
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
2005-05-25
Add parentheses to macros when args are used in computations. Without
Bruce Momjian
2002-09-04
pgindent run.
Bruce Momjian
2002-08-10
Fixed very stupid but important bug: mixing calls of some founctions from
Bruce Momjian
2002-08-10
The patch solves this problem, I hope...
Bruce Momjian
2002-07-30
Add ltree data type to contrib, from Teodor Sigaev and Oleg Bartunov.
Bruce Momjian