Commit Graph

31 Commits (0b16bb8776bb834eb1ef8204ca95dd7667ab948b)

Author SHA1 Message Date
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Michael Paquier 32cf7f7acc Improve performance of float overflow checks in btree_gist 4 years ago
Tom Lane 0da06d9faf Get rid of trailing semicolons in C macro definitions. 5 years ago
Amit Kapila e0487223ec Make the order of the header file includes consistent. 6 years ago
Tom Lane 8255c7a5ee Phase 2 pgindent run for v12. 6 years ago
Andres Freund 101c7ee3ee Use new overflow aware integer operations. 8 years ago
Tom Lane c7b8998ebb Phase 2 of pgindent updates. 8 years ago
Bruce Momjian a6fd7b7a5f Post-PG 10 beta1 pgindent run 8 years ago
Andrew Dunstan 4b1c68d63e Use CallerFInfoFunctionCall with btree_gist for numeric types 8 years ago
Tom Lane b9d092c962 Remove now-dead code for !HAVE_INT64_TIMESTAMP. 8 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
Tom Lane 82bbb60c30 Fix valgrind warning for btree_gist indexes on macaddr. 11 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 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
Bruce Momjian d747140279 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef list 16 years ago
Alvaro Herrera a3540b0f65 Improve our #include situation by moving pointer types away from the 17 years ago
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 17 years ago
Tom Lane ae643747b1 Fix a passel of recently-committed violations of the rule 'thou shalt 19 years ago
Bruce Momjian 03c2e5924e Add additional includes needed on some platforms. 19 years ago
Bruce Momjian 66c15dfda1 Adjust /contrib for new include file contents. 19 years ago
Bruce Momjian f0cd764723 Add #include code to prevent multiple inclusion. 19 years ago
Bruce Momjian b538215d5d Remove a few baby-C macros in fuzzystrmatch. Add a few missing includes. 19 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 3976899f29 Fix storage size for btree_gist interval indexes. Fix penalty 20 years ago
Teodor Sigaev ef770cbb69 Fixes from Janko Richter <jankorichter@yahoo.de> 20 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 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