Bruce Momjian [Thu, 26 Feb 1998 04:46:47 +0000 (04:46 +0000)]
pgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian [Thu, 26 Feb 1998 02:18:09 +0000 (02:18 +0000)]
Fix permist on libs.
Vadim B. Mikheev [Wed, 25 Feb 1998 23:40:32 +0000 (23:40 +0000)]
Fix 6.X vacuum bug in shrinking code.
Marc G. Fournier [Wed, 25 Feb 1998 20:51:10 +0000 (20:51 +0000)]
Add updated regression output for Solaris-Sparc
Remove SunOS
Marc G. Fournier [Wed, 25 Feb 1998 15:06:47 +0000 (15:06 +0000)]
Commit Solaris-i386 regression.diffs file for comparisons
Marc G. Fournier [Wed, 25 Feb 1998 15:02:18 +0000 (15:02 +0000)]
Change from -u to -wC3 ...
Marc G. Fournier [Wed, 25 Feb 1998 14:54:44 +0000 (14:54 +0000)]
pg_user.h is obseleted in favor of pg_shadow.h
Marc G. Fournier [Wed, 25 Feb 1998 14:50:36 +0000 (14:50 +0000)]
Make changes to psql so that it sees pg_user again instead of db_user
Marc G. Fournier [Wed, 25 Feb 1998 13:09:49 +0000 (13:09 +0000)]
From: Jan Wieck <jwieck@debis.com>
seems that my last post didn't make it through. That's good
since the diff itself didn't covered the renaming of
pg_user.h to pg_shadow.h and it's new content.
Here it's again. The complete regression test passwd with
only some float diffs. createuser and destroyuser work.
pg_shadow cannot be read by ordinary user.
Bruce Momjian [Wed, 25 Feb 1998 00:31:23 +0000 (00:31 +0000)]
pgindent changes for Thomas proc/lock cleanup
Bruce Momjian [Tue, 24 Feb 1998 19:58:26 +0000 (19:58 +0000)]
Fix for locking problems an dpriority.
Marc G. Fournier [Tue, 24 Feb 1998 15:56:45 +0000 (15:56 +0000)]
Change -c to -u for regress.sh...should shrink regression.<portname> somewhat
at the same time...
Suggested by: Frank Ridderbusch <ridderbusch.pad@sni.de>
Marc G. Fournier [Tue, 24 Feb 1998 15:53:54 +0000 (15:53 +0000)]
Forgot to run autoconf after updatign configure.in for Cyrillic patch
Marc G. Fournier [Tue, 24 Feb 1998 15:52:13 +0000 (15:52 +0000)]
+ Sat Feb 21 19:10:55 CET 1998
+
+ - use char[] as string not as array of bytes that is integers
+
+ Sun Feb 22 16:37:36 CET 1998
+
+ - use long for all size variables
+ - added execute immediate statement
+
+ Sun Feb 22 20:41:32 CET 1998
+
+ - use varcharsize = 1 for all simple types, 0 means pointer, > 1
+ means array if type is char resp. unsigned char
+
+ Thu Feb 24 12:26:12 CET 1998
+
+ - allow 'go to' in whenever statement as well as 'goto'
+ - new argument 'stop' for whenever statement
From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Tue, 24 Feb 1998 15:27:04 +0000 (15:27 +0000)]
From: "Denis V. Dmitrienko" <denis@null.net>
What it does:
It solves stupid problem with cyrillic charsets IP-based on-fly recoding.
take a look at /data/charset.conf for details.
You can use any tables for any charset.
Tables are from Russian Apache project.
Tables in this patch contains also Ukrainian characters.
Then run ./configure --enable-recode
Marc G. Fournier [Tue, 24 Feb 1998 06:04:55 +0000 (06:04 +0000)]
From: t-ishii@sra.co.jp
Ok. I have decided to use:
#if defined(sun) && if defined(sparc) && !defined(__svr4)
instead of defined(sunos4). interfaces/libpq/libpq-fe.h and
include/c.h have been modified(see included patches).
Another porblems I have found are:
o SunOS lacks strtoul(). to fix this I stole strtoul.c from FreeBSD
and place it under backend/port. necessary modifications have been
also made to backend/port/Makefile.in, include/config.h.in and
configure.in (see included patches).
Marc G. Fournier [Tue, 24 Feb 1998 04:02:20 +0000 (04:02 +0000)]
Various fixes for string.h vs strings.h
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
Marc G. Fournier [Tue, 24 Feb 1998 03:47:26 +0000 (03:47 +0000)]
Remove #include "port-protos.h", since we no longer use it
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
Marc G. Fournier [Tue, 24 Feb 1998 03:45:10 +0000 (03:45 +0000)]
There is no more 'port-protos.h', so don't try to include it
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
Marc G. Fournier [Tue, 24 Feb 1998 03:41:58 +0000 (03:41 +0000)]
Forgot about the svr4 dynloader stuff
From: Frank Ridderbusch <ridderbusch.pad@sni.de>
Marc G. Fournier [Tue, 24 Feb 1998 03:31:50 +0000 (03:31 +0000)]
From: Jan Wieck <jwieck@debis.com>
So if the relname is given to acldefault() in
utils/adt/acl.c, it can do a IsSystemRelationName() on it and
return ACL_RD instead of ACL_WORLD_DEFAULT.
Marc G. Fournier [Tue, 24 Feb 1998 03:23:52 +0000 (03:23 +0000)]
Various fixes for ecpg to remove compiler dependency...
From: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Tue, 24 Feb 1998 03:16:52 +0000 (03:16 +0000)]
Slight change to GUESS for finding the right entry in .similar
Marc G. Fournier [Tue, 24 Feb 1998 03:12:55 +0000 (03:12 +0000)]
Add an '#include <sys/types.h>' for the netinet/in.h section
Marc G. Fournier [Tue, 24 Feb 1998 03:09:47 +0000 (03:09 +0000)]
Install spi.h and trigger.in
Marc G. Fournier [Mon, 23 Feb 1998 20:32:40 +0000 (20:32 +0000)]
Create a RULE wrapper around pg_user for the password entry
Marc G. Fournier [Mon, 23 Feb 1998 20:15:23 +0000 (20:15 +0000)]
Document ACL_RD -> ACL_NO change on default table creation
Marc G. Fournier [Mon, 23 Feb 1998 19:53:08 +0000 (19:53 +0000)]
Note that table permissions are no longer defaulted to ACL_RD, but ACL_NO
instead
Marc G. Fournier [Mon, 23 Feb 1998 19:26:36 +0000 (19:26 +0000)]
Modify initdb.sh so that it makes pg_user readable through view db_user
Modify psql so that it uses db_user instead of pg_user
GRANT SELECT on pg_class
Marc G. Fournier [Mon, 23 Feb 1998 18:43:13 +0000 (18:43 +0000)]
Quick cleanups
Marc G. Fournier [Mon, 23 Feb 1998 17:44:24 +0000 (17:44 +0000)]
From: Jan Wieck <jwieck@debis.com>
The diff looks so simple and easy. But to find it wasn't fun.
It must have been there for a long time. What happened:
When a tuple in one of some central catalogs was updated, the
referenced relation got flushed, so it would be reopened on
the next access (to reflect new triggers, rules and table
structure changes into the relation cache).
Some data (the tupleDescriptor e.g.) is used in the system
cache too. So when a relation is subject to the system cache,
this must know too that a cached system relation got flushed
because the tupleDesc data gets freed during the flush!
For the GRANT/REVOKE on pg_class it was slightly different.
There is some local data in inval.c that gets initialized on
the first invalidation of a tuple in some central catalogs.
This needs a SysCache lookup in pg_class. But when the first
of all commands is a GRANT on pg_class, exactly the needed
tuple is the one actually invalidated. So I added little code
snippets that the initialization of the local variables in
inval.c will already happen during InitPostgres().
Bruce Momjian [Mon, 23 Feb 1998 16:51:14 +0000 (16:51 +0000)]
Remove libpq README.
Marc G. Fournier [Mon, 23 Feb 1998 15:44:25 +0000 (15:44 +0000)]
A few misc fixes brought up by Andrew
Vadim B. Mikheev [Mon, 23 Feb 1998 13:59:34 +0000 (13:59 +0000)]
Second query in select_views.sql is replaced.
Vadim B. Mikheev [Mon, 23 Feb 1998 13:58:04 +0000 (13:58 +0000)]
Fix relation path constraction in mdblindwrt().
Bruce Momjian [Mon, 23 Feb 1998 13:10:53 +0000 (13:10 +0000)]
Remind people of view permissions, and install libpq README.
Vadim B. Mikheev [Mon, 23 Feb 1998 06:28:16 +0000 (06:28 +0000)]
ExecReScan for Unique & Sort nodes.
Bruce Momjian [Mon, 23 Feb 1998 02:54:11 +0000 (02:54 +0000)]
Partial fix for select distinct in subselect.
Bruce Momjian [Sun, 22 Feb 1998 20:02:34 +0000 (20:02 +0000)]
Configure patches from Brook Milligan.
Marc G. Fournier [Sun, 22 Feb 1998 18:03:26 +0000 (18:03 +0000)]
The getColumns() method in DataBaseMetaData.java returns a column size
of -1 for varchar's.
From: CNT systemen BV <cntsys@cistron.nl>
Marc G. Fournier [Sun, 22 Feb 1998 00:02:18 +0000 (00:02 +0000)]
From: Darren King <darrenk@insightdist.com>
Enclosed is the regression.diffs file from running the Feb 21st
snapshot regression tests for inclusion in src/test/regression
as regression.Aix41. Appears to be standard differences to me,
error messages, fp accuracy and times off by an hour due to PST
vs PDT.
Marc G. Fournier [Sat, 21 Feb 1998 19:23:14 +0000 (19:23 +0000)]
Change:
#define TAPETEMP "pg_btsortXXXXXX"
to:
#define TAPETEMP "pg_btsortXXXXXXX"
For some reason, under FreeBSD, it appears that the mktemp() value needs the
extra 'X' to improve/ensure uniqueness
Bruce Momjian [Sat, 21 Feb 1998 18:17:58 +0000 (18:17 +0000)]
Add handling for new RangeTblEntry column name.
Bruce Momjian [Sat, 21 Feb 1998 16:58:49 +0000 (16:58 +0000)]
Constlen can be -1, so make it a signed type.
Marc G. Fournier [Sat, 21 Feb 1998 06:32:15 +0000 (06:32 +0000)]
First step done,
below is the patch to have views to override the permission
checks for the accessed tables. Now we can do the following:
CREATE VIEW db_user AS SELECT
usename,
usesysid,
usecreatedb,
usetrace,
usecatupd,
'**********'::text as passwd,
valuntil
FROM pg_user;
REVOKE ALL ON pg_user FROM public;
REVOKE ALL ON db_user FROM public;
GRANT SELECT ON db_user TO public;
Edmund Mergl [Fri, 20 Feb 1998 21:26:08 +0000 (21:26 +0000)]
1.7.01.7.0
Edmund Mergl [Fri, 20 Feb 1998 21:25:47 +0000 (21:25 +0000)]
1.7.0
Marc G. Fournier [Fri, 20 Feb 1998 14:28:56 +0000 (14:28 +0000)]
From: Michael Meskes <meskes@topsystem.de>
Please remove src/interfaces/ecpg/prproc/y.tab.h from cvs. It is generated
by make anyway.
Marc G. Fournier [Fri, 20 Feb 1998 13:11:26 +0000 (13:11 +0000)]
Missign a comma...
From: AA van Raalte <alvin@camberlo.demon.co.uk>
Marc G. Fournier [Fri, 20 Feb 1998 13:10:03 +0000 (13:10 +0000)]
*** empty log message ***
Marc G. Fournier [Fri, 20 Feb 1998 13:02:14 +0000 (13:02 +0000)]
From: Michael Meskes <meskes@topsystem.de>
Subject: [PATCHES] one small fix for ecpg
Marc G. Fournier [Fri, 20 Feb 1998 02:07:25 +0000 (02:07 +0000)]
Update bugs section of ecpg...
Marc G. Fournier [Fri, 20 Feb 1998 01:44:18 +0000 (01:44 +0000)]
Okay, revert back to non-REVOKED...happy now? :)
Marc G. Fournier [Thu, 19 Feb 1998 17:25:58 +0000 (17:25 +0000)]
From: Andreas.Zeugswetter@telecom.at
Improved fix to pg_user/passwd problem...using rewrite rules
Bruce Momjian [Thu, 19 Feb 1998 17:20:01 +0000 (17:20 +0000)]
Password fix. Now people have to do the REVOKE themselves.
Marc G. Fournier [Thu, 19 Feb 1998 17:08:57 +0000 (17:08 +0000)]
oops, missed one...
Marc G. Fournier [Thu, 19 Feb 1998 17:08:22 +0000 (17:08 +0000)]
Makefile required some cleaning up for install and make
Marc G. Fournier [Thu, 19 Feb 1998 17:02:25 +0000 (17:02 +0000)]
Don't make shared libraries for i386_solaris yet...it doesn't work
Marc G. Fournier [Thu, 19 Feb 1998 16:43:54 +0000 (16:43 +0000)]
Updated from 0.61->0.76
Bruce Momjian [Thu, 19 Feb 1998 15:04:45 +0000 (15:04 +0000)]
FIFO lock wait queue, with readers grouped together.
Marc G. Fournier [Thu, 19 Feb 1998 14:27:33 +0000 (14:27 +0000)]
Various minor modes for i386_solaris
Marc G. Fournier [Thu, 19 Feb 1998 13:59:16 +0000 (13:59 +0000)]
Check for <netinet/in.h>, required by DG/ux
Marc G. Fournier [Thu, 19 Feb 1998 13:52:17 +0000 (13:52 +0000)]
From: Michael Meskes <meskes@topsystem.de>
Here's my next patch. this one should fix some more bugs. ecpg now fully
understands the whenever statement.
Vadim B. Mikheev [Thu, 19 Feb 1998 04:47:07 +0000 (04:47 +0000)]
Fix for InitPlan-s: have to copy subselect' result tuple.
Marc G. Fournier [Thu, 19 Feb 1998 01:44:18 +0000 (01:44 +0000)]
Already moved to the appropriate documentation directories
Bruce Momjian [Wed, 18 Feb 1998 15:56:06 +0000 (15:56 +0000)]
Update FAQ's for release.
Bruce Momjian [Wed, 18 Feb 1998 15:33:37 +0000 (15:33 +0000)]
Fix -t for pg_dump when table is uppercase.
Vadim B. Mikheev [Wed, 18 Feb 1998 13:15:07 +0000 (13:15 +0000)]
Restore 6.2.1 output
Vadim B. Mikheev [Wed, 18 Feb 1998 12:41:36 +0000 (12:41 +0000)]
GroupState changed.
Vadim B. Mikheev [Wed, 18 Feb 1998 12:40:44 +0000 (12:40 +0000)]
New nodeGroup.c code uses own copy of first tuple in a group.
Free memory after comparison in nodeUnique.c
Thomas G. Lockhart [Wed, 18 Feb 1998 07:37:05 +0000 (07:37 +0000)]
Start shipping gram.y products gram.c and parse.h to avoid having to build
them from scratch. gram.y has now grown so that some non-bison yaccs
(including FreeBSDs) run out of room and quit.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:32:17 +0000 (07:32 +0000)]
Add new subselect test.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:29:45 +0000 (07:29 +0000)]
New table from new subselect test.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:28:08 +0000 (07:28 +0000)]
Include products of gram.y to allow systems without bison to build Postgres.
The parser recently grew too big for some yaccs, including FreeBSD.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:25:57 +0000 (07:25 +0000)]
Allow LIKE expression in constraint clause.
Allow USER and VALID as column names and identifiers.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:23:22 +0000 (07:23 +0000)]
Fix parsing for <identifier>-<number> which was mis-identified as a unary
minus. Example is SELECT f1-2 FROM INT4_TBL;
Thomas G. Lockhart [Wed, 18 Feb 1998 07:19:34 +0000 (07:19 +0000)]
Fix from Vadim for simple-minded case SELECT 1 WHERE 1 IN (SELECT 1)
used in regression tests. No longer core dumps.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:16:58 +0000 (07:16 +0000)]
Remove inclusion of the doc make. Looks like all of the man pages are
in the usual man page source directory anyway. Source tree now builds.
Thomas G. Lockhart [Wed, 18 Feb 1998 07:15:23 +0000 (07:15 +0000)]
Cancel last version which introduced unintended flags
for linux-alpha support.
Vadim B. Mikheev [Wed, 18 Feb 1998 03:26:54 +0000 (03:26 +0000)]
Fix useor for (a,b...) Op ANY/ALL
Marc G. Fournier [Wed, 18 Feb 1998 01:30:42 +0000 (01:30 +0000)]
I'm getting a SEGV error when testing ecpg using the perftest,or
any other, example program.
I have tracked this down to a call to PQfinish() in ECPGfinish()
that occurs before any connection is established.
From: Keith Parks <emkxp01@mtcc.demon.co.uk>
Marc G. Fournier [Wed, 18 Feb 1998 01:28:03 +0000 (01:28 +0000)]
Update the preprocessor code
From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Wed, 18 Feb 1998 01:26:02 +0000 (01:26 +0000)]
Check for and include <getopt.h>
Marc G. Fournier [Tue, 17 Feb 1998 02:09:17 +0000 (02:09 +0000)]
Just another missing dummy file
Marc G. Fournier [Tue, 17 Feb 1998 02:00:12 +0000 (02:00 +0000)]
2. IRIX has both HAVE_FPCLASS and HAVE_FP_CLASS, therefore, in
backend/port/isinf.c it tries to compile two versions of
isinf().
From: Andrew Martin <martin@biochemistry.ucl.ac.uk>
Marc G. Fournier [Tue, 17 Feb 1998 01:48:12 +0000 (01:48 +0000)]
Major update of ecpg preprocessor
From: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Tue, 17 Feb 1998 01:43:04 +0000 (01:43 +0000)]
Totally forgot to add these files...
Marc G. Fournier [Tue, 17 Feb 1998 01:32:37 +0000 (01:32 +0000)]
The problem is that $ac_cv_prog_gcc is empty, instead of 'no' or
whatsoever. The patch is not a solution, because configure is generated
from configure.in, and I don't know how to patch it to get a working
'configure'.
From: "Pedro J. Lobo" <pjlobo@euitt.upm.es>
Marc G. Fournier [Mon, 16 Feb 1998 14:39:29 +0000 (14:39 +0000)]
Remove all backend/port/${PORTNAME} references from template files, since
they don't exist anymore
Marc G. Fournier [Sat, 14 Feb 1998 19:56:21 +0000 (19:56 +0000)]
From: Brian E Gallew <geek+@cmu.edu>
dgux 5.4R4.11
Missing port-protos.h (not needed, I think). Wants dld.h. Should
really use the system dl stuff (like i386_solaris). Needs to include
<netinet/in.h> before <arpa/inet.h>. Here are some patches...
Marc G. Fournier [Sat, 14 Feb 1998 18:06:20 +0000 (18:06 +0000)]
Apparently there was a
compiler define that should have been enabled, but was not due to
different naming conventions for Linux/Alpha. Attached is the patch he
sent me, that I have not had a chance to test yet.
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Marc G. Fournier [Sat, 14 Feb 1998 18:04:39 +0000 (18:04 +0000)]
From: plh@opim.uconn.edu
Missing = in an update
Marc G. Fournier [Sat, 14 Feb 1998 18:02:43 +0000 (18:02 +0000)]
Remove HBA related switch
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Marc G. Fournier [Sat, 14 Feb 1998 18:00:37 +0000 (18:00 +0000)]
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
The file 'backend/utils/adt/arrayfuncs.c' won't compile with the
February 14th snapshot, because of an inconsistency between the
declaration and implementation of ReadArrayStr(). As far as I can
tell, the predeclaration is wrong. I assume this is what was meant:
Marc G. Fournier [Sat, 14 Feb 1998 17:58:09 +0000 (17:58 +0000)]
I'm including an update to my user defined IP and MAC address type
implementation that's in contrib/ip_and_mac/. This one works right
with 6.3, avoids the problems I ran into earlier with LIKE, and
includes a bit of extra functionality.
From: Tom I Helbekkmo <tih@Hamartun.Priv.NO>
Marc G. Fournier [Fri, 13 Feb 1998 19:49:06 +0000 (19:49 +0000)]
Man page for ecpg.1
Bruce Momjian [Fri, 13 Feb 1998 19:46:22 +0000 (19:46 +0000)]
Atttypmod cleanup.
Marc G. Fournier [Fri, 13 Feb 1998 17:18:25 +0000 (17:18 +0000)]
From: Jan Wieck <jwieck@debis.com>
just a little correction in the pltcl_guide.nr.
Sometimes I changed the name of tuple arguments to numbers
like the other args are. Otherwise it wasn't possible to
create a function as
CREATE FUNCTION f (EMP, EMP) ... LANGUAGE 'pltcl';
The arguments are now accessed in the function as
$1(name) vs. $2(name)
Marc G. Fournier [Fri, 13 Feb 1998 17:12:08 +0000 (17:12 +0000)]
From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>
Only occurrs in
src/include/storage/s_lock.h:#if defined(__AIX)
src/include/utils/dt.h:#if defined(__AIX)
src/include/utils/nabstime.h:#if defined(__AIX)
Simply delete one underscore, only occurs once per file, so no patch.
Marc G. Fournier [Fri, 13 Feb 1998 13:23:33 +0000 (13:23 +0000)]
From: Jan Wieck <jwieck@debis.com>
Someone changed the parser to build a TypeName node on CREATE
FUNCTION in any case. As a side effect, ALL! functions
created got the proretset attribute to true. Thus for a
SELECT the parser wrapped an Iter node around the Expr and
since singleton functions set isDone the Iter returns no
tuple up.