1. 19 Aug, 1998 4 commits
    • Bruce Momjian's avatar
      fix for ecpg corruption · 5fbbd364
      Bruce Momjian authored
      5fbbd364
    • Bruce Momjian's avatar
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian authored
      no longer returns buffer pointer, can be gotten from scan;
      	descriptor; bootstrap can create multi-key indexes;
      pg_procname index now is multi-key index; oidint2, oidint4, oidname
      are gone (must be removed from regression tests); use System Cache
      rather than sequential scan in many places; heap_modifytuple no
      longer takes buffer parameter; remove unused buffer parameter in
      a few other functions; oid8 is not index-able; remove some use of
      single-character variable names; cleanup Buffer variables usage
      and scan descriptor looping; cleaned up allocation and freeing of
      tuples; 18k lines of diff;
      79715390
    • Marc G. Fournier's avatar
      · 31de2c94
      Marc G. Fournier authored
      Fix for SNPRINTF test in configure
      
      From: Tom Lane <tgl@sss.pgh.pa.us>
      31de2c94
    • Marc G. Fournier's avatar
      · 1a77894d
      Marc G. Fournier authored
      Add rule tests to regression tests...
      1a77894d
  2. 18 Aug, 1998 1 commit
    • Marc G. Fournier's avatar
      · 338c54cb
      Marc G. Fournier authored
      From: Jan Wieck <jwieck@debis.com>
      
      Hi,
      
          as  proposed here comes the first patch for the query rewrite
          system.
      
        <for details, see archive dated Mon, 17 Aug 1998>
      338c54cb
  3. 17 Aug, 1998 16 commits
  4. 16 Aug, 1998 4 commits
  5. 15 Aug, 1998 13 commits
  6. 14 Aug, 1998 2 commits
    • Thomas G. Lockhart's avatar
      Allow binary-compatible indices to be considered when checking for valid · 6912beea
      Thomas G. Lockhart authored
       indices for restriction clauses containing a constant.
      Note that if an index does not match directly (usually because the types
       on both side of the clause don't match), and if a binary-compatible index
       is identified, then the operator function will be replaced by a new
       one. Should not be a problem, but be sure that if types are listed as
       being binary compatible (in parse_coerce.h) then the comparison functions
       are also binary-compatible, giving equivalent results.
      6912beea
    • Thomas G. Lockhart's avatar
      Include OID as a built-in type. · 94f42ed3
      Thomas G. Lockhart authored
      94f42ed3