1. 12 1月, 2001 8 次提交
    • P
      - Check ntuples == 1 for various SELECT statements. · 06ef1ef2
      Philip Warner 提交于
      - Fix handling of --tables=* (multiple tables never worked properly, AFAICT)
      - strdup() the current user in DB routines
      - Check results of IO routines more carefully.
      - Check results of PQ routines more carefully.
      
      Have not fixed index output yet.
      06ef1ef2
    • T
      Preserve constraints and column defaults during CLUSTER. · 565639cd
      Tom Lane 提交于
      Wish they were all this easy ...
      565639cd
    • M
      · 1db943b3
      Marc G. Fournier 提交于
      commit Oleg and Teodor's RD-tree implementation ... this provides the
      regression tests for the GiST changes ... this should be integrated into
      the regular regression tests similar to Vadim's SPI contrib stuff ...
      1db943b3
    • M
      · 0ad7db4b
      Marc G. Fournier 提交于
      New feature:
         1. Support of variable size keys - new algorithm of insertion to tree
            (GLI - gist layrered insertion). Previous algorithm was implemented
            as described in paper by Joseph M. Hellerstein et.al
            "Generalized Search Trees for Database Systems".  This (old)
            algorithm was not suitable for variable size keys and could be
            not effective ( walking up-down ) in case of multiple levels split
      Bug fixed:
         1. fixed bug in gistPageAddItem - key values were written to disk
            uncompressed. This caused failure if decompression function
            does real job.
         2. NULLs handling - we keep NULLs in tree. Right way is to remove them,
            but we don't know how to inform vacuum about index statistics. This is
            just cosmetic warning message (like in case with R-Tree),
            but I'm not sure how to recognize real problem if we remove NULLs
            and suppress this warning as Tom suggested.
         3. various memory leaks
      
      This work was done by Teodor Sigaev (teodor@stack.net) and
      Oleg Bartunov (oleg@sai.msu.su).
      0ad7db4b
    • P
      7cd97118
    • P
      Add DLLIMPORT to TransactionCommandContext. · 9b192246
      Peter Eisentraut 提交于
      9b192246
    • P
      c340c218
    • B
      Update TODO list. · be64674a
      Bruce Momjian 提交于
      be64674a
  2. 11 1月, 2001 4 次提交
  3. 10 1月, 2001 8 次提交
  4. 09 1月, 2001 20 次提交