Commit Graph

36 Commits (c3eda50b0648005281c2a3cf95375708f8ef97fc)

Author SHA1 Message Date
Peter Eisentraut aa69541046 Remove useless casts to (void *) in arguments of some system functions 2 years ago
Peter Eisentraut 6bcda4a721 Fix incorrect uses of Datum conversion macros 3 years ago
Tomas Vondra 57e3c5160b Add bool GiST opclass to btree_gist 4 years ago
Peter Eisentraut 37d9916020 More unconstify use 6 years ago
Peter Eisentraut cf40dc65b6 Remove useless casts 6 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 1356f78ea9 Reduce excessive dereferencing of function pointers 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane c079673dcb Preventive maintenance in advance of pgindent run. 8 years ago
Andrew Dunstan f7946a92b6 Add btree_gist support for enum types. 8 years ago
Andrew Dunstan 4b1c68d63e Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
Bruce Momjian 807b9e0dff pgindent run for 9.5 10 years ago
Heikki Linnakangas e09b48316c Add index-only scan support to btree_gist. 10 years ago
Heikki Linnakangas 8816af65e4 Minor refactoring of btree_gist code. 10 years ago
Heikki Linnakangas 670bf71f65 Remove dead NULL-pointer checks in GiST code. 11 years ago
Tom Lane 82bbb60c30 Fix valgrind warning for btree_gist indexes on macaddr. 11 years ago
Bruce Momjian 9af4159fce pgindent run for release 9.3 12 years ago
Tom Lane a7801b62f2 Move Timestamp/Interval typedefs and basic macros into datatype/timestamp.h. 14 years ago
Bruce Momjian f1312b5ed3 Add postgres.h to *.c files for pg_upgrade, ltree, and btree_gist, and 14 years ago
Tom Lane bb85030630 Fix contrib/btree_gist to handle collations properly. 14 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 14 years ago
Tom Lane 8436489c81 Add KNNGIST support to contrib/btree_gist. 15 years ago
Magnus Hagander 9f2e211386 Remove cvs keywords from all files. 15 years ago
Robert Haas ad17ff95cf Add btree_gist support for searching on "not equals". 15 years ago
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 17 years ago
Tom Lane 8472bf7a73 Allow float8, int8, and related datatypes to be passed by value on machines 17 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 17 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 20 years ago
Neil Conway 8d6e9bca37 This patch makes some minor style cleanups to contrib/btree_gist: remove 20 years ago
Teodor Sigaev ea90a93a46 Fix float8->int64 transformation 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Tom Lane 86d78021a4 Whack btree_gist code around until it has some small hope of building 21 years ago
Teodor Sigaev 7b81988f9b - Add aligment of variable data types 21 years ago
Teodor Sigaev 42d069886f New version. Add support for int2, int8, float4, float8, timestamp with/without time zone, time with/without time zone, date, interval, oid, money and macaddr, char, varchar/text, bytea, numeric, bit, varbit, inet/cidr types for GiST 21 years ago