- 25 Oct, 2001 14 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
comma, per Tom.
-
Bruce Momjian authored
-
Tom Lane authored
breaking existing pg_dump scripts, which try to assign the result of count(*) to an int2 variable. catversion bumped.
-
Tom Lane authored
-
PostgreSQL Daemon authored
bmake sure that configure is tags as 7.2b1 now instead of 7.2devel
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
tests pass.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
these macros fail in if/else cases: #define X \ { \ ... \ } { if (...) X; else ... } with proper setup: #define X \ do { \ ... \ } while (0) it works fine.
-
Bruce Momjian authored
script.
-
- 24 Oct, 2001 7 commits
-
-
Peter Eisentraut authored
on Solaris. per report from Lee Kindness, 2001-10-23
-
Bruce Momjian authored
forth@pagic.net
-
Bruce Momjian authored
from Mark Lillywhite. I am adding to the patch queue.
-
Hiroshi Inoue authored
-
Tatsuo Ishii authored
-
Barry Lind authored
fix for a bug in DatabaseMetaData.getIndexInfo(). This fixes a bug reported by tom_falconer@lineone.net. On Sept 7th, he sent a test case to the list demonstrating the bug. His test case now works successfully with this patch
-
Bruce Momjian authored
-
- 23 Oct, 2001 14 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
(why bother dropping individual objects in a just-created database?) as well as dangerous (as the code stands, the drops will be issued in the wrong database, namely the one you were originally connected to).
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
user columns. Needed for foreign keys on OID, but useful in general.
-
Bruce Momjian authored
Alvaro Herrera
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
never overwrite adjacent pages with copied data, even if page header and/or item pointers are already corrupt. Change inspired by trouble report from Alvaro Herrera.
-
- 22 Oct, 2001 5 commits
-
-
Tom Lane authored
behavior when password auth is used.
-
Tom Lane authored
for indexes on system columns. Per complaint from Peter.
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
environment strings need to be moved around, do so when called from initial startup (main.c), not in init_ps_status. This eliminates the former risk of invalidating saved environment-string pointers, since no code has yet had a chance to grab any such pointers when main.c is running.
-