1. 06 6月, 2020 1 次提交
  2. 05 6月, 2020 3 次提交
  3. 03 6月, 2020 1 次提交
    • A
      Allow CLUSTER on append-optimized tables · 179feb77
      Andrey Borodin 提交于
      Cluster on AO tables is implemented by sorting the entire AO table using
      tuple sort framework, according to a btree index defined on the table.
      
      A faster way to cluster is to scan the tuples in index-order, but this
      requires index-scan support.  Append-optimized tables do not support
      index-scans currently, but when this support is added, the cluster
      operation can be enhanced accordingly.
      
      Author: Andrey Borodin <amborodin@acm.org>
      Reviewed and slightly edited by: Asim R P <pasim@vmare.com>
      
      Merges GitHub PR #9996
      179feb77
  4. 28 5月, 2020 1 次提交
  5. 21 5月, 2020 2 次提交
  6. 20 5月, 2020 2 次提交
  7. 16 5月, 2020 4 次提交
  8. 15 5月, 2020 1 次提交
  9. 12 5月, 2020 1 次提交
  10. 05 5月, 2020 2 次提交
  11. 02 5月, 2020 2 次提交
  12. 01 5月, 2020 1 次提交
  13. 30 4月, 2020 2 次提交
  14. 25 4月, 2020 3 次提交
    • M
      docs - updates for PostGIS 2.5.4 (#9989) · fcc3f377
      Mel Kiyama 提交于
      * docs - updates for PostGIS 2.5.4
      
      -Updated version 2.1.5 -> 2.5.4
      -Updated references to PostGIS topics
      -Removed geometry and geography limitation
      -Added enhancement for postgis_manager.sh script - support installing PostGIS in a non-default schema
      -Added examples of updating postgis.enable_outdb_rasters and postgis.gdal_enabled_drivers for a GPDB session
      -Remove ANALYZE limitation for user-defined data types
      -Added  _postgis_index_extent function is not supported
      -Added note: <-> operator returns centroid/centroid distance
      -changed name of PostGIS aggregate function ST_MemCollect to ST_Collect
      
      * docs - fix typo
      
      * docs - minor changes to topic hierarchy.
      
      * docs - one more minor hierarchy change.
      
      * docs - update external URLs
      
      * docs - fix typo, minor cleanup
      
      * docs - found strange character
      fcc3f377
    • M
      docs - add Note about host requirements to segment mirror overview (#9971) · 709c0d9f
      Mel Kiyama 提交于
      * docs - add Note about host requirements to segment mirror overview
      
      -also edited some related topics and changed some links
      -fixed a bad link to the gpcheck utiltiy (removed in GPDB 6)
      
      * docs - minor edit
      Co-authored-by: NDavid Yozie <dyozie@pivotal.io>
      709c0d9f
    • M
      docs - add information about view dependency (#9952) · 05d83b31
      Mel Kiyama 提交于
      * docs - add information about view dependency
      
      -example queries to find dependency information
      -catalog table information
      -best practices
      
      * docs - minor edits and fixes.
      
      * docs - fix minor typo.
      
      * docs - another minor edit.
      05d83b31
  15. 24 4月, 2020 1 次提交
  16. 23 4月, 2020 2 次提交
  17. 18 4月, 2020 2 次提交
  18. 16 4月, 2020 3 次提交
  19. 04 4月, 2020 1 次提交
    • L
      docs WIP - add some python3 info? (#9869) · 8e97737c
      Lisa Owen 提交于
      * docs WIP - add some python3 info
      
      * move data type mapping to pl/python page; add more py3 info
      
      * add set-returning function example
      
      * address comments from david
      8e97737c
  20. 03 4月, 2020 2 次提交
  21. 02 4月, 2020 3 次提交