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
/
btree_gist
Age
Commit message (
Expand
)
Author
2016-11-29
Test all contrib-created operator classes with amvalidate.
Tom Lane
2016-11-29
Add uuid to the set of types supported by contrib/btree_gist.
Tom Lane
2016-09-30
Remove unnecessary prototypes
Peter Eisentraut
2016-06-09
Handle contrib's GIN/GIST support function signature changes honestly.
Tom Lane
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
[next]