- 23 Sep, 2001 10 commits
-
-
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 11 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.
-
Hiroshi Inoue authored
2) Change to retry lower version in case of "Unsupported frontend procotol".
-
Tom Lane authored
-
Tom Lane authored
piggybacking on SortMem. Add documentation for some recently-added GUC parameters that had so far escaped it.
-
Tom Lane authored
Frank Miles 7-Sep-01. This is really just sticking a finger in the dike. Frank's case works now, but we still couldn't support a recursive function returning a set. Really need to restructure querytrees and execution state so that the querytree is *read only*. We've run into this over and over and over again ... it has to happen sometime soon.
-
- 20 Sep, 2001 4 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 19 Sep, 2001 5 commits
-
-
Peter Eisentraut authored
-
D'Arcy J.M. Cain authored
Fixed a nasty bug that messed up negative money amounts.
-
Peter Eisentraut authored
that made setting serializable isolation level impossible in Turkish locale.
-
Michael Meskes authored
- Synced pgc.l with scan.l. - Synced keyword.c. - Include the remaining patches by Christof Petig <christof.petig@wtal.de>.
-
Peter Eisentraut authored
-
- 18 Sep, 2001 2 commits
-
-
Peter Eisentraut authored
rather than making index.html a symlink to the autogenerated name. Fixes fatal problems with tar programs that don't handle symlinks very well (MacOS X). (The names user.html, admin.html, etc. are still available as make targets, but they aren't packaged anymore.) Use the manifest file that the stylesheets generate as the file list for packaging. Put graphics in the right place while building, not while packaging, so you can actually look at them after building.
-
Tom Lane authored
counts alongside the planner's estimates. By Martijn van Oosterhout, with some further work by Tom Lane.
-