1. 05 Jul, 2004 5 commits
  2. 04 Jul, 2004 3 commits
  3. 03 Jul, 2004 1 commit
  4. 02 Jul, 2004 4 commits
    • 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
    • Joe Conway's avatar
      Andreas Pflug wrote: · 0b89d261
      Joe Conway authored
       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
    • Peter Eisentraut's avatar
      Translation update · 6d6c8b0d
      Peter Eisentraut authored
      6d6c8b0d
    • Joe Conway's avatar
      Attached is a 1 line bug fix for dbmirror that was submitted. · cd4fd672
      Joe Conway authored
      It fixes a bug where some transactions could be dropped when writing
      mirrored SQL statements to files.
      -- Steven Singer
      cd4fd672
  5. 01 Jul, 2004 7 commits
  6. 30 Jun, 2004 2 commits
  7. 29 Jun, 2004 2 commits
  8. 28 Jun, 2004 4 commits
  9. 27 Jun, 2004 3 commits
  10. 26 Jun, 2004 4 commits
  11. 25 Jun, 2004 5 commits