- 15 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Pointed out by many many ppl
-
- 04 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
FreeBSD The Makefile(s) have all been cleaned up such that there is a single LDFLAGS vs LD_ADD or LDADD or LDFLAGS or LDFLAGS_BE. The Makefile(s) should be alot more straightforward then they were before...and consistent
-
- 02 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Subject: [HACKERS] locale patches ! Hi there, here are little patches to get Postgres 6.1 works with locale stuff. This is a patch against 970402.tar.gz, there are no problem to apply them by hand to 6.0 release. Collate stuff tested about 1-2 months in real working database but I'm sure there must be no problem. US hackers could vote against locale implementation ( locale for sure will affect to speed of postgres ), so I introduce variable USE_LOCALE which controls locale stuff. Non-US users now could use ~* operator for searching and <order by> for strings with nation alphabet. Please, don't forget, as I did first time, to set environment variable LC_CTYPE and LC_COLLATE because backend get locale information from them. I start postmaster from a little script, assuming that shell is Bash shell it looks like: #!/bin/sh export LC_CTYPE=koi8-r export LC_COLLATE=koi8-r postmaster -B 1024 -S -D/usr/local/pgsql/data/ -o '-Fe'
-
- 14 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
> Please apply them to the direcory "backend/optimizer/geqo". > Two new files with different crossover techniques are included. > Standard procedure is optimization by means of "geqo_erx.c" > (Edge Recombination Crossover). From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
-
- 19 Feb, 1997 2 commits
-
-
Marc G. Fournier authored
not certain how to fix, so left them there and enabled -Wno-error for this directory for now
-
Marc G. Fournier authored
From: "Martin S. Utesch" <utesch@aut.tu-freiberg.de>
-
- 09 Nov, 1996 1 commit
-
-
Bruce Momjian authored
-
- 31 Oct, 1996 1 commit
-
-
Marc G. Fournier authored
Add #include "postgres.h" and #include <sys/types.h>
-
- 27 Oct, 1996 1 commit
-
-
Bryan Henderson authored
-