- 09 May, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 08 May, 2000 2 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
- 06 May, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 05 May, 2000 12 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
loading new data, for consistency with its handling of pg_shadow.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Mount authored
-
Bruce Momjian authored
-
Bruce Momjian authored
Thanks Andreas
-
Tom Lane authored
to need this updatepgproc.sql script after all...
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
Rearrange handling of VACUUMs so that they are certain to be executed as superuser not some random user; also, do not forget to vacuum template1 itself.
-
Tom Lane authored
-
- 04 May, 2000 3 commits
-
-
Tom Lane authored
failure of rename() call.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
- 03 May, 2000 4 commits
-
-
Tom Lane authored
available C++ header files.
-
Peter Mount authored
-
Hiroshi Inoue authored
postgres.
-
Bruce Momjian authored
-
- 02 May, 2000 7 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
hub.org:/home/projects/pgsql/ftp/www/html/users-lounge/7.0/docs/
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tatsuo Ishii authored
pg_char_to_encoding() in multibyte disbaled case so that it does not throw an error, rather return HARD CODED default value (currently SQL_ASCII). This would solve the "non-mb backend vs. mb-enabled frontend" problem.
-
- 30 Apr, 2000 2 commits
-
-
Tom Lane authored
cleanup, ie, as soon as we have caught the longjmp. This ensures that current context will be a valid context throughout error cleanup. Before it was possible that current context was pointing at a context that would get deleted during cleanup, leaving any subsequent pallocs in deep trouble. I was able to provoke an Assert failure when compiled with asserts + -DCLOBBER_FREED_MEMORY, if I did something that would cause an error to be reported by the backend large-object code, because indeed that code operates in a context that gets deleted partway through xact abort --- and CurrentMemoryContext was still pointing at it! Boo hiss.
-
Tom Lane authored
loops, but just arbitrarily failing at 1000 locks.
-
- 29 Apr, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 28 Apr, 2000 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-