Commit Graph

52 Commits (d02cceb85cf1a46a36c36825dd8266a30aed134f)

Author SHA1 Message Date
Andrew Dunstan 878ce16056 Convert contrib/seg's input function to report errors softly 3 years ago
Tom Lane 701c881f78 Fix contrib/seg to be more wary of long input numbers. 3 years ago
Peter Eisentraut e4c61bedcb Use fabsf() instead of Abs() or fabs() where appropriate 3 years ago
Peter Eisentraut f14aad5169 Remove unnecessary uses of Abs() 3 years ago
Peter Geoghegan 0faf7d933f Harmonize parameter names in contrib code. 3 years ago
Alvaro Herrera c9d2977519 Clean up newlines following left parentheses 6 years ago
Alvaro Herrera 3974c4a724 Remove useless "return;" lines 6 years ago
Tom Lane 741b1aaf61 Fix PG_GETARG_SEG_P() definition. 6 years ago
Peter Eisentraut 0e1539ba0d Add some const decorations to prototypes 8 years ago
Peter Eisentraut 2eb4a831e5 Change TRUE/FALSE to true/false 8 years ago
Peter Eisentraut 17273d059c Remove unnecessary parentheses in return statements 8 years ago
Tom Lane 382ceffdf7 Phase 3 of pgindent updates. 8 years ago
Andres Freund 389bb2818f Move contrib/seg to only use V1 calling conventions. 9 years ago
Heikki Linnakangas 181bdb90ba Fix typos in comments. 9 years ago
Tom Lane f050423052 Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convention." 10 years ago
Tom Lane c8e81afc60 Convert contrib/seg's bool-returning SQL functions to V1 call convention. 10 years ago
Tom Lane a75a418d07 Clean up dubious code in contrib/seg. 10 years ago
Alvaro Herrera 26df7066cc Move strategy numbers to include/access/stratnum.h 10 years ago
Tom Lane 785941cdc3 Tweak __attribute__-wrapping macros for better pgindent results. 11 years ago
Peter Eisentraut e7128e8dbb Create function prototype as part of PG_FUNCTION_INFO_V1 macro 12 years ago
Tom Lane 55cbfa5366 Fix contrib/cube and contrib/seg to build with bison 3.0. 12 years ago
Bruce Momjian 6416a82a62 Remove unnecessary #include references, per pgrminclude script. 14 years ago
Heikki Linnakangas ea896da394 Replace strdup() with pstrdup(), to avoid leaking memory. 15 years ago
Peter Eisentraut 5caa3479c2 Clean up most -Wunused-but-set-variable warnings from gcc 4.6 15 years ago
Bruce Momjian bf50caf105 pgindent run before PG 9.1 beta 1. 15 years ago
Tom Lane 2a6ebe70fb Fix contrib/seg's GiST picksplit method. 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
Andrew Dunstan 53972b460c Add $PostgreSQL$ markers to a lot of files that were missing them. 18 years ago
Tom Lane 7c81d7953c seg_size() has to be V1 calling convention, too. 18 years ago
Alvaro Herrera 05ace73335 Change the float4-returning functions in contrib/seg to fmgr v1 calling 18 years ago
Alvaro Herrera 7861d72ea2 Modify the float4 datatype to be pass-by-val. Along the way, remove the last 18 years ago
Tom Lane 9b5c8d45f6 Push index operator lossiness determination down to GIST/GIN opclass 18 years ago
Tom Lane 684ad6a92f Rename contrib contains/contained-by operators to @> and <@, per discussion. 19 years ago
Teodor Sigaev 1f7ef548ec Changes 19 years ago
Tom Lane a0ffab351e Magic blocks don't do us any good unless we use 'em ... so install one 20 years ago
Tom Lane 2a8d3d83ef R-tree is dead ... long live GiST. 20 years ago
Bruce Momjian 1dc3498251 Standard pgindent run for 8.1. 20 years ago
Tom Lane 54c80a3434 Adjust contrib/seg &< and &> operators so that r-tree indexing logic 21 years ago
Neil Conway 36ab600511 Cleanup of GiST extensions in contrib/: now that we always invoke GiST 21 years ago
Tom Lane 380bd04c16 Standardize on using the Min, Max, and Abs macros that are in our c.h file, 21 years ago
Tom Lane db64df4b1c Fix contrib/cube and contrib/seg to compile on Windows. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Teodor Sigaev f2c064afcb Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned 22 years ago
Tom Lane 1bc2d544b9 Localize our dependencies on the way to create NAN or INFINITY. 22 years ago
Tom Lane 043be9ad96 Make contrib/seg work with flex 2.5.31. Fix it up to have a real 22 years ago
Tom Lane 8fd5b3ed67 Error message editing in contrib (mostly by Joe Conway --- thanks Joe!) 22 years ago
Tom Lane b663f3443b Add a bunch of pseudo-types to replace the behavior formerly associated 23 years ago
Bruce Momjian b81844b173 pgindent run on all C files. Java run to follow. initdb/regression 24 years ago
Tom Lane 3043810d97 Updates to make GIST work with multi-key indexes (from Oleg Bartunov 25 years ago