1. 29 1月, 2016 28 次提交
  2. 28 1月, 2016 11 次提交
  3. 27 1月, 2016 1 次提交
    • D
      Merge commit 'a534068e' from PostgreSQL 8.3 · ec53b2d3
      Daniel Gustafsson 提交于
      This patch brings UUID as a native datatype according to RFC4122.
      Functionality for generating UUIDs and building against popular UUID
      libraries will come in subsequent commits in order to keep the merges
      somewhat along to upstream. To avoid build issues this commit also
      contains 74a1a2b8 which fixes building
      on OS X and Windows.
      
       Conflicts:
      	src/backend/utils/adt/Makefile
      	src/include/catalog/catversion.h
      	src/include/catalog/pg_amop.h
      	src/include/catalog/pg_amproc.h
      	src/include/catalog/pg_cast.h
      	src/include/catalog/pg_type.h
      	src/include/utils/builtins.h
      ec53b2d3