- 24 Sep, 2001 2 commits
-
-
Peter Eisentraut authored
-
Hiroshi Inoue authored
2) Change *Common* --> *Default*.
-
- 23 Sep, 2001 23 commits
-
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
handles this. Don't install our own odbcinst.ini. That's the driver manager's business.
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
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
-
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
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
* Change LIMIT val,val to offset,limit to match MySQL Documentation updates too.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 22 Sep, 2001 8 commits
-
-
Peter Eisentraut authored
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.
-
Bruce Momjian authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
Also fix comment in conv.c.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
(previous commit was missing commit messages)
-
Tatsuo Ishii authored
-
- 21 Sep, 2001 7 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
in messages and documentation.
-
Tom Lane authored
-
Tom Lane authored
(salts were always zero!?), add much missing documentation.
-
Peter Eisentraut authored
rule to remake it when necessary.
-
Tom Lane authored
a hung client or lost connection can't indefinitely block a postmaster child (not to mention the possibility of deliberate DoS attacks). Timeout is controlled by new authentication_timeout GUC variable, which I set to 60 seconds by default ... does that seem reasonable?
-
Tom Lane authored
Avoid use of prototype-less function pointers in MB code.
-