index
:
postgres-xl.git
XL9_5_STABLE
XL_10_STABLE
master
xl_dbt3_expt
xl_doc_update
xl_test
Official repo for Postgres-XL. Stable branch is XL9_5_STABLE. Current development is PG10 compatible. Controlled by Postgres-X2 Core Team.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
contrib
/
cube
/
cubescan.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
2010-09-20
Remove cvs keywords from all files.
Magnus Hagander
2008-08-25
Add %option noinput to contrib's flex scanners, to suppress gcc 4.3
Tom Lane
2006-03-11
Add CVS tag lines to files that were lacking them.
Bruce Momjian
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/cube 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-08-29
The changes I have made are described in CHANGES. This was based on
Bruce Momjian
2002-07-30
Since we're depending on %option noyywrap in the main scanner now,
Tom Lane
2000-12-11
Gene Selkov's CUBE datatype (GiST example code)
Tom Lane