- 16 Jan, 2000 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
oidvector/int2vector. pg_dump code was assuming that it would see exactly FUNC_MAX_ARGS integers in the string returned by the backend. That's no longer true. (Perhaps that change wasn't such a good idea after all --- will it break any other applications??)
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 15 Jan, 2000 12 commits
-
-
Tom Lane authored
problems are indeed fixed.
-
Tom Lane authored
the case wherein zero was rejected for a field like NUMERIC(4,4). Miscellaneous other code beautification efforts.
-
Tom Lane authored
functions, which would lead to trouble with datatypes that paid attention to the typelem or typmod parameters to these functions. In particular, incorrect code in pg_aggregate.c explains the platform-specific failures that have been reported in NUMERIC avg().
-
Bruce Momjian authored
-
Tom Lane authored
regress test expected outputs were committed with NOTICEs appearing out of order. Update to correct results.
-
Tom Lane authored
work now that did not work in 6.5.
-
Peter Eisentraut authored
- Prevent permissions on indexes - Instituted --enable-multibyte option and tweaked the MB build process where necessary - initdb prompts for superuser password
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Tatsuo Ishii authored
-
Peter Eisentraut authored
-
- 14 Jan, 2000 9 commits
-
-
Peter Eisentraut authored
-
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.
-
Tom Lane authored
in libpq --- mostly, poor response to error conditions. You now actually get to see the postmaster's 'The Data Base System is starting up' message, which you didn't before. I suspect the SSL code is still broken though.
-
Tom Lane authored
report original error before attempting reset, not after.
-
Tom Lane authored
80-column displays...
-
Tom Lane authored
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
choke on relation or attribute names containing spaces, quotes, or other special characters. This fixes a TODO item. It also forces initdb, since stored rule strings change.
-
- 13 Jan, 2000 10 commits
-
-
Peter Eisentraut authored
error-proof. Rearranged some old code and removed dead sections.
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
Update README so that it reflects all source file names Add an entry to make sjistest (testing between SJIS/EUC_JP conversion)
-
- 12 Jan, 2000 4 commits
-
-
Peter Eisentraut authored
-
Tatsuo Ishii authored
-
Tom Lane authored
-
Tom Lane authored
on FUNC_MAX_ARGS by using an appropriate fmgr() call.
-