summaryrefslogtreecommitdiff
path: root/contrib/seg/seg.c
AgeCommit message (Expand)Author
2025-03-26Use PG_MODULE_MAGIC_EXT in our installable shared libraries.Tom Lane
2024-12-18seg: pure parser and reentrant scannerPeter Eisentraut
2022-12-23Convert contrib/seg's input function to report errors softlyAndrew Dunstan
2022-12-21Fix contrib/seg to be more wary of long input numbers.Tom Lane
2022-10-08Use fabsf() instead of Abs() or fabs() where appropriatePeter Eisentraut
2022-10-07Remove unnecessary uses of Abs()Peter Eisentraut
2022-09-22Harmonize parameter names in contrib code.Peter Geoghegan
2020-01-30Clean up newlines following left parenthesesAlvaro Herrera
2019-11-28Remove useless "return;" linesAlvaro Herrera
2019-11-03Fix PG_GETARG_SEG_P() definition.Tom Lane
2017-11-10Add some const decorations to prototypesPeter Eisentraut
2017-11-08Change TRUE/FALSE to true/falsePeter Eisentraut
2017-09-05Remove unnecessary parentheses in return statementsPeter Eisentraut
2017-06-21Phase 3 of pgindent updates.Tom Lane
2017-03-30Move contrib/seg to only use V1 calling conventions.Andres Freund
2017-02-06Fix typos in comments.Heikki Linnakangas
2016-04-28Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...Tom Lane
2016-04-22Convert contrib/seg's bool-returning SQL functions to V1 call convention.Tom Lane
2016-04-03Clean up dubious code in contrib/seg.Tom Lane
2015-05-15Move strategy numbers to include/access/stratnum.hAlvaro Herrera
2015-03-26Tweak __attribute__-wrapping macros for better pgindent results.Tom Lane
2014-04-18Create function prototype as part of PG_FUNCTION_INFO_V1 macroPeter Eisentraut
2013-07-29Fix contrib/cube and contrib/seg to build with bison 3.0.Tom Lane
2011-09-01Remove unnecessary #include references, per pgrminclude script.Bruce Momjian
2011-05-19Replace strdup() with pstrdup(), to avoid leaking memory.Heikki Linnakangas
2011-04-11Clean up most -Wunused-but-set-variable warnings from gcc 4.6Peter Eisentraut
2011-04-10pgindent run before PG 9.1 beta 1.Bruce Momjian
2010-12-16Fix contrib/seg's GiST picksplit method.Tom Lane
2010-09-20Remove cvs keywords from all files.Magnus Hagander
2009-06-118.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian
2008-05-17Add $PostgreSQL$ markers to a lot of files that were missing them.Andrew Dunstan
2008-04-19seg_size() has to be V1 calling convention, too.Tom Lane
2008-04-18Change the float4-returning functions in contrib/seg to fmgr v1 callingAlvaro Herrera
2008-04-18Modify the float4 datatype to be pass-by-val. Along the way, remove the lastAlvaro Herrera
2008-04-14Push index operator lossiness determination down to GIST/GIN opclassTom Lane
2006-09-10Rename contrib contains/contained-by operators to @> and <@, per discussion.Tom Lane
2006-06-28ChangesTeodor Sigaev
2006-05-30Magic blocks don't do us any good unless we use 'em ... so install oneTom Lane
2005-11-07R-tree is dead ... long live GiST.Tom Lane
2005-10-15Standard pgindent run for 8.1.Bruce Momjian
2005-06-27Adjust contrib/seg &< and &> operators so that r-tree indexing logicTom Lane
2005-05-21Cleanup of GiST extensions in contrib/: now that we always invoke GiSTNeil Conway
2004-10-21Standardize on using the Min, Max, and Abs macros that are in our c.h file,Tom Lane
2004-09-14Fix contrib/cube and contrib/seg to compile on Windows.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-03-30Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-alignedTeodor Sigaev
2004-03-15Localize our dependencies on the way to create NAN or INFINITY.Tom Lane
2003-09-14Make contrib/seg work with flex 2.5.31. Fix it up to have a realTom Lane
2003-07-24Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)Tom Lane
2002-08-22Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane