Age | Commit message (Expand) | Author |
2025-04-03 | Add support for sorted gist index builds to btree_gist | Heikki Linnakangas |
2025-04-03 | Fix boilerplate comments in btree_gist | Heikki Linnakangas |
2024-11-28 | Remove useless casts to (void *) | Peter Eisentraut |
2024-10-28 | Remove unused #include's from contrib, pl, test .c files | Peter Eisentraut |
2022-10-07 | Remove unnecessary uses of Abs() | Peter Eisentraut |
2022-04-13 | Remove extraneous blank lines before block-closing braces | Alvaro Herrera |
2021-04-07 | Revert "Add sortsupport for gist_btree opclasses, for faster index builds." | Heikki Linnakangas |
2021-04-07 | Add sortsupport for gist_btree opclasses, for faster index builds. | Heikki Linnakangas |
2020-05-01 | Get rid of trailing semicolons in C macro definitions. | Tom Lane |
2020-01-30 | Clean up newlines following left parentheses | Alvaro Herrera |
2018-07-29 | Provide separate header file for built-in float types | Tomas Vondra |
2017-11-08 | Change TRUE/FALSE to true/false | Peter Eisentraut |
2017-06-21 | Phase 3 of pgindent updates. | Tom Lane |
2017-05-17 | Post-PG 10 beta1 pgindent run | Bruce Momjian |
2017-03-21 | Use CallerFInfoFunctionCall with btree_gist for numeric types | Andrew Dunstan |
2017-02-23 | Consistently declare timestamp variables as TimestampTz. | Tom Lane |
2017-02-23 | Remove now-dead code for !HAVE_INT64_TIMESTAMP. | Tom Lane |
2015-09-05 | Fix misc typos. | Heikki Linnakangas |
2015-04-02 | Define integer limits independently from the system definitions. | Andres Freund |
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 |
2014-10-16 | Support timezone abbreviations that sometimes change. | Tom Lane |
2014-05-16 | Fix valgrind warning for btree_gist indexes on macaddr. | Tom Lane |
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 |
2011-09-11 | Remove many -Wcast-qual warnings | Peter Eisentraut |
2011-08-27 | Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and | 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 |
2010-02-26 | pgindent run for 9.0 | Bruce Momjian |
2009-12-02 | Preventing intersection of ranges during page split. Changes are only | Teodor Sigaev |
2009-06-11 | 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list | Bruce Momjian |
2008-05-17 | Add $PostgreSQL$ markers to a lot of files that were missing them. | Andrew Dunstan |
2008-04-21 | Allow float8, int8, and related datatypes to be passed by value on machines | Tom Lane |
2008-04-14 | Push index operator lossiness determination down to GIST/GIN opclass | Tom Lane |
2006-06-28 | Changes | Teodor Sigaev |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-10-09 | Fix (hopefully for the last time) problems with datetime values displaying | Tom Lane |
2005-07-01 | Fixes from Janko Richter <[email protected]> | Teodor Sigaev |
2005-06-29 | Clean up the rather historically encumbered interface to now() and | Tom Lane |
2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway |
2005-02-21 | Fix memory leak for timestamp(with and w/o tz) and indexes | 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 |
2004-03-30 | Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned | Teodor Sigaev |
2003-07-24 | Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) | Tom Lane |
2003-02-19 | We just released new version of contrib/btree_gist | Bruce Momjian |