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
/
btree_gist
Age
Commit message (
Expand
)
Author
2016-06-05
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-05-13
Ensure plan stability in contrib/btree_gist regression test.
Tom Lane
2016-01-19
Fix assorted inconsistencies in GiST opclass support function declarations.
Tom Lane
2015-09-05
Fix misc typos.
Heikki Linnakangas
2015-08-23
Improve spelling
Peter Eisentraut
2015-05-24
pgindent run for 9.5
Bruce Momjian
2015-04-02
Define integer limits independently from the system definitions.
Andres Freund
2015-03-30
Be more careful about printing constants in ruleutils.c.
Tom Lane
2015-03-27
Add index-only scan support to btree_gist.
Heikki Linnakangas
2015-03-26
Minor refactoring of btree_gist code.
Heikki Linnakangas
2015-03-25
Centralize definition of integer limits.
Andres Freund
2015-01-28
Remove dead NULL-pointer checks in GiST code.
Heikki Linnakangas
2014-10-16
Support timezone abbreviations that sometimes change.
Tom Lane
2014-08-25
Fix typos in some error messages thrown by extension scripts when fed to psql.
Andres Freund
2014-07-14
Add file version information to most installed Windows binaries.
Noah Misch
2014-05-16
Suppress some more valgrind whining about btree_gist.
Tom Lane
2014-05-16
Fix a second cause of undersized pallocs for btree_gist indexes on macaddr.
Tom Lane
2014-05-16
Fix valgrind warning for btree_gist indexes on macaddr.
Tom Lane
2014-05-13
Initialize padding bytes in btree_gist varbit support.
Heikki Linnakangas
2014-05-06
pgindent run for 9.4
Bruce Momjian
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2013-05-29
pgindent run for release 9.3
Bruce Momjian
2013-02-08
Make contrib/btree_gist's GiST penalty function a bit saner.
Tom Lane
2013-02-07
Fix erroneous range-union logic for varlena types in contrib/btree_gist.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-06-24
Replace int2/int4 in C code with int16/int32
Peter Eisentraut
2011-10-12
Throw a useful error message if an extension script file is fed to psql.
Tom Lane
2011-09-11
Remove many -Wcast-qual warnings
Peter Eisentraut
2011-09-09
Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-08-27
Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and
Bruce Momjian
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-04-25
Support "make check" in contrib
Peter Eisentraut
2011-04-23
Fix contrib/btree_gist to handle collations properly.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-03-03
Add -lm to SHLIB_LINK for contrib/btree_gist.
Tom Lane
2011-03-02
Add KNNGIST support to contrib/btree_gist.
Tom Lane
2011-02-17
Fix upgrade of contrib/btree_gist from 9.0.
Tom Lane
2011-02-14
Avoid use of CREATE OR REPLACE FUNCTION in extension installation files.
Tom Lane
2011-02-14
Convert contrib modules to use the extension facility.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-10-26
Add missing newlines at end of files
Peter Eisentraut
2010-09-22
Some more gitignore cleanups: cover contrib and PL regression test outputs.
Tom Lane
2010-09-22
Convert cvsignore to gitignore, and add .gitignore for build targets.
Magnus Hagander
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2010-08-03
Regression tests for new btree_gist "not equals" support.
Robert Haas
2010-08-02
Add btree_gist support for searching on "not equals".
Robert Haas
[next]