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
/
segscan.l
Age
Commit message (
Expand
)
Author
2013-07-29
Fix contrib/cube and contrib/seg to build with bison 3.0.
Tom Lane
2013-02-12
Add noreturn attributes to some error reporting functions
Peter Eisentraut
2013-01-13
Improve handling of ereport(ERROR) and elog(ERROR).
Tom Lane
2011-08-25
Add "%option warn" to all flex input files that lacked it.
Tom Lane
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2008-08-25
Add %option noinput to contrib's flex scanners, to suppress gcc 4.3
Tom Lane
2005-10-15
Suppress warnings on platforms where fprintf is a macro (eg, recent
Tom Lane
2004-09-14
Fix contrib/cube and contrib/seg to compile on Windows.
Tom Lane
2004-02-24
Add %option nodefault to all our flex lexers. Fix a couple of rule gaps
Tom Lane
2003-09-14
Make contrib/seg work with flex 2.5.31. Fix it up to have a real
Tom Lane
2003-05-29
Ensure that in all flex lexers that are part of the backend, a
Tom Lane
2002-11-07
Remove no-longer-needed inclusions to improve backward compatibility
Tom Lane
2002-09-05
Be careful to include postgres.h *before* any system headers, to ensure
Tom Lane
2002-07-30
Since we're depending on %option noyywrap in the main scanner now,
Tom Lane
2000-12-11
Gene Selkov's SEG datatype (GiST example code)
Tom Lane