1. 13 Dec, 2000 3 commits
    • Tom Lane's avatar
      Fix thinko for case of outer join where inner table is empty: should · 78099231
      Tom Lane authored
      output first outer tuple before advancing...
      78099231
    • Bruce Momjian's avatar
      Update TODO list. · 47e22976
      Bruce Momjian authored
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.300
      diff -r1.300 TODO
      3c3
      < Last updated:		Tue Dec 12 23:01:04 EST 2000
      ---
      > Last updated:		Tue Dec 12 23:01:53 EST 2000
      21d20
      < * test to show diffs for TODO changes
      47e22976
    • Bruce Momjian's avatar
      Update TODO list. · 8b4c54ef
      Bruce Momjian authored
      Index: TODO
      ===================================================================
      RCS file: /home/projects/pgsql/cvsroot/pgsql/doc/TODO,v
      retrieving revision 1.299
      diff -r1.299 TODO
      3c3
      < Last updated:		Tue Dec 12 15:27:50 EST 2000
      ---
      > Last updated:		Tue Dec 12 23:01:04 EST 2000
      20a21
      > * test to show diffs for TODO changes
      8b4c54ef
  2. 12 Dec, 2000 4 commits
  3. 11 Dec, 2000 16 commits
  4. 10 Dec, 2000 7 commits
  5. 09 Dec, 2000 9 commits
  6. 08 Dec, 2000 1 commit
    • Tom Lane's avatar
      Repair erroneous use of hashvarlena() for MACADDR, which is not a · 376784cf
      Tom Lane authored
      varlena type.  (I did not force initdb, but you won't see the fix
      unless you do one.)  Also, make sure all index support operators and
      functions are careful not to leak memory for toasted inputs; I had
      missed some hash and rtree support ops on this point before.
      376784cf