- 03 Jan, 2002 22 commits
-
-
Bruce Momjian authored
> * Make equals sign optional in CREATE DATABASE WITH param = 'val'
-
Bruce Momjian authored
> * Prevent create/drop scripts from allowing extra args (Bruce)
-
Tom Lane authored
-
Bruce Momjian authored
> * Allow only owner to create indexes
-
Bruce Momjian authored
< * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini --- > * Add config file check for $ODBCINI, $HOME/.odbc.ini, installpath/etc/odbc.ini
-
Bruce Momjian authored
-
Bruce Momjian authored
Took test from createlang.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Add config file check for $ODBCINI, $HOME/.odbc.ini, and /etc/odbc.ini
-
Bruce Momjian authored
> * Make it easier to create a database owned by someone who can't createdb, > perhaps CREATE DATABASE dbname WITH USER = "user"
-
Bruce Momjian authored
wrote: > > > Just testing pgcrypto on freebsd/alpha. I get some warnings: > > They should be harmless, although I should fix them. > > The actual code is: > > if ((dlen & 15) || (((unsigned) res) & 3)) > return -1; > Hard to imagine how (uint *) & 3 makes any sense, unless res isn't > always a (uint8 *). Is that true? At some point it was casted to (uint32*) so I wanted to be sure its ok. ATM its pointless. Please apply the following patch. -- marko
-
Bruce Momjian authored
tables.
-
Bruce Momjian authored
not work. Fixed to match createlang.
-
Bruce Momjian authored
-
Bruce Momjian authored
< o Move to using 'make' rather than 'ant'(?) --- > o Support both 'make' and 'ant'
-
Bruce Momjian authored
-
Bruce Momjian authored
existing code of dbname optional actually work.
-
Bruce Momjian authored
< * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
-
Bruce Momjian authored
> * Change 'createlang [langname] dbname' to 'createlang langname [dbname]'
-
Tom Lane authored
per bug report from Laurette Cisneros.
-
- 02 Jan, 2002 2 commits
- 01 Jan, 2002 3 commits
-
-
Tom Lane authored
macros, but only at explicit CHECK_FOR_INTERRUPTS() calls. Not clear whether overenthusiastic acceptance of interrupts accounts for any real bugs, but it definitely seems risky and unnecessary.
-
Tom Lane authored
to insert the same key into a supposedly unique index. The bug is of low probability, and may not explain any of the recent reports of duplicated rows; but a bug is a bug.
-
Thomas G. Lockhart authored
token. Seems to be isolated to datetime.c and datetime.h.
-
- 31 Dec, 2001 1 commit
-
-
Bruce Momjian authored
-
- 30 Dec, 2001 5 commits
-
-
Tom Lane authored
values; it's not portable to call them with signed chars. I recall doing this for the last release, but a few more uncasted calls have snuck in.
-
Tom Lane authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Make locking of shared data structures more fine-grained
-
- 29 Dec, 2001 7 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
> * Change factorial to return a numeric
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
when decoding date fields.
-
Thomas G. Lockhart authored
Update the list of recognized time zones. Document the range of arguments allowed for SET TIME ZONE. Still need to add info on other date/time symbols (e.g. "AM", "T") and to freshen the docs on the date/time parsing rules.
-
Thomas G. Lockhart authored
cases which should have worked but did not. Now supports julian day (J2452271), ISO time labels (T040506) and various combinations of spaces and run-togethers of dates, times, and time zones. All regression tests pass, and I have more tests to add after the 7.2 release (don't want to require changes to the ancillary horology result files until after then).
-