Age | Commit message (Expand) | Author |
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 | Remove now-dead code for !HAVE_INT64_TIMESTAMP. | Tom Lane |
2017-01-17 | Generate fmgr prototypes automatically | Peter Eisentraut |
2015-03-27 | Add index-only scan support to btree_gist. | Heikki Linnakangas |
2015-03-26 | Minor refactoring of btree_gist code. | Heikki Linnakangas |
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 |
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-07-13 | Adjust /contrib for new include file contents. | Bruce Momjian |
2006-06-28 | Changes | Teodor Sigaev |
2005-10-15 | Standard pgindent run for 8.1. | Bruce Momjian |
2005-07-21 | Fix storage size for btree_gist interval indexes. Fix penalty | Tom Lane |
2005-07-20 | /contrib/btree_gist adjustments for new 'day' interval value. | Bruce Momjian |
2005-05-21 | Cleanup of GiST extensions in contrib/: now that we always invoke GiST | Neil Conway |
2005-04-25 | Fix btree_gist to handle timetz zone correctly per recent changes. | Tom Lane |
2005-02-21 | Simplify defines | Teodor Sigaev |
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 |