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
2017-08-30
Accept plan changes in btree_gist contrib module
Tomas Vondra
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-05-17
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
Preventive maintenance in advance of pgindent run.
Tom Lane
2017-03-21
Add btree_gist support for enum types.
Andrew Dunstan
2017-03-21
Use CallerFInfoFunctionCall with btree_gist for varlena types
Andrew Dunstan
2017-03-21
Use CallerFInfoFunctionCall with btree_gist for numeric types
Andrew Dunstan
2017-03-15
Add support for EUI-64 MAC addresses as macaddr8
Stephen Frost
2017-02-23
Consistently declare timestamp variables as TimestampTz.
Tom Lane
2017-02-23
Remove now-dead code for !HAVE_INT64_TIMESTAMP.
Tom Lane
2017-01-17
Generate fmgr prototypes automatically
Peter Eisentraut
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
[next]