- 20 Jan, 2000 1 commit
-
-
Peter Eisentraut authored
New INSTALL file Fixed a copyright notice
-
- 19 Jan, 2000 2 commits
-
-
Peter Eisentraut authored
removed pg_id fixed a few bugs in the scripts
-
Peter Eisentraut authored
-
- 22 Dec, 1999 1 commit
-
-
Tatsuo Ishii authored
Locate path of postmaster in a portable way (stolen from initdb) Add postmaster.opts.default.sample which should be copied into $PGLIB in the installtion process. Also, it will be installed into $PGDATA while initdb is running.
-
- 08 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 05 Dec, 1999 1 commit
-
-
Bruce Momjian authored
them into the scripts dir. I also added a --list option to show already installed languages. This whole moving and renaming totally confused CVS and my checked out copy got completely fried last night. When you apply the source patch, please make sure that all the directories src/bin/{create|destroy}* as well as vacuumdb, cleardbdir are gone and that all the scripts (7) are in scripts/. Meanwhile I am still puzzled about what happened with the docs patch. Because I don't know what you got now, the second attachment contains the files ref/allfiles.sgml ref/commands.sgml ref/createlang.sgml ref/droplang.sgml doc/src/sgml/Makefile Peter Eisentraut Sernanders väg 10:115
-
- 04 Dec, 1999 1 commit
-
-
Bruce Momjian authored
-
- 20 May, 1999 1 commit
-
-
Jan Wieck authored
from initdb again. Added two new commands, createlang and destroylang to bin. These hopefully end this damned mklang.sql discussion. Jan
-
- 18 Dec, 1998 1 commit
-
-
Bruce Momjian authored
- the first patch is just to preven listing the perl warning in the make output unless it is actually emitted by the make. this may prevent new users from being confused by the warning in their output - the second patch (to 2 files) just enables building/installing pgaccess if TCL and TK are available. a Makefile is created to do this, but you may wish to change the heading information in it since I just copied another Makefile to use as a template. I hope these make it into 6.4.1. Cheers, Brook
-
- 14 Nov, 1998 1 commit
-
-
Thomas G. Lockhart authored
-
- 26 Jul, 1998 1 commit
-
-
Marc G. Fournier authored
From: t-ishii@sra.co.jp As Bruce mentioned, this is due to the conflict among changes we made. Included patches should fix the problem(I changed all MB to MULTIBYTE). Please let me know if you have further problem. P.S. I did not include pathces to configure and gram.c to save the file size(configure.in and gram.y modified).
-
- 24 Jul, 1998 1 commit
-
-
Marc G. Fournier authored
I really hope that I haven't missed anything in this one... From: t-ishii@sra.co.jp Attached are patches to enhance the multi-byte support. (patches are against 7/18 snapshot) * determine encoding at initdb/createdb rather than compile time Now initdb/createdb has an option to specify the encoding. Also, I modified the syntax of CREATE DATABASE to accept encoding option. See README.mb for more details. For this purpose I have added new column "encoding" to pg_database. Also pg_attribute and pg_class are changed to catch up the modification to pg_database. Actually I haved added pg_database_mb.h, pg_attribute_mb.h and pg_class_mb.h. These are used only when MB is enabled. The reason having separate files is I couldn't find a way to use ifdef or whatever in those files. I have to admit it looks ugly. No way. * support for PGCLIENTENCODING when issuing COPY command commands/copy.c modified. * support for SQL92 syntax "SET NAMES" See gram.y. * support for LATIN2-5 * add UNICODE regression test case * new test suite for MB New directory test/mb added. * clean up source files Basic idea is to have MB's own subdirectory for easier maintenance. These are include/mb and backend/utils/mb.
-
- 06 Apr, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Attached you'll find a (big) patch that fixes make dep and make depend in all Makefiles where I found it to be appropriate. It also removes the dependency in Makefile.global for NAMEDATALEN and OIDNAMELEN by making backend/catalog/genbki.sh and bin/initdb/initdb.sh a little smarter. This no longer requires initdb.sh that is turned into initdb with a sed script when installing Postgres, hence initdb.sh should be renamed to initdb (after the patch has been applied :-) ) This patch is against the 6.3 sources, as it took a while to complete. Please review and apply, Cheers, Jeroen van Vianen
-
- 07 Nov, 1997 1 commit
-
-
Thomas G. Lockhart authored
-
- 30 Oct, 1997 1 commit
-
-
Bruce Momjian authored
-
- 25 Aug, 1997 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
pg_password utility. Cleanup for psql passwords. New datetime contrib stuff for new version. Fix for strutils needing config.h.
-
- 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
-
- 13 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 11 Nov, 1996 1 commit
-
-
Bryan Henderson authored
-
- 13 Aug, 1996 1 commit
-
-
Marc G. Fournier authored
does 2 things: 1) Make it hard to not notice the make failed. (As you recall, someone on the mailing list had this problem. I've had it to some extent myself). The 1.02 make files continue with the next subdirectory when a make in a subdirectory fails. The patch makes the make stop in the conventional way when a submake fails. It also adds a reassuring message when the make succeeds and adds a note to the INSTALL file to expect it. 2) Include loader flags on all invocations of the linker. The 1.02 make files omit the $(LDFLAGS) on some of the linker invocations. On my system, I need one of those flags just to make it invoke the proper version of the compiler/linker, so LDFLAGS has to be everywhere. Submitted by: Bryan Henderson <bryanh@giraffe.netgate.net>
-
- 25 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
completely)
-
- 23 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
Merged in Dr. George's src/bin tree (possibly broke monitor/psql in process)
-
- 09 Jul, 1996 1 commit
-
-
Marc G. Fournier authored
-