aboutsummaryrefslogtreecommitdiff
path: root/contrib/btree_gist/btree_ts.c
Commit message (Expand)AuthorAge
* Add support for sorted gist index builds to btree_gistHeikki Linnakangas2025-04-03
* Fix boilerplate comments in btree_gistHeikki Linnakangas2025-04-03
* Remove useless casts to (void *)Peter Eisentraut2024-11-28
* Remove unused #include's from contrib, pl, test .c filesPeter Eisentraut2024-10-28
* Remove unnecessary uses of Abs()Peter Eisentraut2022-10-07
* Remove extraneous blank lines before block-closing bracesAlvaro Herrera2022-04-13
* Revert "Add sortsupport for gist_btree opclasses, for faster index builds."Heikki Linnakangas2021-04-07
* Add sortsupport for gist_btree opclasses, for faster index builds.Heikki Linnakangas2021-04-07
* Get rid of trailing semicolons in C macro definitions.Tom Lane2020-05-01
* Clean up newlines following left parenthesesAlvaro Herrera2020-01-30
* Provide separate header file for built-in float typesTomas Vondra2018-07-29
* Change TRUE/FALSE to true/falsePeter Eisentraut2017-11-08
* Phase 3 of pgindent updates.Tom Lane2017-06-21
* Post-PG 10 beta1 pgindent runBruce Momjian2017-05-17
* Use CallerFInfoFunctionCall with btree_gist for numeric typesAndrew Dunstan2017-03-21
* Consistently declare timestamp variables as TimestampTz.Tom Lane2017-02-23
* Remove now-dead code for !HAVE_INT64_TIMESTAMP.Tom Lane2017-02-23
* Fix misc typos.Heikki Linnakangas2015-09-05
* Define integer limits independently from the system definitions.Andres Freund2015-04-02
* Add index-only scan support to btree_gist.Heikki Linnakangas2015-03-27
* Minor refactoring of btree_gist code.Heikki Linnakangas2015-03-26
* Centralize definition of integer limits.Andres Freund2015-03-25
* Support timezone abbreviations that sometimes change.Tom Lane2014-10-16
* Fix valgrind warning for btree_gist indexes on macaddr.Tom Lane2014-05-16
* Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut2014-04-18
* pgindent run for release 9.3Bruce Momjian2013-05-29
* Remove many -Wcast-qual warningsPeter Eisentraut2011-09-11
* Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, andBruce Momjian2011-08-26
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Add KNNGIST support to contrib/btree_gist.Tom Lane2011-03-02
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* pgindent run for 9.0Bruce Momjian2010-02-26
* Preventing intersection of ranges during page split. Changes are onlyTeodor Sigaev2009-12-02
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan2008-05-17
* Allow float8, int8, and related datatypes to be passed by value on machinesTom Lane2008-04-21
* Push index operator lossiness determination down to GIST/GIN opclassTom Lane2008-04-14
* ChangesTeodor Sigaev2006-06-28
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Fix (hopefully for the last time) problems with datetime values displayingTom Lane2005-10-09
* Fixes from Janko Richter <jankorichter@yahoo.de>Teodor Sigaev2005-07-01
* Clean up the rather historically encumbered interface to now() andTom Lane2005-06-29
* Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway2005-05-21
* Fix memory leak for timestamp(with and w/o tz) and indexesTeodor Sigaev2005-02-21
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* - Add aligment of variable data typesTeodor Sigaev2004-06-03
* New version. Add support for int2, int8, float4, float8, timestamp with/witho...Teodor Sigaev2004-05-28
* Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev2004-03-30
* Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane2003-07-24
* We just released new version of contrib/btree_gistBruce Momjian2003-02-19