1. 11 Jul, 2004 12 commits
  2. 10 Jul, 2004 6 commits
  3. 07 Jul, 2004 6 commits
  4. 06 Jul, 2004 5 commits
    • Bruce Momjian's avatar
      Move section: · ea0078da
      Bruce Momjian authored
      < * 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
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Reorder dash mention to be more prominient. · 33fe94b2
      Bruce Momjian authored
      > 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
    • Tom Lane's avatar
      07b4c48b
    • Bruce Momjian's avatar
      Done: · a21bb272
      Bruce Momjian authored
      > * -Fix upper()/lower() to work for multibyte encodings
      a21bb272
  5. 05 Jul, 2004 6 commits
  6. 04 Jul, 2004 3 commits
  7. 03 Jul, 2004 1 commit
  8. 02 Jul, 2004 1 commit
    • Tom Lane's avatar
      Add missing operators of the form interval-plus-datetime, as required for · e34082ee
      Tom Lane authored
      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