postgresql/src/backend/utils
Tom Lane 724119a979 Modify int8 to not depend on sscanf(), and fix configure's test
for int8 support.  configure now checks only snprintf() for int8 support,
not sprintf and sscanf as it used to.  The reason for doing this is that
if we are supplying our own snprintf code (which does handle long long int),
we now only need working long long support in the compiler not in the
platform's C library.  I have verified that int8 now passes regression test
on HPUX 9, and I think it should work on SunOS 4.1.* and other older
platforms if gcc is used.
1999-02-03 00:18:53 +00:00
..
adt Modify int8 to not depend on sscanf(), and fix configure's test 1999-02-03 00:18:53 +00:00
cache Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
error Add explicit buffering in backend libpq, to compensate for 1999-01-23 22:27:29 +00:00
fmgr Make functions static or ifdef NOT_USED. Prevent pg_version creation. 1998-10-08 18:30:52 +00:00
hash OK, folks, here is the pgindent output. 1998-09-01 04:40:42 +00:00
init Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
mb Included patches make some enhancements to the multi-byte support. 1999-02-02 18:51:40 +00:00
misc Add missing variable, per Massimo. 1999-01-17 21:05:23 +00:00
mmgr Replace direct inclusions of c.h with inclusion of postgres.h, 1999-01-17 03:04:57 +00:00
sort Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. 1999-02-02 03:45:56 +00:00
time READ COMMITTED isolevel is implemented and is default now. 1999-01-29 09:23:17 +00:00
Gen_fmgrtab.sh.in Tighten coding of fmgr_isbuiltin() ... managed to speed it up 1999-01-25 00:44:53 +00:00
Makefile From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00