1. 21 Mar, 2005 1 commit
    • Tom Lane's avatar
      Convert index-related tuple handling routines from char 'n'/' ' to bool · ee4ddac1
      Tom Lane authored
      convention for isnull flags.  Also, remove the useless InsertIndexResult
      return struct from index AM aminsert calls --- there is no reason for
      the caller to know where in the index the tuple was inserted, and we
      were wasting a palloc cycle per insert to deliver this uninteresting
      value (plus nontrivial complexity in some AMs).
      I forced initdb because of the change in the signature of the aminsert
      routines, even though nothing really looks at those pg_proc entries...
      ee4ddac1
  2. 20 Mar, 2005 9 commits
  3. 19 Mar, 2005 2 commits
  4. 18 Mar, 2005 6 commits
  5. 17 Mar, 2005 10 commits
  6. 16 Mar, 2005 11 commits
  7. 15 Mar, 2005 1 commit