index
:
users/bernd/postgres.git
FIX_VENDOR
MANUAL_DIST
PG95-DIST
PG95_DIST
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_0
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL9_6_STABLE
REL_11_STABLE_clang34
Release_1_0_3
WIN32_DEV
configurable_shmem_type
data_checksum_guc
disable_trust_ident
ecpg_big_bison
master
notnull_constraint
search_path_completion
truncate_stats
Bernd Helmle's repository
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