- 22 Nov, 2000 16 commits
-
-
Tom Lane authored
assert_test() functions --- these weren't accomplishing much except to render the whole module un-loadable ...
-
Peter Eisentraut authored
-
Peter Eisentraut authored
from Adriaan Joubert <a.joubert@albourne.com>
-
Peter Eisentraut authored
From Adriaan Joubert <a.joubert@albourne.com>
-
Peter Eisentraut authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Hiroshi Inoue authored
-
Peter Eisentraut authored
standalone, e.g., "./pg_regress int2".
-
Bruce Momjian authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Peter Eisentraut authored
compatibility library which contains a 'main' function, which is not good. If someone really needed it, think of a different plan.
-
Tom Lane authored
-
Tom Lane authored
Improve documentation, too.
-
- 21 Nov, 2000 21 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
Remove timestamps from messages where this would be redundant with the log_timestamp option.
-
Tom Lane authored
-
Tom Lane authored
-
Peter Eisentraut authored
-
Tom Lane authored
-
Tom Lane authored
-
Tom Lane authored
documentation.
-
Tom Lane authored
-
Peter Eisentraut authored
-
Philip Warner authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Tom Lane authored
-
Tom Lane authored
-
Hiroshi Inoue authored
-
Tom Lane authored
rather than just being aliases for int4in/int4out. Give type Oid a full set of comparison operators that do proper unsigned comparison, instead of reusing the int4 comparators. Since pg_dump is now doing unsigned comparisons of OIDs, it is now *necessary* that we play by the rules here. In fact, given that btoidcmp() has been doing unsigned comparison for quite some time, it seems likely that we have index- corruption problems in 7.0 and before once the Oid counter goes past 2G. Fixing these operators is a necessary step before we can think about 8-byte Oid, too.
-
Vadim B. Mikheev authored
(should fix OID bootstraping).
-
Tom Lane authored
new separate relkind for views (per some discussion back in September). I didn't force initdb, but rules regress test will show differences until you do one.
-
Tom Lane authored
per bug report from Don Baccus.
-
- 20 Nov, 2000 3 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.
-
Tom Lane authored
-