index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git 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
2021-07-29
Adjust MSVC build scripts to parse Makefiles for defines
David Rowley
2020-04-01
Add support for binary I/O of ltree, lquery, and ltxtquery types.
Tom Lane
2019-10-24
Make the order of the header file includes consistent in contrib modules.
Amit Kapila
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