1. 07 7月, 2004 7 次提交
    • B
      Regenerate: · b4e660e3
      Bruce Momjian 提交于
      > #A dash (-) marks changes that will appear in the upcoming 7.5 release.#
      b4e660e3
    • B
      regenerate. · 8f599aa6
      Bruce Momjian 提交于
      8f599aa6
    • B
      Bold dash line. · aec27147
      Bruce Momjian 提交于
      > \#A dash (-) marks changes that will appear in the upcoming 7.5 release.#
      aec27147
    • B
      Update highlighting of dash. · a08baad6
      Bruce Momjian 提交于
      a08baad6
    • B
      Move section: · ea0078da
      Bruce Momjian 提交于
      < * Add replication of distributed databases
      < 	o Automatic failover
      < 	o Load balancing
      < 	o Master/slave replication
      < 	o Multi-master replication
      < 	o Partition data across servers
      < 	o Queries across databases or servers (two-phase commit)
      < 	o Allow replication over unreliable or non-persistent links
      55a48,55
      > * Improve replication solutions
      > 	o Automatic failover
      > 	o Load balancing
      > 	o Master/slave replication
      > 	o Multi-master replication
      > 	o Partition data across servers
      > 	o Queries across databases or servers (two-phase commit)
      > 	o Allow replication over unreliable or non-persistent links
      ea0078da
    • B
      28c4dd14
    • B
      Reorder dash mention to be more prominient. · 33fe94b2
      Bruce Momjian 提交于
      > A dash (-) marks changes that will appear in the upcoming 7.5 release.
      >
      > Bracketed items "[]" have more detail.
      9,12d12
      <
      < A dash (-) marks changes that will appear in the upcoming 7.5 release.
      <
      < Bracketed items "[]" have more detail.
      33fe94b2
  2. 06 7月, 2004 5 次提交
  3. 05 7月, 2004 4 次提交
  4. 04 7月, 2004 2 次提交
  5. 03 7月, 2004 3 次提交
    • T
    • T
      Add missing operators of the form interval-plus-datetime, as required for · e34082ee
      Tom Lane 提交于
      better SQL compliance in this area, per recent discussion.  Mark related
      operators as commutators where possible.  (The system doesn't actually care
      about commutator marking for operators not returning boolean, at the moment,
      but this seems forward-thinking and besides it made it easier to verify
      that we hadn't missed any.)
      Also, remove interval-minus-time and interval-minus-timetz operators.
      I'm not sure how these got in, but they are nonstandard and had very
      obviously broken behavior.  (minus is not commutative in anyone's book.)
      I doubt anyone had ever used 'em, because we'd surely have gotten a bug
      report about it if so.
      e34082ee
    • J
      Andreas Pflug wrote: · 0b89d261
      Joe Conway 提交于
       From an idea of Bruce, the attached patch implements the function
       pg_tablespace_databases(oid) RETURNS SETOF oid
       which delivers as set of database oids having objects in the selected
       tablespace, enabling an admin to examine only the databases affecting
       the tablespace for objects instead of scanning all of them.
      
      initdb forced
      0b89d261
  6. 02 7月, 2004 6 次提交
  7. 01 7月, 2004 3 次提交
  8. 30 6月, 2004 4 次提交
  9. 29 6月, 2004 1 次提交
  10. 28 6月, 2004 4 次提交
  11. 27 6月, 2004 1 次提交