1. 19 8月, 1998 3 次提交
    • B
      heap_fetch requires buffer pointer, must be released; heap_getnext · 79715390
      Bruce Momjian 提交于
      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
    • M
      · 31de2c94
      Marc G. Fournier 提交于
      Fix for SNPRINTF test in configure
      
      From: Tom Lane <tgl@sss.pgh.pa.us>
      31de2c94
    • M
      · 1a77894d
      Marc G. Fournier 提交于
      Add rule tests to regression tests...
      1a77894d
  2. 18 8月, 1998 13 次提交
  3. 17 8月, 1998 4 次提交
    • M
      · 91162057
      Marc G. Fournier 提交于
      From: Tom Lane <tgl@sss.pgh.pa.us>To: pgsql-patches@postgreSQL.org
      
      Sigh.  That tweak needs a tweak --- I didn't realize that ".DEFAULT"
      processing ignores dependencies, at least in the version of gmake I
      have here (not sure if it's a bug or not).  Apply this patch aftermy previous one...
      91162057
    • M
      · cf9ecbda
      Marc G. Fournier 提交于
      Just a couple of "after-commit" cleanups...
      cf9ecbda
    • M
      · 93120330
      Marc G. Fournier 提交于
      Date: Sun, 16 Aug 1998 14:56:48 -0400
      From: Tom Lane <tgl@sss.pgh.pa.us>
      Attached is a patch for this weekend's work on libpq.  I've dealt
      with several issues:
      
              <for details: see message, in pgsql-patches archive for above data>
      93120330
    • M
      · 3fa676a7
      Marc G. Fournier 提交于
      From: Garrett Wollman <wollman@khavrinen.lcs.mit.edu>
      
      Here is some more contrib-fodder, based on TIH's IP address type,
      for ISBN and ISSN identifiers (which I just happened to need to keep
      track of the things in my library).
      3fa676a7
  4. 16 8月, 1998 6 次提交
  5. 15 8月, 1998 14 次提交