- Mar 23, 1998
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
another tcl/tk patch
-
Bruce Momjian authored
-
- Mar 21, 1998
-
-
Bruce Momjian authored
-
- Mar 20, 1998
-
-
Bruce Momjian authored
-
- Mar 15, 1998
-
-
Marc G. Fournier authored
There is an error in the configure script when using --with-pgport= that will cause the compiled version of PostgreSQL to no longer allow connections to the new port and to treat shared memory improperly. What happens is that if the port is changed, the configure script defines DEF_PGPORT as "", which atoi() will return as 0, which makes the IPC_KEY value 0. This then causes semaphores to be allocated, but never released. Postgres eventually returns from semget() with "no space left on device". The source of this error could easily be overlooked in version 6.3 since it is possible to connect via UNIX domain sockets, and having DEF_PGPORT defined as "0" would not be noticed until TCP was used.
-
Marc G. Fournier authored
Included are patches intended for allowing PostgreSQL to handle multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and Mule internal code. With the MB patch you can use multi-byte character sets in regexp and LIKE. The encoding system chosen is determined at the compile time. To enable the MB extension, you need to define a variable "MB" in Makefile.global or in Makefile.custom. For further information please take a look at README.mb under doc directory. (Note that unlike "jp patch" I do not use modified GNU regexp any more. I changed Henry Spencer's regexp coming with PostgreSQL.)
-
- Mar 02, 1998
-
-
Marc G. Fournier authored
-
- Feb 28, 1998
-
-
Marc G. Fournier authored
-help messages Suggested by: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
- Feb 26, 1998
-
-
Bruce Momjian authored
-
- Feb 24, 1998
-
-
Marc G. Fournier authored
What it does: It solves stupid problem with cyrillic charsets IP-based on-fly recoding. take a look at /data/charset.conf for details. You can use any tables for any charset. Tables are from Russian Apache project. Tables in this patch contains also Ukrainian characters. Then run ./configure --enable-recode
-
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).
-
Marc G. Fournier authored
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
-
Marc G. Fournier authored
-
- Feb 22, 1998
-
-
Bruce Momjian authored
-
- Feb 19, 1998
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
- Feb 18, 1998
-
-
Marc G. Fournier authored
-
- Feb 17, 1998
-
-
Marc G. Fournier authored
whatsoever. The patch is not a solution, because configure is generated from configure.in, and I don't know how to patch it to get a working 'configure'. From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
-
- Feb 14, 1998
-
-
Marc G. Fournier authored
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
-
- Feb 13, 1998
-
-
Marc G. Fournier authored
-
- Feb 11, 1998
-
-
Marc G. Fournier authored
Cleanups for ecpg, as well as a missing patch so that its configured in
-
- Feb 05, 1998
-
-
Marc G. Fournier authored
of configure
-
- Feb 04, 1998
-
-
Marc G. Fournier authored
-
- Feb 03, 1998
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Fix inclusion of 'tas.s' for various ports
-
Marc G. Fournier authored
Reported by: Shiby Thomas <sthomas@cise.ufl.edu>
-
- Feb 02, 1998
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
configure vs port specific #ifdef's...
-
- Feb 01, 1998
-
-
Marc G. Fournier authored
The following patches will bring the UNIVEL port in line with the new porting model used in postgreSQL 6.3
-
- Jan 28, 1998
-
-
Marc G. Fournier authored
-
- Jan 25, 1998
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
Hi -- a couple of small items concerning the January 23rd snapshot: the inclusion of the Kerberos stuff in one Makefile, a "leading tab" cleanup in another, and a fix for a typo in the configure script.
-
- Jan 23, 1998
-
-
Marc G. Fournier authored
-
- Jan 20, 1998
-
-
Marc G. Fournier authored
-
- Jan 18, 1998
-
-
Marc G. Fournier authored
The attached patches will allow postgreSQL to compile successfully on SCO UNIXWARE 2.1.x. The patches fix the following problems: 1. Configure did not properly recognize the UNIXWARE system as needing the univel port. It used the sys4 port. 2. Configure did not properly process the CC flag in the template file. 3. There was no working test and set locking implementation for the native UNIXWARE compiler. 4. The test and set locking used for Intel X86 that was selected by defining NEED_I386_TAS_ASM could fail in a multi-processor environment. 5. The makefiles for libpq and libpgtcl did not make a shared library for the univel port.
-
- Jan 13, 1998
-
-
Marc G. Fournier authored
tests running "as expected"...
-