- 29 Dec, 1998 2 commits
-
-
Thomas G. Lockhart authored
of Norm's Modular Style Sheets and jade/docbook. From Vince Vielhaber <vev@michvhf.com>.
-
Byron Nikolaidis authored
-
- 28 Dec, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 26 Dec, 1998 1 commit
-
-
Bruce Momjian authored
Nakajima. Since he is not subscribing the mailing list, I'm posting his patches by his request. According to him, he has successfully compiled and passed the regression test on Mac SE/30 running NetBSD/m68k. Also, another person has reported that with the patches PostgreSQL is working on NetBSD/sun3 too. -- Tatsuo Ishii
-
- 25 Dec, 1998 1 commit
-
-
Bruce Momjian authored
-
- 24 Dec, 1998 2 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 23 Dec, 1998 2 commits
-
-
Thomas G. Lockhart authored
are available. Problem reported by David Sauer <davids@iol.cz>. Modify information in resulting error message to indicate both agg name and data type.
-
Bruce Momjian authored
-
- 22 Dec, 1998 1 commit
-
-
Marc G. Fournier authored
From: Michael Meskes <Michael.Meskes@usa.net> + +Wed Dec 9 11:24:54 MEZ 1998 + + - Synced preproc.y with gram.y and the keywords.c files to add CASE + statement. + +Tue Dec 22 14:16:11 CET 1998 + + - Synced preproc.y with gram.y for locking statements. + - Set version to 2.4.5
-
- 21 Dec, 1998 1 commit
-
-
Jan Wieck authored
Jan
-
- 20 Dec, 1998 1 commit
-
-
Marc G. Fournier authored
finished cleaning up outnodes.c ...
-
- 18 Dec, 1998 20 commits
-
-
Bruce Momjian authored
-
Bruce Momjian authored
Please apply to both trees. -- Tatsuo Ishii
-
Bruce Momjian authored
-
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
-
Bruce Momjian authored
MIPS cpu (I think it's R4000). I have tested the patches on LinuxPPC and FreeBSD. I believe they do not harm other platforms. -- Tatsuo Ishii
-
Thomas G. Lockhart authored
Add Emacs configuration block to postgres.sgml.
-
Thomas G. Lockhart authored
the FROM clause. e.g. "SELECT table.*".
-
Thomas G. Lockhart authored
These fixes are from Jeff Hoffmann <jeff@remapcorp.com>.
-
Thomas G. Lockhart authored
Remove mention of the old "migration" flat files. Change URLs for resources to point to areas, not particular files. That way things stay correct even when version of tools change. Suggested by Vince Vielhaber.
-
Thomas G. Lockhart authored
Rearrange a few other keywords to put them in the proper category.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
tags even if DocBook is not installed on your local system. Most of the .sgml source files contain a reference to this file in an Emacs setup block at the bottom of the file...
-
Thomas G. Lockhart authored
Not yet complete, integrated, or marked up. Not yet included in a document (should go in the developer's doc?).
-
Jan Wieck authored
More cleanups to appendStringInfo() usage in node/outfuncs.c. Jan
-
Vadim B. Mikheev authored
LOCK TABLE IN ... MODE ...implemented
-
Bruce Momjian authored
-
Bruce Momjian authored
6.4.1. Here is the list: - The type int8 now works. In fact, the bug(s) were in src/backend/port/snprintf.c, so int8 is probably broken in every platform that hasn't a native snprintf/vsnprintf. The type itself worked as expected, only the output was wrong. Anyway, this patch should be checked in other platforms. - The regression tests for int2 and int4, which were broken due to differences in the error messages, are fixed. - The regression test for float8, which was broken in the reference platform, is also fixed. I don't know if the new file (float8-OSF1.out) will work on other platforms, but it might be worth to try it. - Two new template files are provided (alpha_cc, which includes optimization, and alpha_gcc), and src/templates/.similar is updated accordingly. src/templates/alpha should be removed from the distribution. *IMPORTANT NOTE*: I don't know if you can use gcc to compile postgres; I've written the alpha_gcc file because alpha_cc has some flags that are specific to DEC C. - There is a (very basic) Digital Unix specific FAQ in doc/FAQ_DigitalUnix. -- ------------------------------------------------------------------- Pedro José Lobo Perea Tel: +34 91 336 78 19
-
Bruce Momjian authored
-
Bruce Momjian authored
-
- 17 Dec, 1998 3 commits
-
-
Bruce Momjian authored
html and man.
-
Marc G. Fournier authored
From: Keith Parks <emkxp01@mtcc.demon.co.uk> Looks like :vartypmod got transmuted to %vartypmod in an editing session.
-
Bruce Momjian authored
-
- 16 Dec, 1998 1 commit
-
-
Vadim B. Mikheev authored
-
- 15 Dec, 1998 3 commits
-
-
Marc G. Fournier authored
Oops, sorry...meant to commit the patch from Thomas for tzn->CTZName
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
New code for locking buffer' context.
-