index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
seg
/
seg.c
Age
Commit message (
Expand
)
Author
2025-03-26
Use PG_MODULE_MAGIC_EXT in our installable shared libraries.
Tom Lane
2024-12-18
seg: pure parser and reentrant scanner
Peter Eisentraut
2022-12-23
Convert contrib/seg's input function to report errors softly
Andrew Dunstan
2022-12-21
Fix contrib/seg to be more wary of long input numbers.
Tom Lane
2022-10-08
Use fabsf() instead of Abs() or fabs() where appropriate
Peter Eisentraut
2022-10-07
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-09-22
Harmonize parameter names in contrib code.
Peter Geoghegan
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-03
Fix PG_GETARG_SEG_P() definition.
Tom Lane
2017-11-10
Add some const decorations to prototypes
Peter Eisentraut
2017-11-08
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-09-05
Remove unnecessary parentheses in return statements
Peter Eisentraut
2017-06-21
Phase 3 of pgindent updates.
Tom Lane
2017-03-30
Move contrib/seg to only use V1 calling conventions.
Andres Freund
2017-02-06
Fix typos in comments.
Heikki Linnakangas
2016-04-28
Revert "Convert contrib/seg's bool-returning SQL functions to V1 call convent...
Tom Lane
2016-04-22
Convert contrib/seg's bool-returning SQL functions to V1 call convention.
Tom Lane
2016-04-03
Clean up dubious code in contrib/seg.
Tom Lane
2015-05-15
Move strategy numbers to include/access/stratnum.h
Alvaro Herrera
2015-03-26
Tweak __attribute__-wrapping macros for better pgindent results.
Tom Lane
2014-04-18
Create function prototype as part of PG_FUNCTION_INFO_V1 macro
Peter Eisentraut
2013-07-29
Fix contrib/cube and contrib/seg to build with bison 3.0.
Tom Lane
2011-09-01
Remove unnecessary #include references, per pgrminclude script.
Bruce Momjian
2011-05-19
Replace strdup() with pstrdup(), to avoid leaking memory.
Heikki Linnakangas
2011-04-11
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2010-12-16
Fix contrib/seg's GiST picksplit method.
Tom Lane
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
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-19
seg_size() has to be V1 calling convention, too.
Tom Lane
2008-04-18
Change the float4-returning functions in contrib/seg to fmgr v1 calling
Alvaro Herrera
2008-04-18
Modify the float4 datatype to be pass-by-val. Along the way, remove the last
Alvaro Herrera
2008-04-14
Push index operator lossiness determination down to GIST/GIN opclass
Tom Lane
2006-09-10
Rename contrib contains/contained-by operators to @> and <@, per discussion.
Tom Lane
2006-06-28
Changes
Teodor Sigaev
2006-05-30
Magic blocks don't do us any good unless we use 'em ... so install one
Tom Lane
2005-11-07
R-tree is dead ... long live GiST.
Tom Lane
2005-10-15
Standard pgindent run for 8.1.
Bruce Momjian
2005-06-27
Adjust contrib/seg &< and &> operators so that r-tree indexing logic
Tom Lane
2005-05-21
Cleanup of GiST extensions in contrib/: now that we always invoke GiST
Neil Conway
2004-10-21
Standardize on using the Min, Max, and Abs macros that are in our c.h file,
Tom Lane
2004-09-14
Fix contrib/cube and contrib/seg to compile on Windows.
Tom Lane
2004-08-29
Pgindent run for 8.0.
Bruce Momjian
2004-03-30
Cleanup vectors of GISTENTRY and eliminate problem with 64-bit strict-aligned
Teodor Sigaev
2004-03-15
Localize our dependencies on the way to create NAN or INFINITY.
Tom Lane
2003-09-14
Make contrib/seg work with flex 2.5.31. Fix it up to have a real
Tom Lane
2003-07-24
Error message editing in contrib (mostly by Joe Conway --- thanks Joe!)
Tom Lane
2002-08-22
Add a bunch of pseudo-types to replace the behavior formerly associated
Tom Lane
[next]