postgresql/src/include
Marc G. Fournier 0668aa8817 Adrian Hall reported a problem to me that snprintf() doesn't exist in, at
least, Solaris 2.5.1.  We use it in backend/utils/adt/int8.c.

Add a check to configure so that we see if it exists or not, and, if not,
compile in snprintf.c from backend/port, which was taken from, and falls under
the same Berkeley license as us, the FreeBSD libc/stdio ...
1998-08-01 19:30:29 +00:00
..
access Fix scan adjustment. 1998-07-30 05:05:05 +00:00
bootstrap pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
catalog Missed a few files in the last round of commits from Tatsuo, as well 1998-07-27 03:21:58 +00:00
commands From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
executor Use Snapshot in heap access methods. 1998-07-27 19:38:40 +00:00
lib Fix spelling of "including 1998-03-20 04:12:25 +00:00
libpq Theses buffer leaks are caused by indexes that are kept open between 1998-07-21 04:17:30 +00:00
mb From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
nodes Use Snapshot in heap access methods. 1998-07-27 19:38:40 +00:00
optimizer target list fixes. 1998-07-20 21:18:35 +00:00
parser Change atttypmod from int16 to int32, for Thomas. 1998-07-12 21:29:40 +00:00
port My mailer munged the intro text in my last post. Here is the text 1998-07-19 04:17:13 +00:00
regex From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
rewrite 1) Queries using the having clause on base tables should work well 1998-07-19 05:49:26 +00:00
storage Lmgr cleanup, new locking modes for LLL. 1998-08-01 15:26:38 +00:00
tcop Show backend status on ps command line. Remove unused args from 1998-06-04 17:26:49 +00:00
utils Use Snapshot in heap access methods. 1998-07-27 19:38:40 +00:00
c.h rename MAIN_MEMORY to STABLE_MEMORY_STORAGE 1998-06-23 15:35:48 +00:00
config.h.in Adrian Hall reported a problem to me that snprintf() doesn't exist in, at 1998-08-01 19:30:29 +00:00
miscadmin.h From: t-ishii@sra.co.jp 1998-07-26 04:31:41 +00:00
postgres_ext.h Massive commit to run PGINDENT on all *.c and *.h files. 1997-09-07 05:04:48 +00:00
postgres.h Hello! 1998-07-03 04:24:16 +00:00
rusagestub.h pgindent run before 6.3 release, with Thomas' requested changes. 1998-02-26 04:46:47 +00:00
strdup.h Another PGINDENT run that changes variable indenting and case label indenting. Also static variable indenting. 1997-09-08 02:41:22 +00:00
version.h.in My mailer munged the intro text in my last post. Here is the text 1998-07-19 04:17:13 +00:00