- 20 Nov, 2000 7 commits
-
-
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 9 commits
-
-
Peter Eisentraut authored
wise the next bit string in the same command clobbers the previous ones.
-
Tom Lane authored
maintained for each cache entry. A cache entry will not be freed until the matching ReleaseSysCache call has been executed. This eliminates worries about cache entries getting dropped while still in use. See my posting to pg-hackers of even date for more info.
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
Peter Eisentraut authored
owned, which can be annoying.
-
Bruce Momjian authored
should have read: Alfred Perlstein
-
Bruce Momjian authored
<entry>varchar(n)</entry> <entry>(4+x) bytes</entry> should be <entry>varchar(n)</entry> <entry>(4+n) bytes</entry> or <entry>varchar(x)</entry> <entry>(4+x) bytes</entry> Regards Laser Henry
-
Bruce Momjian authored
Context diff this time. Remove -m486 compile args for FreeBSD-i386, compile -O2 on i386. Compile with only -O on alpha for codegen safety. Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD. Fix a lot of bogus string formats for outputting pointers (cast to int and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now cast to 'unsigned long' and output with %lu/ Remove an unused variable. Alfred Perlstein
-
Bruce Momjian authored
Here is one with a stray character removed. Larry Rosenman
-
- 15 Nov, 2000 2 commits
-
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-
- 14 Nov, 2000 3 commits
-
-
Tom Lane authored
This code still needs a lot of love, however ...
-
Peter Eisentraut authored
-
Peter Eisentraut authored
-