1. 23 Sep, 2001 13 commits
    • Bruce Momjian's avatar
      No, file not needed. · 1bd0b340
      Bruce Momjian authored
      1bd0b340
    • Bruce Momjian's avatar
      Add new file. · 9a78cfc1
      Bruce Momjian authored
      9a78cfc1
    • Bruce Momjian's avatar
      please apply attached patch to current CVS. · 484a0fa4
      Bruce Momjian authored
      Changes:
      
       1. Added support for boolean queries (indexable operator @@, looks like
             a @@ '1|(2&3)'
       2. Some code cleanup and optimization
      
              Regards,
                      Oleg
      484a0fa4
    • Bruce Momjian's avatar
      Update TODO list. · 296011d8
      Bruce Momjian authored
      296011d8
    • Bruce Momjian's avatar
      Update TODO list. · 1ea5d1b1
      Bruce Momjian authored
      1ea5d1b1
    • Bruce Momjian's avatar
      Big thanks to Solar Designer who pointed out a bug in bcrypt · ab560228
      Bruce Momjian authored
      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
    • Bruce Momjian's avatar
      The attached patch is my first run-through of the JDBC test suite. A · b75814ae
      Bruce Momjian authored
      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
    • Bruce Momjian's avatar
      Update TODO list. · c7bc0ddf
      Bruce Momjian authored
      c7bc0ddf
    • Bruce Momjian's avatar
    • Bruce Momjian's avatar
      Mention LIMIT change in HISTORY file. · 75a8d118
      Bruce Momjian authored
      75a8d118
    • Bruce Momjian's avatar
      Implement TODO item: · 1aab783b
      Bruce Momjian authored
      	* Change LIMIT val,val to offset,limit to match MySQL
      
      Documentation updates too.
      1aab783b
    • Bruce Momjian's avatar
      Update anoncvs info, per Marc. · ddfdb1e3
      Bruce Momjian authored
      ddfdb1e3
    • Bruce Momjian's avatar
      Update FAQ. · c36e2b2d
      Bruce Momjian authored
      c36e2b2d
  2. 22 Sep, 2001 8 commits
  3. 21 Sep, 2001 11 commits
  4. 20 Sep, 2001 4 commits
  5. 19 Sep, 2001 4 commits