- 22 Nov, 2000 1 commit
-
-
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 12 commits
-
-
Tom Lane authored
-
Peter Eisentraut authored
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.
-
Tom Lane authored
-
Vadim B. Mikheev authored
-
Tom Lane authored
in pghackers list. Support for oldstyle internal functions is gone (no longer needed, since conversion is complete) and pg_language entry 'internal' now implies newstyle call convention. pg_language entry 'newC' is gone; both old and newstyle dynamically loaded C functions are now called language 'C'. A newstyle function must be identified by an associated info routine. See src/backend/utils/fmgr/README.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
'long long int' portions of ecpg if the type or these functions don't exist.
-
Michael Meskes authored
-
Peter Mount authored
-
Vadim B. Mikheev authored
-
Tom Lane authored
-
- 19 Nov, 2000 2 commits
- 18 Nov, 2000 4 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
option conventions. (E.g., "pg_passwd -?" should not write to a file named "-?".)
-
Peter Eisentraut authored
-
Peter Eisentraut authored
'b' prefixes.
-