- 11 Jan, 2005 1 commit
-
-
Tom Lane authored
pkey/unique constraint indexes) and schemas. Per report from Michael Fuhr.
-
- 10 Jan, 2005 9 commits
-
-
Tom Lane authored
so that we can get the size of a shared inval message back down to what it was in 7.4 (and simplify the logic too). Phase 2 of fixing the 'SMgrRelation hashtable corrupted' problem.
-
Tom Lane authored
is the minimum required fix. I want to look next at taking advantage of it by simplifying the message semantics in the shared inval message queue, but that part can be held over for 8.1 if it turns out too ugly.
-
Michael Meskes authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
since st_ino can't be trusted on that platform. Per report from T.J.
-
Tom Lane authored
-
Tom Lane authored
the old 'page' chapter and the recently added 'filelayout' chapter to make a coherent chapter about PostgreSQL's physical storage layout.
-
- 09 Jan, 2005 11 commits
-
-
Tom Lane authored
releases, a nonzero 'c' argument meant that the input string could be terminated by either that character or \0. Recent refactoring broke that, causing the thing to scan for 'c' only. This went undetected because no part of the main code actually passes nonzero 'c'. However it broke tsearch2 and possibly other user-written code that assumed the old definition. Per report from Tom Hebbron.
-
Tom Lane authored
per discussion in Nov 2004 with Ken Tanzer.
-
Bruce Momjian authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
John Gray
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
- 08 Jan, 2005 7 commits
-
-
Tom Lane authored
from our long-established standard.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Tom Lane authored
7.4 interactive docs.
-
Bruce Momjian authored
-
Tom Lane authored
7.4 interactive docs.
-
- 07 Jan, 2005 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
emulate computed fields. I suppose this is why the Berkeley boys made it work that way in the first place, but the docs never said so anyplace.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Bruce Momjian authored
Edmund Bacon
-
PostgreSQL Daemon authored
upgrade tags to rc4
-
- 06 Jan, 2005 6 commits
-
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
syntax apparently does not work for all toolchains on that platform. Per Honda Shigehiro.
-
Tom Lane authored
-
Tom Lane authored
request packet, use pqReadData(). This has the same effect since conn->ssl isn't set yet and we aren't expecting more than one byte. The advantage is that we will correctly detect loss-of-connection instead of going into an infinite loop. Per report from Hannu Krosing.
-