1. 25 Aug, 2001 7 commits
  2. 24 Aug, 2001 9 commits
  3. 23 Aug, 2001 8 commits
  4. 22 Aug, 2001 6 commits
  5. 21 Aug, 2001 10 commits
    • Bruce Momjian's avatar
      Here's a resend of the patch.gz. I gunzip'ed it fine here · e8f7bfc0
      Bruce Momjian authored
      so it may be a transit problem.  Also removed the 'txt' suffix
      in case that was confusing some transport layer trying to be
      too inteligent for our own good.
      
      This may have been because the Array.java class from the
      previous patch didn't seem to have made it into the snapshot
      build for some reason.  This patch should at least fix that issue.
      
      Greg Zoller
      e8f7bfc0
    • Tom Lane's avatar
      Remove special-case treatment of all-zeroes MAC address, per today's · b04e3a25
      Tom Lane authored
      discussion in pgsql-general.
      b04e3a25
    • Bruce Momjian's avatar
      > Ok, where's a "system dependent hack" :) · 5db5c2db
      Bruce Momjian authored
      > It seems that win9x doesn't have the "netmsg.dll" so it defaults to "normal"
      > FormatMessage.
      > I wonder if one could load wsock32.dll or winsock.dll on those systems
      > instead of netmsg.dll.
      >
      > Mikhail, could you please test this code on your nt4 system?
      > Could someone else test this code on a win98/95 system?
      >
      > It works on win2k over here.
      
      It works on win2k here too but not on win98/95 or winNT.
      Anyway, attached is the patch which uses Magnus's my_sock_strerror
      function (renamed to winsock_strerror). The only difference is that
      I put the code to load and unload netmsg.dll in the libpqdll.c
      (is this OK Magnus?).
      
      Mikhail Terekhov
      5db5c2db
    • Tom Lane's avatar
      Restructure pg_opclass, pg_amop, and pg_amproc per previous discussions in · f933766b
      Tom Lane authored
      pgsql-hackers.  pg_opclass now has a row for each opclass supported by each
      index AM, not a row for each opclass name.  This allows pg_opclass to show
      directly whether an AM supports an opclass, and furthermore makes it possible
      to store additional information about an opclass that might be AM-dependent.
      pg_opclass and pg_amop now store "lossy" and "haskeytype" information that we
      previously expected the user to remember to provide in CREATE INDEX commands.
      Lossiness is no longer an index-level property, but is associated with the
      use of a particular operator in a particular index opclass.
      
      Along the way, IndexSupportInitialize now uses the syscaches to retrieve
      pg_amop and pg_amproc entries.  I find this reduces backend launch time by
      about ten percent, at the cost of a couple more special cases in catcache.c's
      IndexScanOK.
      
      Initial work by Oleg Bartunov and Teodor Sigaev, further hacking by Tom Lane.
      
      initdb forced.
      f933766b
    • Bruce Momjian's avatar
      c2d15669
    • Peter Eisentraut's avatar
      1837f8cb
    • Bruce Momjian's avatar
      Regroup GEQO configs. · 253ade2c
      Bruce Momjian authored
      253ade2c
    • Bruce Momjian's avatar
      8dbaca42
    • Bruce Momjian's avatar
      Add new jdbc array file. · 2a9bfb1f
      Bruce Momjian authored
      2a9bfb1f
    • Bruce Momjian's avatar
      Add 0.2 version XML files. · 4859219f
      Bruce Momjian authored
      4859219f