- 06 Apr, 2001 1 commit
-
-
Tom Lane authored
it needs to ensure that data structures attached to fmgr info records in the trees will stick around that long, too. Current code was crashing on cases like datatypes with old-style I/O functions.
-
- 05 Apr, 2001 4 commits
-
-
Tom Lane authored
-
Vadim B. Mikheev authored
no room for a record on last log page.
-
Michael Meskes authored
-
Tom Lane authored
they have children. As it stood, -d dump mode was badly broken.
-
- 04 Apr, 2001 9 commits
-
-
Tom Lane authored
This patch is Peter E's, but I'm applying it on his behalf so it'll get into 7.1RC3 tonight (I'm guessing Peter went to bed already).
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Tom Lane authored
Jason Tishler's credit, if it's broken it's my fault ...
-
Bruce Momjian authored
-
Tom Lane authored
datatype. Perhaps someday we can figure out a way of getting reproducible results from testing this type, but for now ...
-
Peter Eisentraut authored
-
Vadim B. Mikheev authored
Thanks to Tom.
-
Philip Warner authored
starting with '$'.
-
- 03 Apr, 2001 8 commits
-
-
Vadim B. Mikheev authored
-
Tom Lane authored
-
Bruce Momjian authored
the current state of and the issues with PostgreSQL on Windows. Thanks, Jason -- Jason Tishler
-
Tom Lane authored
-
Bruce Momjian authored
-
Philip Warner authored
- Dump CHECK constraints in OID order
-
Tom Lane authored
VFD entries. On platforms where dereferencing a null pointer doesn't lead to coredump, it's possible that this omission could have led to unpleasant behavior like deleting the wrong file.
-
Tom Lane authored
include O_CREAT.
-
- 02 Apr, 2001 12 commits
-
-
Tom Lane authored
physical file has disappeared. There is no really good reason why relcache should be opening the underlying file at all, AFAICS. In any case we needn't raise a hard error here.
-
Tom Lane authored
-
Tom Lane authored
with different default values, unless the child table redeclares the column with an explicit default. This was judged to be the approach least likely to cause unpleasant surprises.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
NetBSD/arm, NetBSD/VAX, OpenBSD/Sparc, Solaris, Ultrix.
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Michael Meskes authored
-
Tom Lane authored
-
Tom Lane authored
now on VAX NetBSD. Hence, remove #ifdef'd disable tests.
-
- 01 Apr, 2001 4 commits
-
-
Tom Lane authored
case of LIMIT in a sub-select.
-
Marc G. Fournier authored
RC2 preparations ...
-
Philip Warner authored
the UDT/function order problem. - Rudimentary support for dependencies in archives. Uses dependencies to modify the OID used in sorting TOC entries. This will NOT handle multi-level dependencies, but will manage simple relationships like UDTs & their functions. - Treat OIDs with more respect (avoid using ints, use macros for conversion & comparison).
-
Bruce Momjian authored
-
- 31 Mar, 2001 2 commits