OSDN Git Service

pg-rex/syncrep.git
26 years agoAdd missing file.
Bruce Momjian [Fri, 20 Mar 1998 17:24:37 +0000 (17:24 +0000)]
Add missing file.

26 years agoOK...here is a patch that will cause the magnetic disk storage
Bruce Momjian [Fri, 20 Mar 1998 04:22:54 +0000 (04:22 +0000)]
OK...here is a patch that will cause the magnetic disk storage
manager to not try to split files in 2 gig chunks.  It will just
try to get another block.

If applied, everything is just as before. But if LET_OS_MANAGE_FILESIZE
is defined, the chaining disappears and the file just keeps on
going, and going, and going, til the OS barfs.

Darren King

26 years agoSorry. I made above mistakes. "__svr4" should be "__svr4__" or
Bruce Momjian [Fri, 20 Mar 1998 04:17:34 +0000 (04:17 +0000)]
Sorry. I made above mistakes. "__svr4" should be "__svr4__" or
"__SVR4" as you pointed out.  There is another file that has the
same mistakes.  Included is a patche for include/c.h.

t-ishii@sra.co.jp

26 years agoFix spelling of "including
Bruce Momjian [Fri, 20 Mar 1998 04:12:25 +0000 (04:12 +0000)]
Fix spelling of "including

Edward J. Huff

26 years agoHPUX build does not build shared lib versions of libpq and libpq++
Bruce Momjian [Fri, 20 Mar 1998 04:07:11 +0000 (04:07 +0000)]
HPUX build does not build shared lib versions of libpq and libpq++

--------------------------------------------------------------------------

Test Case:  ----------

--------------------------------------------------------------------------

Solution:  --------- Add this to the libpq and libpq++ Makefiles
to build shared libs:

Mike Ferrara

26 years agoIn libpq-fe.h: #if defined(sun) && defined(sparc) && !defined(__svr4)
Bruce Momjian [Fri, 20 Mar 1998 04:02:57 +0000 (04:02 +0000)]
In libpq-fe.h:  #if defined(sun) && defined(sparc) && !defined(__svr4)
extern char *sys_errlist[]; #define strerror(A) (sys_errlist[(A)])
#endif                                                  /* sunos4
*/

is picked up by Solaris when the above is intended only for SunOS.

Fix Solaris.  Albert Chin-A-Young

26 years agoThe real trick is to add -Dalpha to the CFLAGS setting. The changes
Bruce Momjian [Fri, 20 Mar 1998 03:55:52 +0000 (03:55 +0000)]
The real trick is to add -Dalpha to the CFLAGS setting.  The changes
to main.c are only to add some extra includes to support some code
that's suddenly being used.

The #define ASSEMBLER is to prevent most of the code of sys/proc.h
from being included, as it ends up conflicting with some of the
postgresql definitions.  This may or may not work on other versions
of Digital Unix.

Get alpha working.  Yea.  Dwayne Bailey

26 years ago> > I'm using text[] arrays. Some of my array elements have '"'
Bruce Momjian [Fri, 20 Mar 1998 03:44:19 +0000 (03:44 +0000)]
> > I'm using text[] arrays.  Some of my array elements have '"'
> > characters in them.  Dumping and reloading using pg_dumpall >
> doesn't work with this and dumping the entire array and > > then
trying to parse it is hopeless.

Doug Gibson

26 years agoHere's my next patch to bring ecpg to version 1.1. It now correctly
Bruce Momjian [Fri, 20 Mar 1998 03:08:11 +0000 (03:08 +0000)]
Here's my next patch to bring ecpg to version 1.1. It now correctly
handles all transaction commands and the exec sql include command.

Michael Meskes

26 years agoAllow parsing expressions with ") -" (scan.l, scan.c only).
Thomas G. Lockhart [Wed, 18 Mar 1998 16:50:25 +0000 (16:50 +0000)]
Allow parsing expressions with ") -" (scan.l, scan.c only).
Make "TABLE" optional in "LOCK TABLE" command
 and "... INTO TABLE..." clause.
Explicitly parse CREATE SEQUENCE options to allow a negative integer
 as an argument; this is an artifact of unary minus handling in scan.l.
Add "PASSWORD" as an allowed column identifier.
These fixes will require a "make clean install" but not a dump/reload.

26 years agoAdd checks for UNION target fields, and add optional TABLE to LOCK
Bruce Momjian [Wed, 18 Mar 1998 15:49:08 +0000 (15:49 +0000)]
Add checks for UNION target fields, and add optional TABLE to LOCK
and SELECT manual pages and psql help.

26 years agoSunOS .similar cleanup.
Bruce Momjian [Mon, 16 Mar 1998 15:14:50 +0000 (15:14 +0000)]
SunOS .similar cleanup.

26 years agoAdd SunOS entries.
Bruce Momjian [Mon, 16 Mar 1998 14:46:37 +0000 (14:46 +0000)]
Add SunOS entries.

26 years agoPrevent \do from wrapping.
Bruce Momjian [Mon, 16 Mar 1998 14:27:38 +0000 (14:27 +0000)]
Prevent \do from wrapping.

26 years agoMake pg_user /xpg_user change complete.
Bruce Momjian [Mon, 16 Mar 1998 05:58:46 +0000 (05:58 +0000)]
Make pg_user /xpg_user change complete.

26 years agoRemove duplicates
Bruce Momjian [Mon, 16 Mar 1998 05:52:23 +0000 (05:52 +0000)]
Remove duplicates

26 years agoFix for Datasize = 0 error, from Vadim.
Bruce Momjian [Mon, 16 Mar 1998 05:49:32 +0000 (05:49 +0000)]
Fix for Datasize = 0 error, from Vadim.

26 years agoFix for pg_dump of large objects, from alvin@camberlo.demon.co.uk.
Bruce Momjian [Mon, 16 Mar 1998 05:41:39 +0000 (05:41 +0000)]
Fix for pg_dump of large objects, from alvin@camberlo.demon.co.uk.

26 years agosubselect notes from Vadim.
Bruce Momjian [Mon, 16 Mar 1998 05:37:16 +0000 (05:37 +0000)]
subselect notes from Vadim.

26 years agoFrom: Jeroen van Vianen <jeroenv@design.nl>
Marc G. Fournier [Sun, 15 Mar 1998 08:33:59 +0000 (08:33 +0000)]
From: Jeroen van Vianen <jeroenv@design.nl>

tools.patch patches tools/find_static (use indices to increase
performance) and tools/ccsym (no hardcoded paths).

26 years agoFrom: hankin <hankin@consultco.com>
Marc G. Fournier [Sun, 15 Mar 1998 08:18:03 +0000 (08:18 +0000)]
From: hankin <hankin@consultco.com>

a while back I posted a patch for pg_ident, the patch worked but I didn't
diagnose the problem properly.
on my compiler(gcc2.7.2) this compiles with no errors...

char buf[1000]; if(buf != '\0') {

...but it doesn't compare '\0' with the first char of buf.

26 years agoReply-To: Jordi MacDonald <jordi@spartanmedia.com>
Marc G. Fournier [Sun, 15 Mar 1998 08:15:46 +0000 (08:15 +0000)]
Reply-To: Jordi MacDonald <jordi@spartanmedia.com>

There is an error in the configure script when using
--with-pgport= that will cause the compiled version of
PostgreSQL to no longer allow connections to the
new port and to treat shared memory improperly.

What happens is that if the port is changed, the configure
script defines DEF_PGPORT as "", which atoi() will return
as 0, which makes the IPC_KEY value 0. This then causes
semaphores to be allocated, but never released. Postgres
eventually returns from semget() with
"no space left on device". The source of this error could
easily be overlooked in version 6.3 since it is possible
to connect via UNIX domain sockets, and having DEF_PGPORT
defined as "0" would not be noticed until TCP was used.

26 years agoFrom: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
Marc G. Fournier [Sun, 15 Mar 1998 08:11:11 +0000 (08:11 +0000)]
From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>

The following patch is to src/interfaces/libpq of postgresql-6.3.
The purpose of the patch is to make the initialization of
const char *pgresStatus[] match the ExecStatusType enum.

26 years agoFrom: t-ishii@sra.co.jp
Marc G. Fournier [Sun, 15 Mar 1998 08:09:37 +0000 (08:09 +0000)]
From: t-ishii@sra.co.jp

6.3 postmaster is supposed to work with pre 6.3 protocol. This is true
for little endian architecture servers. But for big endian machines
such as Sparc the backward compatibility function do not work.
Attached are patches to fix the problem.

26 years agoFrom: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>
Marc G. Fournier [Sun, 15 Mar 1998 08:07:01 +0000 (08:07 +0000)]
From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>

For substr() and substring() on the text data type, the relevant code is in
varlena.c. You are right, there is a problem. I have a patch which I will
apply to the source tree soon. The copy enclosed below probably does not
preserve tabs correctly so cannot be applied directly; the relevant change
is simply changing the ">=" to ">"...

26 years agoFrom: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>
Marc G. Fournier [Sun, 15 Mar 1998 08:03:00 +0000 (08:03 +0000)]
From: Randy Kunkee <kunkee@pluto.ops.NeoSoft.com>

It is my hope that the following "patches" to libpgtcl get included
in the next release.

See the update to the README file to get a full description of the changes.
This version of libpgtcl is completely interpreter-safe, implements the
database connection handle as a channel (no events yet, but will make it
a lot easier to do fileevents on it in the future), and supports the SQL
"copy table to stdout" and "copy table from stdin" commands, with the
I/O being from and to the connection handle.  The connection and result
handles are formatted in a way to make access to the tables more efficient.

26 years agoFrom: t-ishii@sra.co.jp
Marc G. Fournier [Sun, 15 Mar 1998 07:53:03 +0000 (07:53 +0000)]
From: t-ishii@sra.co.jp

Included are patches intended for allowing PostgreSQL to handle
multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and
Mule internal code. With the MB patch you can use multi-byte character
sets in regexp and LIKE. The encoding system chosen is determined at
the compile time.

To enable the MB extension, you need to define a variable "MB" in
Makefile.global or in Makefile.custom. For further information please
take a look at README.mb under doc directory.

(Note that unlike "jp patch" I do not use modified GNU regexp any
more. I changed Henry Spencer's regexp coming with PostgreSQL.)

26 years agoFrom: t-ishii@sra.co.jp
Marc G. Fournier [Sun, 15 Mar 1998 07:39:04 +0000 (07:39 +0000)]
From: t-ishii@sra.co.jp

Included are patches intended for allowing PostgreSQL to handle
multi-byte charachter sets such as EUC(Extende Unix Code), Unicode and
Mule internal code. With the MB patch you can use multi-byte character
sets in regexp and LIKE. The encoding system chosen is determined at
the compile time.

To enable the MB extension, you need to define a variable "MB" in
Makefile.global or in Makefile.custom. For further information please
take a look at README.mb under doc directory.

(Note that unlike "jp patch" I do not use modified GNU regexp any
more. I changed Henry Spencer's regexp coming with PostgreSQL.)

26 years agoFrom: Peter T Mount <patches@maidast.demon.co.uk>
Marc G. Fournier [Sun, 15 Mar 1998 07:12:07 +0000 (07:12 +0000)]
From: Peter T Mount <patches@maidast.demon.co.uk>

Ok, this fixes three things:

1. It seems (from tests submitted by two people with JBuilder) that
   JBuilder expects a responce from ResultSetMetaData.getPrecision() &
   getScale() when used on non numeric types. This patch makes these
   methods return 0, instead of throwing an exception.

2. Fixes a small bug where getting the postgresql type name returns null.

3. Fixes a problem with ResultSet.getObject() where getting it's string
   value returns null if you case the object as (PGobject), but returns
   the value if you case it as it's self.

26 years ago CLUSTER cleanup
Bruce Momjian [Sun, 15 Mar 1998 02:13:23 +0000 (02:13 +0000)]
CLUSTER cleanup

26 years agoCluster fixup.
Bruce Momjian [Sat, 14 Mar 1998 22:55:21 +0000 (22:55 +0000)]
Cluster  fixup.

26 years agoChange Postgres95 to PostgreSQL. Update CLUSTER manual page.
Bruce Momjian [Sat, 14 Mar 1998 21:58:09 +0000 (21:58 +0000)]
Change Postgres95 to PostgreSQL.  Update CLUSTER manual page.

26 years agoRemove postgres95.
Bruce Momjian [Sat, 14 Mar 1998 04:15:49 +0000 (04:15 +0000)]
Remove postgres95.

26 years agoUpdate Pgaccess to 0.83
Marc G. Fournier [Thu, 12 Mar 1998 13:09:46 +0000 (13:09 +0000)]
Update Pgaccess to 0.83

26 years agoGet the ultrix4 ports back in sync...
Marc G. Fournier [Tue, 10 Mar 1998 05:24:33 +0000 (05:24 +0000)]
Get the ultrix4 ports back in sync...

26 years agoRepair "LIKE" behavior with two adjacent wildcard characters ("_").
Thomas G. Lockhart [Sat, 7 Mar 1998 06:04:59 +0000 (06:04 +0000)]
Repair "LIKE" behavior with two adjacent wildcard characters ("_").
 Was ignoring second wildcard.

26 years agoAdd one-line fix to allow redefining built-in functions.
Thomas G. Lockhart [Sat, 7 Mar 1998 06:03:28 +0000 (06:03 +0000)]
Add one-line fix to allow redefining built-in functions.
 Bug introduced in mid-January.

26 years agoFix bad oid in table.
Bruce Momjian [Sat, 7 Mar 1998 04:49:57 +0000 (04:49 +0000)]
Fix bad oid in table.

26 years agoxinv fix for tclsh
Bruce Momjian [Fri, 6 Mar 1998 22:49:58 +0000 (22:49 +0000)]
xinv fix for tclsh

26 years agopg_user cleanup.
Bruce Momjian [Fri, 6 Mar 1998 18:03:38 +0000 (18:03 +0000)]
pg_user cleanup.

26 years agoRename pg_user to pg_shadow.
Bruce Momjian [Fri, 6 Mar 1998 17:25:51 +0000 (17:25 +0000)]
Rename pg_user to pg_shadow.

26 years agoAdd ecpg back in again
Marc G. Fournier [Thu, 5 Mar 1998 13:18:51 +0000 (13:18 +0000)]
Add ecpg back in again

26 years agoGet rid of those pesky long constants, 'l'. Has no affect.
Bruce Momjian [Wed, 4 Mar 1998 18:41:08 +0000 (18:41 +0000)]
Get rid of those pesky long constants, 'l'.  Has no affect.

26 years agoOne last change to configure for 'non-gcc' compiler
Marc G. Fournier [Mon, 2 Mar 1998 14:54:59 +0000 (14:54 +0000)]
One last change to configure for 'non-gcc' compiler

26 years agoFrom: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Mon, 2 Mar 1998 06:12:15 +0000 (06:12 +0000)]
From: Darren King <darrenk@insightdist.com>

Patch1:

Postgres thinks dist_pl (dist of a point to a line) is expecting a box (603)
for the right arg, but it really should be a line (628).

Otherwise the left & right args match those of dist_pb (dist of a point to a
box) two lines further down.

Patch2:

Anyways, these two functions take a path (602) whereas in pg_proc.h they are
listed as taking a lseg (601).

26 years agoReminder for next time.
Bruce Momjian [Mon, 2 Mar 1998 05:52:57 +0000 (05:52 +0000)]
Reminder for next time.

26 years agoLast minute clean up for SunOS...
Marc G. Fournier [Mon, 2 Mar 1998 05:42:15 +0000 (05:42 +0000)]
Last minute clean up for SunOS...

From: t-ishii@sra.co.jp

26 years agoChange configure to reflect v6.3 vs v6.2 :)
Marc G. Fournier [Mon, 2 Mar 1998 05:33:14 +0000 (05:33 +0000)]
Change configure to reflect v6.3 vs v6.2 :)

26 years agoBring pgaccess up to 0.82 - last update before release
Marc G. Fournier [Mon, 2 Mar 1998 03:04:26 +0000 (03:04 +0000)]
Bring pgaccess up to 0.82 - last update before release

26 years agoFix money type USE_LOCALE support at least for default "C" locale.
Thomas G. Lockhart [Mon, 2 Mar 1998 00:13:36 +0000 (00:13 +0000)]
Fix money type USE_LOCALE support at least for default "C" locale.
Still has questionable code for some locale-specific strings.

26 years agoUpdate for release. Add mention of new manuals.
Bruce Momjian [Sun, 1 Mar 1998 22:26:42 +0000 (22:26 +0000)]
Update for release.  Add mention of new manuals.

26 years agoInstall new 0.81 pgaccess release.
Bruce Momjian [Sun, 1 Mar 1998 21:13:30 +0000 (21:13 +0000)]
Install new 0.81  pgaccess release.

26 years agoUpdate html tar files to include only necessary gif files.
Thomas G. Lockhart [Sun, 1 Mar 1998 20:50:46 +0000 (20:50 +0000)]
Update html tar files to include only necessary gif files.
Incorporate a few typo fixes.

26 years agoMake this rely on a real Makefile in sgml/.
Thomas G. Lockhart [Sun, 1 Mar 1998 20:47:20 +0000 (20:47 +0000)]
Make this rely on a real Makefile in sgml/.
Implement installation and cleaning.

26 years agoFix a few typos. Try <Note><Title>Author</Title>... for author credit.
Thomas G. Lockhart [Sun, 1 Mar 1998 20:46:10 +0000 (20:46 +0000)]
Fix a few typos. Try <Note><Title>Author</Title>... for author credit.

26 years agoTry a fancier makefile. Allows real building of html and rtf output
Thomas G. Lockhart [Sun, 1 Mar 1998 20:44:37 +0000 (20:44 +0000)]
Try a fancier makefile. Allows real building of html and rtf output
 rather than just executing ../Makefile.

26 years agoReplace incorrect gif files.
Thomas G. Lockhart [Sun, 1 Mar 1998 20:42:52 +0000 (20:42 +0000)]
Replace incorrect gif files.

26 years agoAllow installation of documentation packages.
Thomas G. Lockhart [Sun, 1 Mar 1998 20:37:44 +0000 (20:37 +0000)]
Allow installation of documentation packages.

26 years agoStopgap makefile for new sgml source documentation.
Thomas G. Lockhart [Sun, 1 Mar 1998 08:18:09 +0000 (08:18 +0000)]
Stopgap makefile for new sgml source documentation.
Should redo this before v6.3 release if possible.

26 years agoSGML source for new documentation.
Thomas G. Lockhart [Sun, 1 Mar 1998 08:16:16 +0000 (08:16 +0000)]
SGML source for new documentation.

26 years agoGraphics sources and GIF bitmaps for new documentation.
Thomas G. Lockhart [Sun, 1 Mar 1998 08:15:10 +0000 (08:15 +0000)]
Graphics sources and GIF bitmaps for new documentation.

26 years agoNew documentation generated from SGML source.
Thomas G. Lockhart [Sun, 1 Mar 1998 08:14:01 +0000 (08:14 +0000)]
New documentation generated from SGML source.

26 years agoFix boolean operator declarations for path to return boolean, not float8.
Thomas G. Lockhart [Sun, 1 Mar 1998 08:10:34 +0000 (08:10 +0000)]
Fix boolean operator declarations for path to return boolean, not float8.

26 years agoPrepare for release.
Bruce Momjian [Sun, 1 Mar 1998 05:41:01 +0000 (05:41 +0000)]
Prepare for release.

26 years agoPrepare for 6.3 release.
Bruce Momjian [Sun, 1 Mar 1998 05:27:47 +0000 (05:27 +0000)]
Prepare for 6.3 release.

26 years agoFrom: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier [Sun, 1 Mar 1998 04:53:54 +0000 (04:53 +0000)]
From: "Billy G. Allie" <Bill.Allie@mug.org>

The following patch will change the meaning of the isinf function in the
HAVE_FPCLASS section from "not finite" to "is infinity".

26 years agoFrom: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Sun, 1 Mar 1998 04:52:59 +0000 (04:52 +0000)]
From: Darren King <darrenk@insightdist.com>

1. Make 'all' works without complaint.  Don't have to add the .exp
   files to the files list.  They are made automagically when
   making the respective shared lib file.

   Only port that actually uses EXPSUFF (from makefiles/Makefile.*)
   is Aix, so if this breaks anybody else, let me know, asap.

2. Make 'clean' actually cleans up correctly.  Previously, it would
   leave the .o files in C-code directory.

3. Changed references to reflect new location of .c files.

4. Added DELETE statements to complex.source so that it tidies up
   when done.  Previously, it would leave things in pg_amop,
   pg_amproc and pg_opclass.  Only possible to do this with the
   new SUBSELECT code in 6.3.  Nice work, fellas...

   Not deleting the index entries would cause a non-fatal error if
   complex.sql was run again on the same database.  Much tidier now.

5. Corrected the README.  obj directory hasn't existed since Bryan
   redid the make way back when.  Also changed the snipet from psql
   to match the current version. POSTGRES95?!?  I don't think so. :)

26 years agoMove around files before applying Darren's second patch
Marc G. Fournier [Sun, 1 Mar 1998 04:51:16 +0000 (04:51 +0000)]
Move around files before applying Darren's second patch

26 years agoFrom: "Billy G. Allie" <Bill.Allie@mug.org>
Marc G. Fournier [Sun, 1 Mar 1998 04:47:38 +0000 (04:47 +0000)]
From: "Billy G. Allie" <Bill.Allie@mug.org>

The following patches will allow postgreSQL 6.3 to compile and run on a
UNIXWARE 2.1.2 system with the native C compiler with the following library
change:

        The alloca function must be copied from the libucb.a archive and added
        to the libgen.a archive.

Also, the GNU flex program is needed to successfully build postgreSQL.

26 years agoFrom: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Sat, 28 Feb 1998 23:37:10 +0000 (23:37 +0000)]
From: Darren King <darrenk@insightdist.com>

Seem to remember someone posting to one of the lists a while back
that the tutorial code wouldn't compile and/or run.  Found four
problems with it that will let it run.

1. Tutorial makefile had a recursive use of DLOBJS.

2. Some tutorial needed semi-colons added to many statements.

3. Complex tutorial didn't clean up after itself.

4. Advanced had a time-travel example.  Commented it out and
   put a line pointing the user to contrib/spi/README.

26 years agoFurther updated regression output for FreeBSD
Marc G. Fournier [Sat, 28 Feb 1998 21:28:30 +0000 (21:28 +0000)]
Further updated regression output for FreeBSD

26 years agoConvert the -enable/-with options to use proper m4 macros and provide
Marc G. Fournier [Sat, 28 Feb 1998 20:05:09 +0000 (20:05 +0000)]
Convert the -enable/-with options to use proper m4 macros and provide
-help messages

Suggested by: Tom I Helbekkmo <tih@Hamartun.Priv.NO>

26 years agoUpdate for 6.3 release.
Bruce Momjian [Sat, 28 Feb 1998 15:08:15 +0000 (15:08 +0000)]
Update for 6.3 release.

26 years agoFix scan adjusting for marked index tuples.
Vadim B. Mikheev [Sat, 28 Feb 1998 13:53:18 +0000 (13:53 +0000)]
Fix scan adjusting for marked index tuples.

26 years agoPrepare for 6.3 release.
Bruce Momjian [Fri, 27 Feb 1998 22:20:09 +0000 (22:20 +0000)]
Prepare for 6.3 release.

26 years agoPrepare for final release.
Bruce Momjian [Fri, 27 Feb 1998 22:01:58 +0000 (22:01 +0000)]
Prepare for final release.

26 years agoAdd for port hppa-??-hpux...
Marc G. Fournier [Fri, 27 Feb 1998 21:55:22 +0000 (21:55 +0000)]
Add for port hppa-??-hpux...

26 years agoFrom: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Fri, 27 Feb 1998 19:44:51 +0000 (19:44 +0000)]
From: Darren King <darrenk@insightdist.com>

Two incorrect printf formats in parser/parse_type.c.  Prolly done
by me a long time ago when I cleaned up int's and Oid's...

Format flag is really just %u, not %ud.  Harmless, but results in
"type id lookup of 25d failed" instead of only "...25 failed"

26 years agoExecReScan for MergeJoin.
Vadim B. Mikheev [Fri, 27 Feb 1998 16:12:09 +0000 (16:12 +0000)]
ExecReScan for MergeJoin.

26 years agoExecReScan for MergeJoin.
Vadim B. Mikheev [Fri, 27 Feb 1998 16:11:28 +0000 (16:11 +0000)]
ExecReScan for MergeJoin.

Marked inner tuple now is copied into mergestate->mj_MarkedTupleSlot -
no more tricks arround ttc_shouldfree.

26 years agoIn '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to
Vadim B. Mikheev [Fri, 27 Feb 1998 16:07:02 +0000 (16:07 +0000)]
In '(a,b,...) Op [ANY|ALL] (SubSelect)' Op is restricted to
'=' and '<>'.

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Fri, 27 Feb 1998 12:59:33 +0000 (12:59 +0000)]
From: Michael Meskes <meskes@topsystem.de>

No more shift/reduce conflicts. Also all other bugs I know about are fixed.

26 years agoCheck SELECT permissions in subqueries.
Vadim B. Mikheev [Fri, 27 Feb 1998 08:43:53 +0000 (08:43 +0000)]
Check SELECT permissions in subqueries.

26 years agoUpdate regression output for FreeBSD
Marc G. Fournier [Fri, 27 Feb 1998 03:25:43 +0000 (03:25 +0000)]
Update regression output for FreeBSD

26 years agoNew regression test output for Aix from Darren
Marc G. Fournier [Fri, 27 Feb 1998 03:17:54 +0000 (03:17 +0000)]
New regression test output for Aix from Darren

26 years agoAdd <sys/types.h> for SunOS
Marc G. Fournier [Fri, 27 Feb 1998 03:07:35 +0000 (03:07 +0000)]
Add <sys/types.h> for SunOS

From: t-ishii@sra.co.jp

26 years agoFrom: Darren King <darrenk@insightdist.com>
Marc G. Fournier [Fri, 27 Feb 1998 02:41:21 +0000 (02:41 +0000)]
From: Darren King <darrenk@insightdist.com>

This patch will...

1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile.

2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from
   ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS...

3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra
   steps taken care of by the 'ld' command anyways.

26 years agoFrom: Jan Wieck <jwieck@debis.com>
Marc G. Fournier [Fri, 27 Feb 1998 02:38:15 +0000 (02:38 +0000)]
From: Jan Wieck <jwieck@debis.com>

    I thought it would be a good idea to ensure that the new view
    permission  model  will  not   get   broken   by   subsequent
    fixes/changes. So I wrote a little regression test for it.

    There  is  an  ugly thing in this regression test. It creates
    temporary a test user that is required  for  the  tests.  The
    user  is removed at the end of the test, but if sometimes the
    regression suite is aborted or crashes exactly here, the test
    user will lay around in the pg_shadow.  Don't have a clue how
    to get around.

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Fri, 27 Feb 1998 02:34:33 +0000 (02:34 +0000)]
From: Michael Meskes <meskes@topsystem.de>

Sorry, I just repeated the last call and send out a stupid should be empty
mail. Anyway, my last patch missed one change:

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Fri, 27 Feb 1998 02:31:20 +0000 (02:31 +0000)]
From: Michael Meskes <meskes@topsystem.de>
Subject: [PATCHES] ecpg: correct whenever statement

26 years agoFrom: Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Fri, 27 Feb 1998 02:30:09 +0000 (02:30 +0000)]
From: Michael Meskes <meskes@topsystem.de>

Here's a small patch to ecpg's man page to make it list all known bugs.

26 years agoRemove data/*.orig files
Bruce Momjian [Thu, 26 Feb 1998 16:14:31 +0000 (16:14 +0000)]
Remove data/*.orig files

26 years agoRemove compile warning.
Bruce Momjian [Thu, 26 Feb 1998 16:06:20 +0000 (16:06 +0000)]
Remove compile warning.

26 years agoindex_markpos()/index_restrpos() are in use now.
Vadim B. Mikheev [Thu, 26 Feb 1998 12:14:54 +0000 (12:14 +0000)]
index_markpos()/index_restrpos() are in use now.

26 years agoexecScan.c: in the end of scan projInfo->pi_slot must be
Vadim B. Mikheev [Thu, 26 Feb 1998 12:13:11 +0000 (12:13 +0000)]
execScan.c: in the end of scan projInfo->pi_slot must be
return, not a slot returned from access method (they have
different TupleDesc and MergeJoin node was broken).
nodeIndexscan.c: index_markpos()/index_restrpos() call index-specific
mark/restr funcs and are in use now (instead of
IndexScanMarkPosition()/ExecIndexRestrPos()).

26 years agoindex_markpos()/index_restrpos are used now.
Vadim B. Mikheev [Thu, 26 Feb 1998 12:07:10 +0000 (12:07 +0000)]
index_markpos()/index_restrpos are used now.

26 years agopgindent run before 6.3 release, with Thomas' requested changes.
Bruce Momjian [Thu, 26 Feb 1998 04:46:47 +0000 (04:46 +0000)]
pgindent run before 6.3 release, with Thomas' requested changes.

26 years agoFix permist on libs.
Bruce Momjian [Thu, 26 Feb 1998 02:18:09 +0000 (02:18 +0000)]
Fix permist on libs.

26 years agoFix 6.X vacuum bug in shrinking code.
Vadim B. Mikheev [Wed, 25 Feb 1998 23:40:32 +0000 (23:40 +0000)]
Fix 6.X vacuum bug in shrinking code.

26 years agoAdd updated regression output for Solaris-Sparc
Marc G. Fournier [Wed, 25 Feb 1998 20:51:10 +0000 (20:51 +0000)]
Add updated regression output for Solaris-Sparc
Remove SunOS