- 08 May, 1997 1 commit
-
-
Bruce Momjian authored
-
- 26 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Remove bin/Makefile.global since it wasn't actually *doing* anything that Makefile.global hadn't already done
-
- 15 Apr, 1997 2 commits
-
-
Marc G. Fournier authored
-
Marc G. Fournier authored
instead of as a -D
-
- 12 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Makefile.global and move them to seperate 'include' makefiles Over time, should become even more port specific: ie. Makefile.BSD44_derived should be broken down into netbsd/freebsd specific ports
-
- 04 Apr, 1997 3 commits
-
-
Marc G. Fournier authored
Clean up the .sample files...comment out all sample entries except for the localhost one
-
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
-
Marc G. Fournier authored
Further extended Makefile.global/build/configure so that we can have a 'template' file for each OS (and each version of OS, as in BSDi) which is used as much as possible to generate Makefile.global Any future ports should look at using the template file as a basis, before moving over to Makefile.global. This will most probably break alot of the ports, atho I've tried to be very neat about it...
-
- 03 Apr, 1997 1 commit
-
-
Marc G. Fournier authored
Remove USE_LOCALE from Makefile.global.in Add USE_LOCALE to build/configure/config.h Add check for BUILDRUN in configure to make sure that build is run before configure
-
- 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'
-
- 26 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 25 Mar, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 06 Mar, 1997 1 commit
-
-
Bruce Momjian authored
-
- 12 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 08 Feb, 1997 1 commit
-
-
Bruce Momjian authored
-
- 06 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 05 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
Add CFLAGS= @CPPFLAGS@ to Makefile.global and configure so that build is useful for finding extra header files Split header files from libraries in build. Doesn't make much sense to look for a header file in /usr/local/lib, nor to look for a library in /usr/local/include :)
-
- 04 Feb, 1997 1 commit
-
-
Marc G. Fournier authored
-
- 28 Jan, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Jan, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Jan, 1997 3 commits
-
-
Marc G. Fournier authored
basis, as its only specific to certain OSs
-
Marc G. Fournier authored
Developers can add it to their Makefile.custom...again, it causes sooooo many more problems then its worth, from an end-user standpoint.
-
Marc G. Fournier authored
-
- 24 Jan, 1997 2 commits
-
-
Marc G. Fournier authored
to be committed...
-
Marc G. Fournier authored
-
- 19 Jan, 1997 1 commit
-
-
Bryan Henderson authored
Must find alternate solution to libpq shared library build problem.
-
- 18 Jan, 1997 1 commit
-
-
Bryan Henderson authored
-
- 14 Jan, 1997 5 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
Marc G. Fournier authored
all the other port related dependencies are ifeq, not ifneq.. If I'm wrong, someone tell me or change it back...
-
- 13 Jan, 1997 3 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
Bryan Henderson authored
-
- 10 Jan, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 08 Jan, 1997 1 commit
-
-
Bryan Henderson authored
-
- 06 Jan, 1997 1 commit
-
-
Bryan Henderson authored
-