- 08 Jun, 2000 1 commit
-
-
Bruce Momjian authored
-
- 02 Jun, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
"rb" and "wb".
-
- 28 May, 2000 1 commit
-
-
Tom Lane authored
key call sites are changed, but most called functions are still oldstyle. An exception is that the PL managers are updated (so, for example, NULL handling now behaves as expected in plperl and plpgsql functions). NOTE initdb is forced due to added column in pg_proc.
-
- 12 Apr, 2000 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 20 Mar, 2000 1 commit
-
-
Bruce Momjian authored
-
- 19 Mar, 2000 1 commit
-
-
Tom Lane authored
Fix inadequate parenthesization in several other macros.
-
- 26 Jan, 2000 1 commit
-
-
Bruce Momjian authored
* Portions Copyright (c) 1996-2000, PostgreSQL, Inc to all files copyright Regents of Berkeley. Man, that's a lot of files.
-
- 13 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
error-proof. Rearranged some old code and removed dead sections.
-
- 20 Dec, 1999 1 commit
-
-
Tom Lane authored
but do not bother to declare them in <stdio.h>. Seems to be a more common omission than you'd think...
-
- 17 Jul, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 13 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 01 Jul, 1999 1 commit
-
-
Bruce Momjian authored
-
- 19 Jun, 1999 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 25 May, 1999 1 commit
-
-
Bruce Momjian authored
-
- 02 Apr, 1999 1 commit
-
-
Tom Lane authored
it with configure-script tests to see whether const, inline, volatile, etc work or not. (Curiously, configure was already doing the work to see if const and inline were OK, but the results were not getting plugged into config.h :-(.)
-
- 30 Mar, 1999 1 commit
-
-
Bruce Momjian authored
-
- 09 Mar, 1999 1 commit
-
-
Marc G. Fournier authored
Changes to fix/improve the dynamic loading on NT From: Horak Daniel <horak@mmp.plzen-city.cz>
-
- 13 Feb, 1999 1 commit
-
-
Bruce Momjian authored
-
- 11 Feb, 1999 1 commit
-
-
Tom Lane authored
-
- 17 Jan, 1999 2 commits
-
-
Bruce Momjian authored
-
Tom Lane authored
separately from snprintf() --- HPUX, for one, has snprintf but not vsnprintf. Fix a minor typo in snprintf.c, too.
-
- 13 Dec, 1998 1 commit
-
-
Bruce Momjian authored
-
- 04 Oct, 1998 1 commit
-
-
Bruce Momjian authored
-
- 01 Sep, 1998 1 commit
-
-
Bruce Momjian authored
-
- 29 Aug, 1998 1 commit
-
-
Bruce Momjian authored
Here is a new patch for libpq, to make it work on Win32 again (since the latest modifications broke it a little). Please also add the file "libpq.rc" to the interfaces/libpq directory. This will allow version-stamping of the generated DLL file, so that automatic install programs (and interested users) can determine the version of the file. The file is currently set as "prerelease". Before the release, somebody should change the line "FILEFLAGS VS_FF_PRERELEASE" to "FILEFLAGS 0". That information should probably go into toos\RELEASE_CHANGES. The patch is against the cvs as of ~ 1998-08-26 14:30 CEST. //Magnus
-
- 25 Aug, 1998 1 commit
-
-
Marc G. Fournier authored
assert.patch adds a switch to turn on/off the assert checking if enabled at compile time. You can now compile postgres with assert checking and disable it at runtime in a production environment.
-
- 23 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 20 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 15 Jun, 1998 1 commit
-
-
Bruce Momjian authored
-
- 06 Apr, 1998 1 commit
-
-
Bruce Momjian authored
-
- 31 Mar, 1998 1 commit
-
-
Bruce Momjian authored
-
- 20 Mar, 1998 1 commit
-
-
Bruce Momjian authored
"__SVR4" as you pointed out. There is another file that has the same mistakes. Included is a patche for include/c.h. t-ishii@sra.co.jp
-
- 26 Feb, 1998 1 commit
-
-
Bruce Momjian authored
-
- 24 Feb, 1998 1 commit
-
-
Marc G. Fournier authored
Ok. I have decided to use: #if defined(sun) && if defined(sparc) && !defined(__svr4) instead of defined(sunos4). interfaces/libpq/libpq-fe.h and include/c.h have been modified(see included patches). Another porblems I have found are: o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD and place it under backend/port. necessary modifications have been also made to backend/port/Makefile.in, include/config.h.in and configure.in (see included patches).
-