index
:
users/hanada/postgres.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
Release_1_0_3
WIN32_DEV
check_always
ecpg_big_bison
fdw_catalog_lookup
fdw_core
fdw_handler
fdw_select
fdw_select_simple
fdw_syntax
fdw_table
file_fdw
force_not_null
foreign_scan
master
parallel
per_column_option
pgsql_fdw
pgsql_fdw2
postgresql_fdw
Hanada's development tree.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
btree_gist
/
btree_utils_num.h
Age
Commit message (
Expand
)
Author
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-02
Add KNNGIST support to contrib/btree_gist.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2009-06-11
8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list
Bruce Momjian
2008-06-19
Improve our #include situation by moving pointer types away from the
Alvaro Herrera
2008-05-17
Add $PostgreSQL$ markers to a lot of files that were missing them.
Andrew Dunstan
2006-07-14
Fix a passel of recently-committed violations of the rule 'thou shalt
Tom Lane
2006-07-14
Add additional includes needed on some platforms.
Bruce Momjian
2006-07-13
Adjust /contrib for new include file contents.
Bruce Momjian
2006-07-10
Add #include code to prevent multiple inclusion.
Bruce Momjian
2006-07-10
Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes.
Bruce Momjian
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-07-21
Fix storage size for btree_gist interval indexes. Fix penalty
Tom Lane
2005-07-01
Fixes from Janko Richter <
[email protected]
>
Teodor Sigaev
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-06-03
- Add aligment of variable data types
Teodor Sigaev
2004-05-28
New version. Add support for int2, int8, float4, float8, timestamp with/witho...
Teodor Sigaev