- 21 Nov, 2000 8 commits
-
-
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 10 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.
-
Peter Eisentraut authored
-
Tom Lane authored
a > comparison against INT_MIN may do the wrong thing. Per suggestion from Andreas.
-
Tom Lane authored
-
Tom Lane authored
where char is signed by default.
-
Tom Lane authored
with an -fsigned-char/-funsigned-char setting opposite to that of libc, thus breaking the convention that 'undefined' values returned by localeconv() are represented by CHAR_MAX. It is sheer stupidity that gcc even has such a switch --- it's just as bad as the structure-packing control switches offered by the more brain-dead PC compilers --- and as for the behavior of Linux distribution vendors who set RPM_OPT_FLAGS differently from the way they built libc, well, words fail me...
-
Tom Lane authored
Also, add some comments about what it's for...
-
- 17 Nov, 2000 7 commits
-
-
Peter Eisentraut authored
function calls to work.
-
Tatsuo Ishii authored
by Chih-Chang Hsi. See "A Patch for MIC to EUC_TW code converting in mb support" posting in pgsql-patches list dated 09 Nov 2000.
-
Tatsuo Ishii authored
-
Tom Lane authored
-
Tom Lane authored
race condition --- old backend may not have shut down by the time we try to do the DROP.
-
Tom Lane authored
'make test' target.
-
Tom Lane authored
-
- 16 Nov, 2000 1 commit
-
-
Peter Eisentraut authored
wise the next bit string in the same command clobbers the previous ones.
-