- 25 Feb, 2002 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
mlw
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
equals hack for the future.
-
- 24 Feb, 2002 9 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
for CREATE DATABASE.
-
Tom Lane authored
DATABASE; also make it use SET SESSION AUTHORIZATION commands rather than \connect commands. This makes it possible to restore databases belonging to users who do not have CREATEDB privilege. It should also become at least somewhat feasible to run the restore script under password authentication --- you'll get one superuser password prompt per database, rather than a large number of challenges for passwords belonging to varying unspecified user names.
-
Tom Lane authored
on behalf of unprivileged users. Also, make '=' optional in CREATE DATABASE syntax. From Gavin Sherry, with kibitzing and docs by Tom Lane.
-
Dave Cramer authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
So there would be less contention with -N, that might be more realistic test.
-
- 23 Feb, 2002 11 commits
-
-
Bruce Momjian authored
> * Add checks for missing parameters to shell script, to prevent > over-shifting
-
Bruce Momjian authored
OK'ed by Peter. The attached patch enables plperl to build under Cygwin. It is basically yet another BE_DLLLIBS patch with a perl MakeMaker twist. I tried the patch under Red Hat 7.1 Linux too and I did not observe any ill effects. Jason Tishler
-
Bruce Momjian authored
directory for COPY TO/FROM. Brent Verner
-
Bruce Momjian authored
patch is low risc, thus could be applied now, but can also wait for 7.3 Old Makefile shows, that -bnoentry is available since 4.1 . Andreas Zeugswetter
-
Tom Lane authored
tries to create a symlink pointing at itself. Per trouble report from Kenneth McDowell.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-Werror.
-
Peter Eisentraut authored
any order without affecting results.
-
Bruce Momjian authored
-
- 22 Feb, 2002 15 commits
-
-
Bruce Momjian authored
http://webmail.postgresql.org/~petere/dbsize.html The tarball can be rolled into contrib -- now that I think of it I don't know why I never did that. Never imagined this would have anything to do with that TODO item, though. I figured oid2name accomplished that. Peter Eisentraut peter_e@gmx.net
-
Bruce Momjian authored
> * Allow psql to show transaction status if backend protocol changes made
-
Bruce Momjian authored
In the mailing lists I found no informations. See note for further informations. Add missing AuthBlockSig. regards Heiko
-
Bruce Momjian authored
-
Bruce Momjian authored
Please, apply attached patch of contrib/btree_gist to 7.2.1 and current cvs. The patch fixes memory leak during creation GiST index on timestamp column. Thank you. -- Teodor Sigaev teodor@stack.net
-
Bruce Momjian authored
> * Inline simple SQL functions to avoid overhead (Tom) > * Precompile SQL functions to avoid overhead (Neil Conway)
-
Bruce Momjian authored
< * Inline simple SQL functions to avoid overhead (Tom) > * Inline simple SQL functions to avoid overhead (Neil Conway)
-
Bruce Momjian authored
> * Inline simple SQL functions to avoid overhead (Tom)
-
Dave Cramer authored
-
Bruce Momjian authored
< first, breaks notify API; > first, breaks notify API; [namedatalen]
-
Bruce Momjian authored
-
Dave Cramer authored
getColumnClassName(int) is not implemented. This will futher fixes method ResultSet.getObject(int) since it requires the getColumnClassName(int) method to return the proper java class used to map the database column. auther Ed Yu
-
Dave Cramer authored
fixes getIndexInfo throwing NullPointerException fixes getIndexInfo improper results when multiple key indexs are used
-
Dave Cramer authored
fixes getIndexInfo throwing NullPointerException fixes getIndexInfo improper results when multiple key indexs are used
-
Dave Cramer authored
-