1. 02 7月, 2006 1 次提交
  2. 30 6月, 2006 1 次提交
    • B
      Update item for GUID: · 569e32a0
      Bruce Momjian 提交于
      < * Add 128-bit Universally Unique Identifier (UUID)
      > * Add Globally/Universally Unique Identifier (GUID/UUID)
      569e32a0
  3. 29 6月, 2006 3 次提交
  4. 28 6月, 2006 4 次提交
    • B
      Update: · 15897332
      Bruce Momjian 提交于
      < 		o Add support for WITH HOLD cursors
      > 		o Add support for WITH HOLD and SCROLL cursors
      >
      > 		  PL/pgSQL cursors should support the same syntax as
      > 		  backend cursors.
      >
      15897332
    • B
      Revert patch, doesn't do what it should: · 33b4ad66
      Bruce Momjian 提交于
      	* %Disallow changing default expression of a SERIAL column
      
      Dhanaraj M
      33b4ad66
    • B
      Will revert in next patch more cleanly. · e99507ea
      Bruce Momjian 提交于
      > * -Disallow changing DEFAULT expression of a SERIAL column
      e99507ea
    • B
      Not done: · 0c99c0fe
      Bruce Momjian 提交于
      < * -Disallow changing DEFAULT expression of a SERIAL column
      > * %Disallow changing DEFAULT expression of a SERIAL column
      0c99c0fe
  5. 27 6月, 2006 2 次提交
    • B
      Done: · 62f26936
      Bruce Momjian 提交于
      < * %Disallow changing DEFAULT expression of a SERIAL column?
      <
      <   This should be done only if the existing SERIAL problems cannot be
      <   fixed.
      <
      > * -Disallow changing DEFAULT expression of a SERIAL column
      62f26936
    • B
      Done: · 560feb47
      Bruce Momjian 提交于
      > 	o -Add PQescapeIdentifier()
      560feb47
  6. 26 6月, 2006 2 次提交
    • B
      Update my info: · bc28f58b
      Bruce Momjian 提交于
      > * Bruce is Bruce Momjian <bruce@momjian.us> of EnterpriseDB
      bc28f58b
    • B
      Add: · f5940e7b
      Bruce Momjian 提交于
      < * Reuse index tuples that point to rows that are not visible to anyone?
      > * Reuse index tuples that point to heap tuples that are not visible to
      >   anyone?
      f5940e7b
  7. 25 6月, 2006 2 次提交
    • B
      Update entry: · ac7a126d
      Bruce Momjian 提交于
      < * Allow heap reuse of UPDATEd rows if old and new versions are on the
      <   same heap page?
      > * Allow heap reuse of UPDATEd rows if no indexed columns are changed,
      >   and old and new versions are on the same heap page?
      <   This is possible for same-page updates because a single index row
      <   can point to both old and new values.
      >   While vacuum handles DELETEs fine, updating of non-indexed columns, like
      >   counters, are difficult for VACUUM to handle efficiently.  This method
      >   is possible for same-page updates because a single index row can be
      >   used to point to both old and new values.
      ac7a126d
    • B
      Add UPDATE entry for row reuse. · fc6a2293
      Bruce Momjian 提交于
      >
      > * Allow heap reuse of UPDATEd rows if old and new versions are on the
      >   same heap page?
      >
      >   This is possible for same-page updates because a single index row
      >   can point to both old and new values.
      >   http://archives.postgresql.org/pgsql-hackers/2006-06/msg01305.php
      fc6a2293
  8. 19 6月, 2006 1 次提交
  9. 17 6月, 2006 13 次提交
  10. 16 6月, 2006 5 次提交
  11. 15 6月, 2006 6 次提交