root/trunk/postgis/geography.sql.in.c

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Chgset Date Author Log Message
(edit) @9811 [9811] 3 days colivier Fix geography prototype for ST_AsGML. Related to #1823
(edit) @9735 [9735] 10 days robe #1820 part fix 9.2 language is case sensitive if quoted -- change 'C' and …
(edit) @9324 [9324] 3 months pramsey Try again with line endings, this time using eol-style instead of eol-type …
(edit) @9323 [9323] 3 months pramsey Set appropriate mime types and text file types on all files. (#1605)
(edit) @9270 [9270] 3 months pramsey Set svn:eol-style native (#1598)
(edit) @8868 [8868] 4 months strk Add ST_Summary(geography), "G" flag (#1277), document (#649)
(edit) @8860 [8860] 4 months strk Implement canonical input-output for geography (#850) Note: canonical …
(edit) @8856 [8856] 4 months strk Override geometrytype for geography (#1450). The testusite runs without …
(edit) @8845 [8845] 4 months strk Add an ST_AsEWKT(text) to prefer geometry over geography
(edit) @8844 [8844] 4 months strk Add ST_EWKT for geography type (#675)
(edit) @8781 [8781] 5 months pramsey Tie astext(geography) and asbinary(geography) directly to the lwgeom_ C …
(edit) @8772 [8772] 5 months strk Drop geography-specific C-side of AsBinary? function. Proxy to geometry. …
(edit) @8662 [8662] 5 months pramsey Make ST_Azimuth(p1, p1) return NULL and make ST_Project(p1, 0, NULL) …
(edit) @8658 [8658] 5 months pramsey Reorganize SQL definitions a bit: type creation at the start, indexes and …
(edit) @8640 [8640] 5 months robe #961: ST_AsGeoJSON change to use default args
(edit) @8638 [8638] 5 months robe changed name of prec to maxdecimaldigits for ST_AsX3D to be consistent …
(edit) @8635 [8635] 5 months robe #1423: ST_AsGML regress fixes -- bah revert last change evidentally and …
(edit) @8634 [8634] 5 months robe #1423 revision -- put back the strict but set default prefix to AND …
(edit) @8633 [8633] 5 months robe #1423 -- fix for geography ST_AsGML - take off strictness if we allow null …
(edit) @8629 [8629] 5 months robe #961: Change ST_AsGML to use default args
(edit) @8618 [8618] 5 months robe change ST_AsSVG(text) to explicilty list all args otherwise upgrade script …
(edit) @8617 [8617] 5 months robe change ST_AsSVG to use default args and support named args. Also correct …
(edit) @8496 [8496] 5 months pramsey ST_Azimuth on the spheroid (#1305)
(edit) @8495 [8495] 5 months pramsey Add ST_Project(geography, distance, azimuth) (#657) to construct a new …
(edit) @7913 [7913] 8 months pramsey Remove GSERIALIZED_ON from .sql files.
(edit) @7418 [7418] 11 months robe Change ST_Length, ST_Perimeter for geography to use default parameters, …
(edit) @7415 [7415] 11 months pramsey Retrieving and storing Geography column data through JDBC does not work …
(edit) @7414 [7414] 11 months pramsey Define alias ST_Perimeter (for geography ST_Length) (#526)
(edit) @7409 [7409] 11 months pramsey Partial typmod support for PostGIS geometry (#944)
(edit) @7402 [7402] 12 months pramsey Fix up selectivity and operators a little
(edit) @7299 [7299] 12 months robe #961- reduce number of functions - Get rid of st_area(geography) and …
(edit) @6924 [6924] 14 months pramsey Add the &&& operator and index binding for 'gist_geometry_ops_nd'. …
(edit) @6917 [6917] 15 months pramsey Replace variable-length-key 2D index with fixed-length-key for GSERIALIZED …
(edit) @6540 [6540] 17 months pramsey Add in gserialized-ready selectivity functions for 2d default index.
(edit) @6519 [6519] 17 months pramsey Whoops, senses of many 2d operators were reversed.
(edit) @6501 [6501] 17 months pramsey Change default gserialized gist index to 2d and put all the old operators …
(edit) @6447 [6447] 17 months pramsey Add the operators to the index opclass too
(edit) @6446 [6446] 17 months pramsey Add some operators to indexes on gserialized
(edit) @6443 [6443] 18 months pramsey Add gserialized.h. Later this can be the central place for index/object …
(edit) @6441 [6441] 18 months pramsey More syncro between geometry and geography. Stubbed index binding.
(edit) @6440 [6440] 18 months pramsey Re-name GiST index functions generically for re-use in geometry.
(edit) @5948 [5948] 21 months pramsey Fix for #532, Temporary table geography columns appear in other's sessions
(edit) @5705 [5705] 2 years robe #536 get rid of strict on ST_Intersects, ST_CoveredBy and ST_Covers …
(edit) @5532 [5532] 2 years colivier Add optional namespace to ST_AsKML function. related in a way to #460
(edit) @5471 [5471] 2 years colivier Add geography support to ST_AsGML with prefix namespace option. Update doc …
(edit) @5065 [5065] 2 years pramsey Rename ST_GeographyFromBinary to ST_GeogFromWKB. Add ST_GeogFromText to …
(edit) @4989 [4989] 2 years robe get rid of begin; commit in geography.sql.in.c. Now that it is part of …
(edit) @4938 [4938] 2 years pramsey Rename ST_PointOutside to _ST_PointOutside (#325)
(edit) @4779 [4779] 3 years pramsey Stub implementation of ordering operators (#292)
(edit) @4778 [4778] 3 years pramsey Apply handling for EMPTY geometries to all geography functions per the …
(edit) @4762 [4762] 3 years pramsey Add text wrappers to functions we commonly expect people to call with text …
(edit) @4757 [4757] 3 years pramsey Add costs to CPU intensive C functions and update doco to ensure 8.3 is …
(edit) @4748 [4748] 3 years pramsey Add ST_Intersection() and ST_Intersects() for geography.
(edit) @4733 [4733] 3 years pramsey Change ST_Area(geog) to defaul to spheroid calculation.
(edit) @4719 [4719] 3 years pramsey First cut of ST_Area(geography) on spheroid. Currently not default, use …
(edit) @4710 [4710] 3 years pramsey Add ST_Length() implementation on spheroid and rationalize the …
(edit) @4709 [4709] 3 years pramsey Add in spheroid calculations for ST_Distance and ST_DWithin.
(edit) @4664 [4664] 3 years pramsey Add _ST_BestSRID(Geography) utility function to support …
(edit) @4662 [4662] 3 years pramsey ST_Length(geography) per #266
(edit) @4656 [4656] 3 years robe #269 get rid of geography -> geometry implicit to make it an explicit cast
(edit) @4649 [4649] 3 years mcayland Re-enable ANALYZE hook, now that it doesn't crash upon loading Paul's test …
(edit) @4637 [4637] 3 years pramsey Add geometry(geography) case per #257
(edit) @4635 [4635] 3 years pramsey Add implementation for ST_Covers(geography, geography) in point-in-polygon …
(edit) @4630 [4630] 3 years pramsey Add ST_PointOutside() function for testing purposes.
(edit) @4627 [4627] 3 years pramsey Comment out analyze argument in geometry type creation -- it is causing a …
(edit) @4625 [4625] 3 years pramsey Reformat SQL lines with tabs
(edit) @4621 [4621] 3 years pramsey ST_Area(geography) implementation and SQL bindings.
(edit) @4587 [4587] 3 years pramsey Add SQL bindings for selectivity functions.
(edit) @4585 [4585] 3 years pramsey Some fixes to the ST_DWithin code.
(edit) @4579 [4579] 3 years pramsey Largely untested implementation of ST_DWithin(geography, geography). We're …
(edit) @4573 [4573] 3 years pramsey ST_Distance(geography, geography) roughed in. Small detail, currently …
(edit) @4540 [4540] 3 years robe Put in overload text for ST_AsText and ST_AsBinary to prevent the function …
(edit) @4536 [4536] 3 years colivier A forgot prototype in ST_AsGeoJson export function
(edit) @4535 [4535] 3 years colivier Add geography typmod support for export functions (ST_AsGML, ST_AsGeoJson, …
(edit) @4532 [4532] 3 years pramsey Add SQL def'n for geography_analyze function.
(edit) @4526 [4526] 3 years mcayland Add the basic machinery to call a function when running VACUUM ANALYZE on …
(copy) @4494 [4494] 3 years mcayland Merge Paul's geodetic (geography) branch into trunk, as per discussions on …
copied from spike/pramsey/geodetic/postgis/geography.sql.in.c:
(edit) @4483 [4483] 3 years pramsey Set keywords
Note: See TracRevisionLog for help on using the revision log.