summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 5.3->5.5 mergeSergei Golubchik2011-11-27119-890/+10421
|\
| * Small fixes to make compilers happy.Alexey Botchkov2011-11-221-3/+3
| * Windows has no 'nearbyint' in libraries.Alexey Botchkov2011-11-221-2/+1
| * Merge default materialization=on.unknown2011-11-2231-225/+342
| |\
| | * Merge enabling materialization=on by default.unknown2011-11-2131-225/+342
| | |\
| | | * Merge enabling of materialization=on by default with main tree.unknown2011-11-2131-225/+342
| | | |\
| | | | * Fixed PBXT test cases.unknown2011-11-092-7/+11
| | | | * - Removed a comment that is not true any more.unknown2011-11-092-8/+4
| | | | * Enable subquery materialization=ON by default.unknown2011-11-0927-216/+327
| * | | | Correct test file.unknown2011-11-211-1/+1
| * | | | Fix test to pass on 32-bit machines by reducingunknown2011-11-215-5/+5
| * | | | Merge.Igor Babaev2011-11-215-3/+99
| |\ \ \ \
| | * | | | Fixed LP bug #887496.Igor Babaev2011-11-215-3/+99
| | |/ / /
| * | | | Fix bug lp:833777unknown2011-11-218-3/+68
| |/ / /
| * | | Corrected the patch that made the optimizer switch for index condition pushdownIgor Babaev2011-11-211-1/+1
| * | | Made the optimizer switch for index condition pushdown set to 'on' by default. Igor Babaev2011-11-2140-323/+324
| * | | Fixed LP bug #892725.Igor Babaev2011-11-203-0/+86
| * | | Fix for bug #809849 spatial operations must be KILL-able.Alexey Botchkov2011-11-206-5/+17
| * | | Fixed LP bug #891995.Igor Babaev2011-11-183-2/+92
| * | | Fixed LP bug #891953.Igor Babaev2011-11-184-1/+42
| * | | unused variable removed.Alexey Botchkov2011-11-181-2/+1
| * | | GCALC_CHECK_WITH_FLOAT disabled.Alexey Botchkov2011-11-181-1/+1
| * | | Fixed LP bug #800184.Igor Babaev2011-11-184-4/+47
| * | | Merge.Igor Babaev2011-11-171-2/+2
| |\ \ \ | | |/ / | |/| |
| | * | Corrected the fix for bug 891052.Igor Babaev2011-11-171-2/+2
| * | | small fixes to make compiler happy.Alexey Botchkov2011-11-172-2/+2
| * | | test results updated.Alexey Botchkov2011-11-174-12/+11
| * | | merging.Alexey Botchkov2011-11-1735-312/+9229
| |\ \ \ | | |/ / | |/| |
| | * | merging.Alexey Botchkov2011-11-12568-11234/+47077
| | |\ \
| | * | | code cleanup.Alexey Botchkov2011-10-161-48/+0
| | * | | GIS code cleanup.Alexey Botchkov2011-10-162-484/+458
| | * | | #define addedAlexey Botchkov2011-10-141-0/+2
| | * | | repeating calcualtions eliminated.Alexey Botchkov2011-10-142-15/+139
| | * | | GIS code.Alexey Botchkov2011-10-145-1042/+1038
| | * | | Copyright notices fixed.Alexey Botchkov2011-10-066-2/+8
| | * | | Valgrind warning fixed.Alexey Botchkov2011-10-054-60/+105
| | * | | GIS code cleanup.Alexey Botchkov2011-10-041-0/+7
| | * | | GIS library code cleanup.Alexey Botchkov2011-10-044-620/+370
| | * | | bug 857087 Wrong result with ST_INTERSECTS and LINESTRINGsAlexey Botchkov2011-09-234-2/+11
| | * | | bug #857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGONAlexey Botchkov2011-09-233-0/+10
| | * | | fix for bug 857051 ST_EQUALS returns TRUE on two nonidentical MULTIPOINTsAlexey Botchkov2011-09-233-53/+22
| | * | | fix for 857050 ST_WITHIN returns wrong result with MULTIPOINT and POLYGONAlexey Botchkov2011-09-232-21/+30
| | * | | fixed bugsAlexey Botchkov2011-09-229-258/+372
| | * | | bug 855336 ST_LENGTH does not work on GEOMETRYCOLLECTIONs fixed.Alexey Botchkov2011-09-215-9/+66
| | * | | fix for bug 848926 GIS functions return "GEOMETRYCOLLECTION()" instead of "GE...Alexey Botchkov2011-09-216-34/+109
| | * | | bugs fixedAlexey Botchkov2011-09-215-7/+78
| | * | | several bugs fixed here.Alexey Botchkov2011-09-218-330/+1572
| | * | | Fix for bug 848939 Wrong result with ST_INTERSECTION between linestrings and ...Alexey Botchkov2011-09-133-5/+11
| | * | | Fix for bug #848901 Assertion `fabs(cur_isc->x-m_cur_intersection->x) + fabs(...Alexey Botchkov2011-09-133-1/+7
| | * | | Fix for few similar bugs:Alexey Botchkov2011-09-135-35/+269