1. 23 9月, 2001 14 次提交
    • B
      Add new file. · 9a78cfc1
      Bruce Momjian 提交于
      9a78cfc1
    • B
      please apply attached patch to current CVS. · 484a0fa4
      Bruce Momjian 提交于
      Changes:
      
       1. Added support for boolean queries (indexable operator @@, looks like
             a @@ '1|(2&3)'
       2. Some code cleanup and optimization
      
              Regards,
                      Oleg
      484a0fa4
    • B
      Update TODO list. · 296011d8
      Bruce Momjian 提交于
      296011d8
    • B
      Update TODO list. · 1ea5d1b1
      Bruce Momjian 提交于
      1ea5d1b1
    • B
      Big thanks to Solar Designer who pointed out a bug in bcrypt · ab560228
      Bruce Momjian 提交于
      salt generation code.  He also urged using better random source
      and making possible to choose using bcrypt and xdes rounds more
      easily.  So, here's patch:
      
      * For all salt generation, use Solar Designer's own code.  This
        is mostly due fact that his code is more fit for get_random_bytes()
        style interface.
      * New function: gen_salt(type, rounds).  This lets specify iteration
        count for algorithm.
      * random.c: px_get_random_bytes() function.
        Supported randomness soure: /dev/urandom, OpenSSL PRNG, libc random()
        Default: /dev/urandom.
      * Draft description of C API for pgcrypto functions.
      
      New files: API, crypt-gensalt.c, random.c
      
      Marko Kreen
      ab560228
    • B
      The attached patch is my first run-through of the JDBC test suite. A · b75814ae
      Bruce Momjian 提交于
      summary of changes:
      
       . removal of the tablename property from build.xml
      
       . addition of a dropTable method in JDBC2Tests and cleanups of many
      methods in the same
      
       . all tests now use non-deprecated assertXYZ methods instead of the
      deprecated assert method
      
       . failure in TimestampTest (testSetTimestamp) fixed. The failure is
      because testSetTimestamp was inserting a timestamp with hour 7 but
      checkTimeTest was expecting a timestamp with hour 8. AFAICS, there are
      no issues wrt daylight savings time and timestamps being pushed in and
      pulled out (but more explicit tests should be added in the future)
      
       . failure in TimeTest (testGetTime) fixed. Times to be inserted were
      interpreted in the localtime zone but checking was done with the
      assumption that the insertion was done in GMT.
      
       . formatting changes in a few of the source files (because I found
      it convenient to have consistent formatting while working on them). The
      formatting is consistent with the new format for java source files in
      PostgreSQL.
      
      Liam Stewart
      b75814ae
    • B
      Update TODO list. · c7bc0ddf
      Bruce Momjian 提交于
      c7bc0ddf
    • B
    • B
      Mention LIMIT change in HISTORY file. · 75a8d118
      Bruce Momjian 提交于
      75a8d118
    • B
      Implement TODO item: · 1aab783b
      Bruce Momjian 提交于
      	* Change LIMIT val,val to offset,limit to match MySQL
      
      Documentation updates too.
      1aab783b
    • B
      Update anoncvs info, per Marc. · ddfdb1e3
      Bruce Momjian 提交于
      ddfdb1e3
    • B
      Update FAQ. · c36e2b2d
      Bruce Momjian 提交于
      c36e2b2d
    • P
      Provide some initial support for building the ODBC driver for · 364a7ebe
      Peter Eisentraut 提交于
      an already installed iODBC or unixODBC driver manager.  In particular,
      use the include files provided by the driver manager over our own,
      and use the odbcinst library of the driver manager rather than gpps.c.
      
      Migrate portability sections common to several files into psqlodbc.h.
      364a7ebe
    • B
      Fix 6.4.* release dates, pointed out by Tom Lane. · 39ceaa19
      Bruce Momjian 提交于
      39ceaa19
  2. 22 9月, 2001 12 次提交
  3. 21 9月, 2001 8 次提交
  4. 20 9月, 2001 3 次提交
  5. 19 9月, 2001 3 次提交