- Dec 08, 2001
-
-
Thomas G. Lockhart authored
between Postgres and PostgreSQL.
-
- Sep 14, 2001
-
-
Tatsuo Ishii authored
Tatsuo Ishii
-
- Sep 03, 2001
-
-
Peter Eisentraut authored
-
- Jul 12, 2001
-
-
Tom Lane authored
From Vince Vielhaber.
-
- Mar 27, 2000
-
-
Thomas G. Lockhart authored
Use "generic functions" for math and other routines. Use SQL92 "type 'literal'" syntax rather than Postgres "'literal'::type".
-
- Jan 14, 2000
-
-
Peter Eisentraut authored
* Let unprivileged users change their own passwords. * The password is now an Sconst in the parser, which better reflects its text datatype and also forces users to quote them. * If your password is NULL you won't be written to the password file, meaning you can't connect until you have a password set up (if you use password authentication). * When you drop a user that owns a database you get an error. The database is not gone.
-