- 21 Jan, 1999 1 commit
-
-
Vadim B. Mikheev authored
-
- 20 Jan, 1999 1 commit
-
-
Bruce Momjian authored
-
- 18 Jan, 1999 1 commit
-
-
Bruce Momjian authored
-
- 05 Jan, 1999 1 commit
-
-
Vadim B. Mikheev authored
-
- 31 Dec, 1998 1 commit
-
-
Bruce Momjian authored
-
- 30 Dec, 1998 1 commit
-
-
Jan Wieck authored
and aggregates. Jan
-
- 18 Dec, 1998 1 commit
-
-
Vadim B. Mikheev authored
LOCK TABLE IN ... MODE ...implemented
-
- 15 Dec, 1998 1 commit
-
-
Vadim B. Mikheev authored
New code for locking buffer' context.
-
- 14 Dec, 1998 1 commit
-
-
Marc G. Fournier authored
Initial attempt to clean up the code... Switch sprintf() to snprintf() Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of code
-
- 27 Nov, 1998 1 commit
-
-
Vadim B. Mikheev authored
-
- 22 Nov, 1998 1 commit
-
-
Vadim B. Mikheev authored
EXPLAIN all indices used.
-
- 30 Oct, 1998 1 commit
-
-
Marc G. Fournier authored
Okay, this shoudl provide a fix for the freebsd problem... Added a ELF_SYS variable and check to configure.in...
-
- 17 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 14 Oct, 1998 1 commit
-
-
Thomas G. Lockhart authored
timestamp had become a token a while ago, but had been omitted from the keywords.c until recently. This uncovered the omission in the ColId decl.
-
- 13 Oct, 1998 1 commit
-
-
Marc G. Fournier authored
change configure so that if postgresql isn't being installed as root, do not configure in the perl5 interface. the perl5 interface needs to be installed under /usr/local/lib/perl5/*, which is generally owned by root. This allows a non-root build/install with the only root requirement being the make/install of hte perl5 stuff...
-
- 09 Oct, 1998 3 commits
-
-
Bruce Momjian authored
-
Thomas G. Lockhart authored
-
Bruce Momjian authored
-
- 08 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 03 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 30 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 25 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
Had removed PARSEDEBUG statements...
-
- 18 Sep, 1998 1 commit
-
-
Bruce Momjian authored
-
- 15 Sep, 1998 1 commit
-
-
Marc G. Fournier authored
Forgot to remove README-1ST from the repository ...
-
- 13 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 02 Sep, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 01 Sep, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Aug, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 24 Aug, 1998 1 commit
-
-
Bruce Momjian authored
[AC_MSG_RESULT(yes) AC_DEFINE(HAVE_LONG_INT_64)], this line produces something like: echo "$ac_t""yes" 1>&6 cat >> confdefs.h <<\EOF and would append garbage "yes cat" to confdefs.h. Of course the result confdefs.h is not syntactically correct therefore following tests using confdefs.h would all fail. To avoid the problem, we could switch the order of AC_MSG_RESULT and AC_DEFINE (see attached patch). This happend on my LinuxPPC box. Tatsuo Ishii t-ishii@sra.co.jp
-
- 23 Aug, 1998 1 commit
-
-
Bruce Momjian authored
is a working 64-bit-int type available. In playing around with it on my machine, I found that gcc provides perfectly fine support for "long long" arithmetic ... but sprintf() and sscanf(), which are system-supplied, don't work :-(. So the autoconf test program does a cursory test on them too. If we find that a lot of systems are like this, it might be worth the trouble to implement binary<->ASCII conversion of int64 ourselves rather than relying on sprintf/sscanf to handle the data type. regards, tom lane
-
- 19 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-
- 17 Aug, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 10 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-
- 06 Aug, 1998 1 commit
-
-
Bruce Momjian authored
files. Fix sequence creation hack for relkind type.
-
- 04 Aug, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Aug, 1998 2 commits
-
-
Bruce Momjian authored
-
Marc G. Fournier authored
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 ...
-
- 26 Jul, 1998 1 commit
-
-
Bruce Momjian authored
-