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
/
src
/
test
/
regress
/
sql
/
box.sql
Age
Commit message (
Expand
)
Author
2017-06-14
Merge from PG master upto d5cb3bab564e0927ffac7c8729eacf181a12dd40
Pavan Deolasee
2017-03-21
Fix support for some operators (&<, &>, $<|, |&>) in box operator class
Teodor Sigaev
2017-01-19
resolve failures in box regression tests (missing SP-GiST part)
Tomas Vondra
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2016-04-01
Get rid of minus zero in box regression test.
Tom Lane
2016-03-30
Introduce SP-GiST operator class over box.
Teodor Sigaev
2014-09-01
Make necessary changes to regression test cases and expected output files to
Pavan Deolasee
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-05-24
Fix for regression test box
Michael P
2011-05-19
Updated regression tests.
Mason Sharp
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2006-09-10
Rename contains/contained-by operators to @> and <@, per discussion that
Tom Lane
2005-04-07
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2000-03-14
Implement column aliases on views "CREATE VIEW name (collist)".
Thomas G. Lockhart
2000-01-05
Clean up format of tests.
Thomas G. Lockhart
1997-05-11
Add inter-type regression tests for geometry, date/time, and numbers.
Thomas G. Lockhart
1997-04-27
Make these self-contained tests...they are testing types, so the tables
Marc G. Fournier
1997-04-05
There are the broken out 'sql' queries from queries.source
Marc G. Fournier