Bruce Momjian [Fri, 11 Sep 1998 16:56:24 +0000 (16:56 +0000)]
The attached patches fix the following problems:
1. The UnixWare tas macro was reformatted (by indent or it like?) which caused
it to break. The asm macro construct is very particular about the %mem
construct -- it has to start in column 1.
2. When compiling libpq++, g++ was used even if configure found the C++ com-
piler to be CC.
3. When compiling libpq++, '-Wno-error' was added to CXXFLAGS, even if the
compiler wasn't g++.
Billy G. Allie
Bruce Momjian [Fri, 11 Sep 1998 16:50:20 +0000 (16:50 +0000)]
autoconf
Bruce Momjian [Fri, 11 Sep 1998 16:43:26 +0000 (16:43 +0000)]
Remove %qd.
Bruce Momjian [Fri, 11 Sep 1998 16:39:59 +0000 (16:39 +0000)]
Tatsuo Ishii fix for pg_user crash, with slight modification.
Bruce Momjian [Fri, 11 Sep 1998 14:10:53 +0000 (14:10 +0000)]
%lld fix.
Bruce Momjian [Fri, 11 Sep 1998 05:18:12 +0000 (05:18 +0000)]
update pginterface
Bruce Momjian [Fri, 11 Sep 1998 05:14:08 +0000 (05:14 +0000)]
Update pginterface for 6.4. add manual page.
Bruce Momjian [Thu, 10 Sep 1998 21:10:51 +0000 (21:10 +0000)]
long long cleanup
Vadim B. Mikheev [Thu, 10 Sep 1998 15:32:32 +0000 (15:32 +0000)]
Added attributes for primary/unique/foreign keys...
Bruce Momjian [Thu, 10 Sep 1998 15:18:06 +0000 (15:18 +0000)]
Fix for length in libpq from Tom Lane.
Bruce Momjian [Thu, 10 Sep 1998 05:40:16 +0000 (05:40 +0000)]
autoconf
Bruce Momjian [Thu, 10 Sep 1998 05:36:00 +0000 (05:36 +0000)]
%lld not %Ld
Bruce Momjian [Thu, 10 Sep 1998 04:59:01 +0000 (04:59 +0000)]
More bsdi 4.0 additions.
Bruce Momjian [Thu, 10 Sep 1998 04:46:45 +0000 (04:46 +0000)]
bsdi 4.0.
Bruce Momjian [Thu, 10 Sep 1998 04:39:47 +0000 (04:39 +0000)]
Add some support for BSDI 4.0.
Vadim B. Mikheev [Thu, 10 Sep 1998 04:11:52 +0000 (04:11 +0000)]
Porting efforts... :)
Vadim B. Mikheev [Thu, 10 Sep 1998 04:07:59 +0000 (04:07 +0000)]
flock --> fcntl
Bruce Momjian [Thu, 10 Sep 1998 03:54:07 +0000 (03:54 +0000)]
cleanup
Bruce Momjian [Thu, 10 Sep 1998 03:42:19 +0000 (03:42 +0000)]
Cleanup of configure.in
Bruce Momjian [Thu, 10 Sep 1998 03:33:32 +0000 (03:33 +0000)]
autoconf
Bruce Momjian [Thu, 10 Sep 1998 03:27:09 +0000 (03:27 +0000)]
Allow long long on BSDI.
Bruce Momjian [Wed, 9 Sep 1998 18:39:33 +0000 (18:39 +0000)]
Aix4 fixes from Andreas Zeugswetter
Bruce Momjian [Wed, 9 Sep 1998 18:32:05 +0000 (18:32 +0000)]
>
> Open portability issues:
>
> /usr/local should be searched for lib and include for all ports if
present
> (currently not working, I have libreadline there)
>
> the stream functions on AIX need a size_t for addrlen's in
fe-connect.c and pqcomm.c.
>
> lock.c still has an incompatible TPRINTF(flags, args...) definition
Massimo
Bruce Momjian [Wed, 9 Sep 1998 18:16:36 +0000 (18:16 +0000)]
Hi patchers/hackers.
Here's a patch for initdb that does two things.
1) Encloses the created rulenames in quotes to preserve case
in the creation step. (stores _RETpg... instead of _retpg...)
I believe _RET is standard for views.
2) Renames pg_view to pg_views and pg_rule to pg_rules.
I believe Jan and myself agreed this would be a "good idea"
Keith Parks
Vadim B. Mikheev [Wed, 9 Sep 1998 03:48:17 +0000 (03:48 +0000)]
Fix using GroupBy/non-GroupBy expressions in HAVING.
Vadim B. Mikheev [Wed, 9 Sep 1998 03:42:52 +0000 (03:42 +0000)]
Fix for indexing problem (?): heap tuple was pfree-d before CatalogIndexInsert()...
Bruce Momjian [Tue, 8 Sep 1998 22:15:42 +0000 (22:15 +0000)]
AIX align fix.
Bruce Momjian [Tue, 8 Sep 1998 15:24:11 +0000 (15:24 +0000)]
Fix for macro for AIX.
Vadim B. Mikheev [Tue, 8 Sep 1998 02:50:20 +0000 (02:50 +0000)]
Fix GroupBY func broken by HAVING.
Thomas G. Lockhart [Mon, 7 Sep 1998 15:58:31 +0000 (15:58 +0000)]
Very minor formatting fixup in the refentry id field to remove
the trailing "-1". This makes a cleaner html output file name.
Clean up a few refpurpose fields.
Thomas G. Lockhart [Mon, 7 Sep 1998 15:56:20 +0000 (15:56 +0000)]
Fix Postgres to support SQL92 syntax. Old syntax still works too.
Thomas G. Lockhart [Mon, 7 Sep 1998 15:54:08 +0000 (15:54 +0000)]
Minor wording and formatting cleanups.
Thomas G. Lockhart [Mon, 7 Sep 1998 15:53:12 +0000 (15:53 +0000)]
Add new reference pages. This completes the first cut at a full set
for SQL commands.
Bruce Momjian [Mon, 7 Sep 1998 05:35:48 +0000 (05:35 +0000)]
Alignment cleanup so no more massive switch statements for alignment,
just two macros.
Bruce Momjian [Sun, 6 Sep 1998 04:49:51 +0000 (04:49 +0000)]
BTW, in catalog/pg_type.h:
#define Anum_pg_index_indisunique 8
I think this should be 9.
Tatsuo Ishii
Thomas G. Lockhart [Sat, 5 Sep 1998 06:02:57 +0000 (06:02 +0000)]
Add new reference pages adapted from Jose'.
Thomas G. Lockhart [Sat, 5 Sep 1998 06:01:56 +0000 (06:01 +0000)]
Minor fix to add paragraph break.
Thomas G. Lockhart [Sat, 5 Sep 1998 01:19:38 +0000 (01:19 +0000)]
Use alternate form for long-long-int to be compatible with AIX.
%Ld worked with gcc, but %lld works with both gcc and AIX.
Bruce Momjian [Fri, 4 Sep 1998 18:21:11 +0000 (18:21 +0000)]
offsetof cleanup.
Bruce Momjian [Fri, 4 Sep 1998 18:05:39 +0000 (18:05 +0000)]
t_bits alignment fix from Tatsuo Ishii
Marc G. Fournier [Fri, 4 Sep 1998 14:34:23 +0000 (14:34 +0000)]
Try this snprintf() implementation, used in sendmail...
Marc G. Fournier [Fri, 4 Sep 1998 12:52:23 +0000 (12:52 +0000)]
From: David Hartwig <daybee@bellatlantic.net>
I put some extra checks to make sure a query was a good candidate for
rewrite into a UNION. Besides the existing checks:
1. Make sure the AND/OR tree was rectangular. ( i.e. 3 X 4 or 10 X
3)
2. Only one table.
3. Must have an AND dimension.
4. At least 9 OP expressions total
Also cleaned up and commented.
Bruce Momjian [Fri, 4 Sep 1998 05:03:05 +0000 (05:03 +0000)]
libpgtcl cleanups for Tom Lane.
Thomas G. Lockhart [Thu, 3 Sep 1998 14:21:06 +0000 (14:21 +0000)]
Allow insert statements to have every column
supplied by a DEFAULT clause. Enables INSERT INTO TABLE DEFAULT VALUES...
Thomas G. Lockhart [Thu, 3 Sep 1998 12:26:20 +0000 (12:26 +0000)]
Update to match newest gram.c since both are generated from gram.y.
Should be done every time gram.c is refreshed.
Bruce Momjian [Thu, 3 Sep 1998 05:09:27 +0000 (05:09 +0000)]
Oops missing file.
Bruce Momjian [Thu, 3 Sep 1998 05:08:28 +0000 (05:08 +0000)]
patch cleanups.
Bruce Momjian [Thu, 3 Sep 1998 02:34:35 +0000 (02:34 +0000)]
[Part #1: Type: text/plain, Encoding: 7bit, Size: 59]
I will be cleaning this up more before the Oct 1 deadline.
David Hartwig. AND/OR fix.
Bruce Momjian [Thu, 3 Sep 1998 02:32:41 +0000 (02:32 +0000)]
Fix ifdef.
Bruce Momjian [Thu, 3 Sep 1998 02:31:38 +0000 (02:31 +0000)]
New stuff from Peter Mount for jdbc.
Bruce Momjian [Thu, 3 Sep 1998 02:29:45 +0000 (02:29 +0000)]
New stuff for 6.4 jdbc.
Peter mount
Bruce Momjian [Thu, 3 Sep 1998 02:20:30 +0000 (02:20 +0000)]
> Yikes, that is certainly not standard C. I have never seen that
before.
> Looks like a GNU-ism. I nice one, but still a GNU-ism.
Sorry, I didn't know it is a GNU extension. I have written this patch
which should fix the problem. Let me know if you still have problems.
Massimo Dal Zotto
Bruce Momjian [Thu, 3 Sep 1998 02:16:27 +0000 (02:16 +0000)]
Remove \r\n in windows makefile.
Bruce Momjian [Thu, 3 Sep 1998 02:14:39 +0000 (02:14 +0000)]
O2. Seems tas() for PPC (storage/buffer/s_lock.c) never works if
compiled with -O0. Included are patches that should fix the problem
(of course I have confirmed -O2 works with this patch).
BTW, here is a platforms/regression test failure(serious one--backend
death) matrix.
Tatsuo Ishii
Bruce Momjian [Thu, 3 Sep 1998 02:12:14 +0000 (02:12 +0000)]
Oops. I'll fix this.
Here are patches for bin/createdb/createdb.sh.
--
Tatsuo Ishii
t-ishii@sra.co.jp
Bruce Momjian [Thu, 3 Sep 1998 02:10:56 +0000 (02:10 +0000)]
Attached is a patch to remove the definitions of libpq's internal
structs from libpq-fe.h, as we previously discussed.
There turned out to be sloppy coding practices in more places than
I had realized :-(, but all in all I think it was a well-worth-while
exercise.
I ended up adding several routines to libpq's API in order to respond
to application requirements that were exposed by this work. I owe the
docs crew updates for libpq.sgml to describe these changes. I'm way too
tired to work on the docs tonight, however.
This is the last major change I intend to submit for 6.4. I do want
to see if I can make libpgtcl work with Tcl 8.0 before we go final,
but hopefully that will be a minor bug fix.
Bruce Momjian [Wed, 2 Sep 1998 23:37:13 +0000 (23:37 +0000)]
> David Hartwig wrote:
>
> Please apply this HAVING regression patch.
> > My bad. It is caused by a known bug having to do with GROUP BY.
It ain't$
> > nothing to do with HAVING. For some reason the bug went away for a
while, $
> > script. It must have, because that is how I created the expected
file. :(
> >
> > A patch to the regression will be forthcoming.
>
Bruce Momjian [Wed, 2 Sep 1998 23:05:37 +0000 (23:05 +0000)]
Fix for indexing problems.
Thomas G. Lockhart [Wed, 2 Sep 1998 15:48:28 +0000 (15:48 +0000)]
Update to support the CREATE TABLE DEFAULT VALUES statement in gram.y.
Thomas G. Lockhart [Wed, 2 Sep 1998 15:47:30 +0000 (15:47 +0000)]
Support CREATE TABLE DEFAULT VALUES statement.
Thomas G. Lockhart [Wed, 2 Sep 1998 03:01:02 +0000 (03:01 +0000)]
Add more new pages.
Bruce Momjian [Wed, 2 Sep 1998 02:38:29 +0000 (02:38 +0000)]
autoconf
Bruce Momjian [Wed, 2 Sep 1998 02:34:00 +0000 (02:34 +0000)]
Fix for install path
Bruce Momjian [Wed, 2 Sep 1998 02:08:02 +0000 (02:08 +0000)]
update
Bruce Momjian [Wed, 2 Sep 1998 02:04:39 +0000 (02:04 +0000)]
install file search fix
Bruce Momjian [Wed, 2 Sep 1998 02:00:07 +0000 (02:00 +0000)]
autoconf
Bruce Momjian [Wed, 2 Sep 1998 01:54:18 +0000 (01:54 +0000)]
Configure fix for install script search.
Bruce Momjian [Tue, 1 Sep 1998 21:43:16 +0000 (21:43 +0000)]
re-add bsdi makefile
Bruce Momjian [Tue, 1 Sep 1998 16:31:19 +0000 (16:31 +0000)]
bsdi cleanup
Bruce Momjian [Tue, 1 Sep 1998 16:21:47 +0000 (16:21 +0000)]
cleanup
Thomas G. Lockhart [Tue, 1 Sep 1998 15:57:00 +0000 (15:57 +0000)]
Fix message delimiters for substitution by sed script during installation.
They were missing a "PG_" prefix so were not substituted properly.
Thomas G. Lockhart [Tue, 1 Sep 1998 15:53:09 +0000 (15:53 +0000)]
Add new files from Oliver and Thomas.
Thomas G. Lockhart [Tue, 1 Sep 1998 15:50:53 +0000 (15:50 +0000)]
Remove mention of the migration directory since this info has already
been integrated into here.
Thomas G. Lockhart [Tue, 1 Sep 1998 15:49:22 +0000 (15:49 +0000)]
Put in explicit reference to the ref/ subdirectory to help emacs.
Thomas G. Lockhart [Tue, 1 Sep 1998 15:48:00 +0000 (15:48 +0000)]
Initial information for Linux/Unix installation.
Bruce Momjian [Tue, 1 Sep 1998 06:51:35 +0000 (06:51 +0000)]
cleanups of indexing.c
Bruce Momjian [Tue, 1 Sep 1998 06:22:46 +0000 (06:22 +0000)]
cleanup
Bruce Momjian [Tue, 1 Sep 1998 05:34:16 +0000 (05:34 +0000)]
cleanup
Bruce Momjian [Tue, 1 Sep 1998 04:40:42 +0000 (04:40 +0000)]
OK, folks, here is the pgindent output.
Bruce Momjian [Tue, 1 Sep 1998 03:29:17 +0000 (03:29 +0000)]
Renaming cleanup, no pgindent yet.
Bruce Momjian [Mon, 31 Aug 1998 17:49:18 +0000 (17:49 +0000)]
indexing.c cleanups.
Bruce Momjian [Mon, 31 Aug 1998 07:55:50 +0000 (07:55 +0000)]
Fix for regproc
Bruce Momjian [Mon, 31 Aug 1998 07:35:44 +0000 (07:35 +0000)]
Fix for regprocout, use underscore, not parens.
Bruce Momjian [Mon, 31 Aug 1998 07:19:56 +0000 (07:19 +0000)]
OR clause index fix
Bruce Momjian [Mon, 31 Aug 1998 04:48:36 +0000 (04:48 +0000)]
Two spaces after a colon.
Bruce Momjian [Mon, 31 Aug 1998 04:32:18 +0000 (04:32 +0000)]
Preserver pg_log and pg_variable in upgrade. Cleanups.
Bruce Momjian [Sun, 30 Aug 1998 23:25:56 +0000 (23:25 +0000)]
Fix for possible releasebuffer bug.
Marc G. Fournier [Sun, 30 Aug 1998 21:05:27 +0000 (21:05 +0000)]
From: Massimo Dal Zotto <dz@cs.unitn.it>
Thomas G. Lockhart [Sun, 30 Aug 1998 19:54:04 +0000 (19:54 +0000)]
Types removed from Postgres: oidint2, oidint4, oidname.
Fix example columns in alter_table.out to use datetime and timespan
as a substitute for oidint4 and oidname.
Marc G. Fournier [Sun, 30 Aug 1998 19:41:50 +0000 (19:41 +0000)]
From: Tom Lane <tgl@sss.pgh.pa.us>
We're carrying around a copy of install-sh in case the local system
has no install script. It's wasted baggage, because configure doesn't
know it's there :-(. (Apparently everyone who's used postgres lately
already had an install script somewhere in their path. I happened to
try to run configure with a minimal PATH tonight, and it promptly
gave up for lack of an install program.) Here's the patch.
Marc G. Fournier [Sun, 30 Aug 1998 19:39:01 +0000 (19:39 +0000)]
sequence contrib directory removed, as already integrated into the main
backend...
Marc G. Fournier [Sun, 30 Aug 1998 19:37:51 +0000 (19:37 +0000)]
From: Massimo Dal Zotto <dz@cs.unitn.it>
Here is a tar file the new directories, which substitute the old ones
in contrib. Please remove the old directories array, datetime, miscutil,
string and userlock before unpacking the tar file in contrib.
Note that as the modules are now installed in lib/modules I install all
my sql code in lib/sql. In my opinion also the other contributors should
follow these rules.
Marc G. Fournier [Sun, 30 Aug 1998 19:30:38 +0000 (19:30 +0000)]
From: Massimo Dal Zotto <dz@cs.unitn.it>
After some playing with gdb I found that in printtup() there is a non null
attribute with typeinfo->attrs[i]->atttypid = 0 (invalid oid). Unfortunately
attibutes with invalid type are neither printed nor marked as null, and this
explains why psql doesn't get all the expected data.
So I made this patch to printtup():
Bruce Momjian [Sun, 30 Aug 1998 13:14:00 +0000 (13:14 +0000)]
Make old db directory configurable.
Bruce Momjian [Sun, 30 Aug 1998 05:25:47 +0000 (05:25 +0000)]
Update man pages.
Bruce Momjian [Sun, 30 Aug 1998 05:09:03 +0000 (05:09 +0000)]
Update INSTALL to mention pg_upgrade.
Bruce Momjian [Sun, 30 Aug 1998 05:06:54 +0000 (05:06 +0000)]
New pg_upgrade command.
Bruce Momjian [Sun, 30 Aug 1998 04:01:31 +0000 (04:01 +0000)]
Update FAQ.
Bruce Momjian [Sun, 30 Aug 1998 03:34:05 +0000 (03:34 +0000)]
Improve distclean.
Bruce Momjian [Sun, 30 Aug 1998 03:32:47 +0000 (03:32 +0000)]
Add missing pgaccess file.