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
/
int2.sql
Age
Commit message (
Expand
)
Author
2016-10-27
Merge commit 'b5bce6c1ec6061c8a4f730d927e162db7e2ce365'
Pavan Deolasee
2015-07-03
Add documentation and regression tests concerning rounding of numerics.
Tom Lane
2015-06-04
Merge remote-tracking branch 'remotes/PGSQL/master' into XL_NEW_MASTER
Pavan Deolasee
2015-04-27
Merge commit 'ab76208e3df6841b3770edeece57d0f048392237' into XL_MASTER_MERGE_9_4
Pavan Deolasee
2015-03-25
Upgrade src/port/rint.c to be POSIX-compliant.
Tom Lane
2012-11-19
Improve handling of INT_MIN / -1 and related cases.
Tom Lane
2011-07-06
Merge commit 'a4bebdd92624e018108c2610fc3f2c1584b6c687' into master
Michael P
2011-05-19
Updated regression tests.
Mason Sharp
2010-11-23
Remove useless whitespace at end of lines
Peter Eisentraut
2010-11-20
Assorted further cleanup for integer-conversion patch.
Tom Lane
2010-11-20
Attempt to fix breakage caused by signed integer conversion patch.
Robert Haas
2010-11-20
Speed up conversion of signed integers to C strings.
Robert Haas
2010-11-15
Remove outdated comments from the regression test files.
Robert Haas
2010-08-19
Remove extra newlines at end and beginning of files, add missing newlines
Peter Eisentraut
2005-04-07
Add a "USING" clause to DELETE, which is equivalent to the FROM clause
Neil Conway
2004-10-04
Detect overflow in integer arithmetic operators (integer, smallint, and
Tom Lane
2004-03-11
Revise int2/int4/int8/float4/float8 input routines to allow for
Neil Conway
2000-01-04
Clean up syntax to use SQL92-ish type coersion
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
Again, add more tests
Marc G. Fournier