- 28 Sep, 2001 11 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
need more work, but at least they have something now.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
Start chapter on recovery techniques. Still needs work for release.
-
Thomas G. Lockhart authored
Define a new function, GetCurrentTransactionStartTimeUsec() to get the time to this precision. Allow now() and timestamp 'now' to use this higher precision result so we now have fractional seconds in this "constant". Add timestamp without time zone type. Move previous timestamp type to timestamp with time zone. Accept another ISO variant for date/time values: yyyy-mm-ddThh:mm:ss (note the "T" separating the day from hours information). Remove 'current' from date/time types; convert to 'now' in input. Separate time and timetz regression tests. Separate timestamp and timestamptz regression test.
-
Thomas G. Lockhart authored
Modify the timestamp test to reflect the "no time zone" behavior of this new code; timestamptz resembles the old timestamp code.
-
- 27 Sep, 2001 4 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
more reasonable location for them.
-
Tom Lane authored
proposal of 26-Aug.
-
Bruce Momjian authored
-
- 26 Sep, 2001 5 commits
-
-
Tom Lane authored
Per gripe 9/26.
-
Tom Lane authored
check *can* return HEAPTUPLE_INSERT_IN_PROGRESS or HEAPTUPLE_DELETE_IN_PROGRESS, even though we have ShareLock on the relation. To wit, this can happen if the tuple was inserted/deleted by our own transaction. Per report from Justin Clift 9/23.
-
Tom Lane authored
need this, and it will create a Y2038 failure. Per report from David Wheeler, who is evidently running on a platform where time_t is already negative.
-
Bruce Momjian authored
-
Bruce Momjian authored
supported platforms in pg_hba.conf.
-
- 25 Sep, 2001 2 commits
-
-
Michael Meskes authored
- Changed locale handling.
-
Tatsuo Ishii authored
chars are in the input.
-
- 24 Sep, 2001 2 commits
-
-
Peter Eisentraut authored
-
Hiroshi Inoue authored
2) Change *Common* --> *Default*.
-
- 23 Sep, 2001 16 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
-