1. 02 11月, 1999 1 次提交
  2. 01 11月, 1999 11 次提交
  3. 31 10月, 1999 15 次提交
  4. 30 10月, 1999 5 次提交
  5. 28 10月, 1999 2 次提交
  6. 27 10月, 1999 3 次提交
  7. 26 10月, 1999 3 次提交
    • B
      update · 9e44249b
      Bruce Momjian 提交于
      9e44249b
    • B
      Update TODO list. · c5884e03
      Bruce Momjian 提交于
      c5884e03
    • B
      These are two minor corrections to libpq's PQsetNoticeProcessor function. · 724bf746
      Bruce Momjian 提交于
      One, it now returns the previous hook. That way people don't have to dig
      around in libpq-int.h for that information anymore. It previously
      returned void, so there should be no incompatibilities.
      
      Second, you cannot set the callback to NULL anymore. (Of course you can
      still call it with NULL just to get the current hook.) The way libpq uses
      the callback pointer, having a NULL there wasn't very healthy.
      
      Peter Eisentraut
      724bf746