Bruce Momjian [Tue, 28 Apr 1998 19:20:22 +0000 (19:20 +0000)]
test
Bruce Momjian [Tue, 28 Apr 1998 18:59:46 +0000 (18:59 +0000)]
test
Bruce Momjian [Tue, 28 Apr 1998 18:39:11 +0000 (18:39 +0000)]
Add cursor name to man page.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:57:48 +0000 (14:57 +0000)]
Include full tools installation instructions from Tom Helbekkmo.
Include small section on authoring and Makefile configuration.
Rearrange section order.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:55:45 +0000 (14:55 +0000)]
Include info on setting compiler options on the command line
when building executables.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:54:24 +0000 (14:54 +0000)]
Fix some typos.
Thomas G. Lockhart [Tue, 28 Apr 1998 14:52:46 +0000 (14:52 +0000)]
Include e-mail exchange between Jan and Andreas to start info on rules.
Bruce Momjian [Tue, 28 Apr 1998 03:25:33 +0000 (03:25 +0000)]
Make Linux startup support sh and csh.
Marc G. Fournier [Mon, 27 Apr 1998 17:10:50 +0000 (17:10 +0000)]
From: t-ishii@sra.co.jp
Hi, here are patches I promised (against 6.3.2):
* character_length(), position(), substring() are now aware of
multi-byte characters
* add octet_length()
* add --with-mb option to configure
* new regression tests for EUC_KR
(contributed by "Soonmyung. Hong" <hong@lunaris.hanmesoft.co.kr>)
* add some test cases to the EUC_JP regression test
* fix problem in regress/regress.sh in case of System V
* fix toupper(), tolower() to handle 8bit chars
note that:
o patches for both configure.in and configure are
included. maybe the one for configure is not necessary.
o pg_proc.h was modified to add octet_length(). I used OIDs
(1374-1379) for that. Please let me know if these numbers are not
appropriate.
Marc G. Fournier [Mon, 27 Apr 1998 16:59:12 +0000 (16:59 +0000)]
From: Jun Kuwamura <juk@rccm.co.jp>
I do not know about these contributions well as I only made the binaries
to contribute to a Japanese Linux package.(I did not test them.) But I
try to make some brief introduction about the contrib directory with my
poor English. Here is a draft of README about contrib directory:
Marc G. Fournier [Mon, 27 Apr 1998 16:57:09 +0000 (16:57 +0000)]
show the index used in an explain
From: Zeugswetter Andreas SARZ <Andreas.Zeugswetter@telecom.at>
Marc G. Fournier [Mon, 27 Apr 1998 14:55:46 +0000 (14:55 +0000)]
From: Tom Lane <tgl@sss.pgh.pa.us>
HP-UX (all versions) requires shared libraries to have execute
permission, and really needs them to be exactly mode 555 for
performance reasons. The standard configure/install procedure
installs libpq.sl as mode 644, which DOES NOT WORK.
The attached patch modifies the makefiles to distinguish
INSTL_LIB_OPTS (install mode for ordinary libraries) from
INSTL_SHLIB_OPTS (mode for shared libs), and adds a test
to configure to set INSTL_SHLIB_OPTS="-m 555" when on HP-UX.
Marc G. Fournier [Mon, 27 Apr 1998 14:46:51 +0000 (14:46 +0000)]
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Ok, I have finally gotten all of the defines for Dec/Alpha and
Linux/Alpha sorted out as Marc asked. There is no longer any need for
'-Dalpha' or '-Dlinuxalpha' in either the Dec/Alpha or the Linux/Alpha
template files (./src/template/{alpha,linuxalpha}). I have replaced every
instance of 'alpha' or '__alpha__' with '__alpha', as that appears to be
the common symbol between C compilers on both operating systems (RH4.2 &
DecUnix 4.0b) for alpha.
Marc G. Fournier [Mon, 27 Apr 1998 14:35:58 +0000 (14:35 +0000)]
From: Michael Meskes <meskes@topsystem.de>
And the next update. Now you can use only parts of a struct like this:
exec sql select a into :struct.string from foo;
Bruce Momjian [Mon, 27 Apr 1998 13:50:03 +0000 (13:50 +0000)]
Add Darren's char2-16 files.
Bruce Momjian [Mon, 27 Apr 1998 04:08:07 +0000 (04:08 +0000)]
This patch...
1. Removes the unnecessary "#define AbcRegProcedure 123"'s from
pg_proc.h.
2. Changes those #defines to use the names already defined in
fmgr.h.
3. Forces the make of fmgr.h in backend/Makefile instead of having
it
made as a dependency in access/common/Makefile *hack*hack*hack*
4. Rearranged the #includes to a less helter-skelter arrangement,
also
changing <file.h> to "file.h" to signify a non-system header.
5. Removed "pg_proc.h" from files where its only purpose was for
the
#defines removed in item #1.
6. Added "fmgr.h" to each file changed for completeness sake.
Turns out that #6 was not necessary for some files because fmgr.h
was being included in a roundabout way SIX levels deep by the first
include.
"access/genam.h"
->"access/relscan.h"
->"utils/rel.h"
->"access/strat.h"
->"access/skey.h"
->"fmgr.h"
So adding fmgr.h really didn't add anything to the compile, hopefully
just made it clearer to the programmer.
S Darren.
Bruce Momjian [Mon, 27 Apr 1998 03:56:59 +0000 (03:56 +0000)]
Add prper perl config testing.
Bruce Momjian [Mon, 27 Apr 1998 03:41:33 +0000 (03:41 +0000)]
manual page update from Oliver Elphick
Oliver.Elphick@lfix.co.uk
Bruce Momjian [Mon, 27 Apr 1998 03:32:11 +0000 (03:32 +0000)]
Fix cc-specifc compiler flags in templatees.
Bruce Momjian [Mon, 27 Apr 1998 03:19:10 +0000 (03:19 +0000)]
Fixed table type lengths for Maurice.
Bruce Momjian [Mon, 27 Apr 1998 03:07:18 +0000 (03:07 +0000)]
Improved version from Claudiu
Bruce Momjian [Mon, 27 Apr 1998 02:58:07 +0000 (02:58 +0000)]
FIx confusion over SORT and SORTCLAUSE in node handling.
Bruce Momjian [Sun, 26 Apr 1998 23:14:39 +0000 (23:14 +0000)]
Included is a patch for ecpg which seems to have some compiling
problems on non POSIX systems such as SunOS 4.1.x. -- Tatsuo Ishii
t-ishii@sra.co.jp -
Bruce Momjian [Sun, 26 Apr 1998 04:18:06 +0000 (04:18 +0000)]
Doc updates from Darren on char2-16 removal
Bruce Momjian [Sun, 26 Apr 1998 04:12:15 +0000 (04:12 +0000)]
Re-apply Darren's char2-16 removal code.
Bruce Momjian [Fri, 24 Apr 1998 15:58:17 +0000 (15:58 +0000)]
template cleanup
Bruce Momjian [Fri, 24 Apr 1998 14:43:33 +0000 (14:43 +0000)]
Inline some small functions called for every row.
Marc G. Fournier [Fri, 24 Apr 1998 12:10:20 +0000 (12:10 +0000)]
From: Michael Meskes <meskes@topsystem.de>
+ Thu Apr 23 09:27:16 CEST 1998
+
+ - Also allow call in whenever statement with the same functionality
+ as do.
+
+ Thu Apr 23 12:29:28 CEST 1998
+
+ - Also rewrote variable declaration part. It is now possible to
+ declare more than one variable per line.
+ - Set version to 2.1.0
+
+ Fri Apr 24 13:50:15 CEST 1998
+
+ - Fixed some bugs.
+ - Set version to 2.1.1
Marc G. Fournier [Fri, 24 Apr 1998 01:19:00 +0000 (01:19 +0000)]
Clean up configure so that it properly (I hope?) GUESSes the template to
use, if not stipulated via --with-template
Bruce Momjian [Thu, 23 Apr 1998 17:25:29 +0000 (17:25 +0000)]
pginterface cleanup
Marc G. Fournier [Wed, 22 Apr 1998 04:20:55 +0000 (04:20 +0000)]
Missed a few files that were added with the lib/modules patch...
Marc G. Fournier [Wed, 22 Apr 1998 04:16:46 +0000 (04:16 +0000)]
From: Jun Kuwamura <juk@rccm.co.jp>
This patch fix the Makefiles in contrib/{pginterface, spi,
miscutil, int8, ip_and_mac, sequence, soundex, string, userlock,
array, datetime} to install their modules in one directory(lib/modules/).
Bruce Momjian [Tue, 21 Apr 1998 16:18:30 +0000 (16:18 +0000)]
Add hpux patch for cpp.
Marc G. Fournier [Tue, 21 Apr 1998 13:23:24 +0000 (13:23 +0000)]
Upgrade ECPG to 2.0
Michael Meskes <meskes@topsystem.de>
Marc G. Fournier [Tue, 21 Apr 1998 12:38:46 +0000 (12:38 +0000)]
Try for a LINUX_ELF fix (bandage?)
Marc G. Fournier [Tue, 21 Apr 1998 04:00:06 +0000 (04:00 +0000)]
From: Bryan Henderson <bryanh@giraffe-data.com>
Here's a fix for a tiny memory leak in PQsetdb/PQfinish.
(Analysis of a running program indicates there are several others, but
this is the only obvious one I saw in the code).
Bruce Momjian [Mon, 20 Apr 1998 18:11:42 +0000 (18:11 +0000)]
Try to find cpp failure and report it.
Marc G. Fournier [Sat, 18 Apr 1998 18:32:44 +0000 (18:32 +0000)]
From: Peter T Mount <patches@maidast.demon.co.uk>
This fixes a problem in ResultSet.getDate() when the column is NULL
(reported by Vincent Partington <Vincent.Partington@nmg.nl>)
And fixes a problem with Field's (ResultSet.getObject() was proving to be
slow as it repetedly send queries for oid -> name mapping - fixed by
creating a cache. (reported by Mario Ellebrecht <ellebrec@nads.de>)
Bruce Momjian [Fri, 17 Apr 1998 14:54:16 +0000 (14:54 +0000)]
UPdate TODO list.
Bruce Momjian [Fri, 17 Apr 1998 04:12:56 +0000 (04:12 +0000)]
Update HISTORY/TODO. Disable HAVING.
Thomas G. Lockhart [Fri, 17 Apr 1998 03:58:11 +0000 (03:58 +0000)]
Use POSTGRESDIR to set initial PGDOCS destination directory.
PGDOCS in Makefile.custom will supercede defaults here, I think...
Thomas G. Lockhart [Fri, 17 Apr 1998 03:56:08 +0000 (03:56 +0000)]
Update info to reflect success on Alpha/Linux and Alpha/DUnix ports.
Thomas G. Lockhart [Fri, 17 Apr 1998 03:55:01 +0000 (03:55 +0000)]
Fix typos in a couple of examples.
Marc G. Fournier [Fri, 17 Apr 1998 03:06:35 +0000 (03:06 +0000)]
A few minor mods:
gram.c updated
scan.c updated
ecpg/Makefile added LDFLAGS
configure requires sfio for those systems with it installed...
Marc G. Fournier [Fri, 17 Apr 1998 02:44:01 +0000 (02:44 +0000)]
From: Darren King <darrenk@insightdist.com>
This will force the aix compiler to insert trapping code to
check for division by zero for the 4.1 port.
Marc G. Fournier [Fri, 17 Apr 1998 01:55:31 +0000 (01:55 +0000)]
Get rid of the TEMPLATE verbosity and make it so that --with-template is
documented in ./configure --help
Marc G. Fournier [Fri, 17 Apr 1998 01:30:21 +0000 (01:30 +0000)]
From: Brook Milligan <brook@trillium.NMSU.Edu>
Here is a pair of patches that (I hope) finish the configuration
issues with tcl/tk and make the recognition of the two packages
completely parallel in organization. This should make future changes
easier to maintain.
Hope to see this in 6.2.2.
Marc G. Fournier [Wed, 15 Apr 1998 21:56:54 +0000 (21:56 +0000)]
From: David Hartwig <daveh@insightdist.com>
Marc, I overlooked this file it should be included in the source. Oops
Also the binary file is only 1.2 meg not 2.5 meg. Oops again.
Bruce Momjian [Wed, 15 Apr 1998 16:50:32 +0000 (16:50 +0000)]
Update FAQ.
Bruce Momjian [Wed, 15 Apr 1998 16:44:36 +0000 (16:44 +0000)]
pgintro now has a list of all manual pages.
Bruce Momjian [Wed, 15 Apr 1998 15:29:57 +0000 (15:29 +0000)]
Move HAVING function to proper file.
Edmund Mergl [Tue, 14 Apr 1998 21:14:52 +0000 (21:14 +0000)]
1.7.3
Bruce Momjian [Tue, 14 Apr 1998 03:28:50 +0000 (03:28 +0000)]
Update gram.c.nd *.h files.
Bruce Momjian [Tue, 14 Apr 1998 01:52:47 +0000 (01:52 +0000)]
Update gram.c scan.c.
Bruce Momjian [Mon, 13 Apr 1998 21:07:15 +0000 (21:07 +0000)]
Cleanup up code.
Bruce Momjian [Mon, 13 Apr 1998 16:34:48 +0000 (16:34 +0000)]
What was LINUX_ELF doing in there?
Marc G. Fournier [Mon, 13 Apr 1998 15:02:05 +0000 (15:02 +0000)]
Replace old PostODBC driver with new one...
This one is based on an older PostODBC driver, rewritten and maintained by
InsightDist(?)
Marc G. Fournier [Mon, 13 Apr 1998 14:46:48 +0000 (14:46 +0000)]
From: Diab Jerius <dj@pelf.harvard.edu>
Fix for Solaris/cc problem
Bruce Momjian [Sun, 12 Apr 1998 14:17:40 +0000 (14:17 +0000)]
New book to FAQ.
Marc G. Fournier [Sun, 12 Apr 1998 02:58:22 +0000 (02:58 +0000)]
More work in the right direction on linux/alpha
From: Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Bruce Momjian [Sun, 12 Apr 1998 01:18:35 +0000 (01:18 +0000)]
Fix for PROFILE env.
Marc G. Fournier [Sat, 11 Apr 1998 21:14:50 +0000 (21:14 +0000)]
linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>
Marc G. Fournier [Fri, 10 Apr 1998 22:07:41 +0000 (22:07 +0000)]
Oops...I used Relation->rd_fd->relname exactly, instead of using the actual
variable name *blush* *grin*
Marc G. Fournier [Fri, 10 Apr 1998 21:59:30 +0000 (21:59 +0000)]
Okay, add relation name to the file generating the error...
Marc G. Fournier [Fri, 10 Apr 1998 18:43:30 +0000 (18:43 +0000)]
See if I can determine where the BTP_CHAIN error is coming from...
Marc G. Fournier [Fri, 10 Apr 1998 02:59:38 +0000 (02:59 +0000)]
make --with-libs == --with-libraries
Bruce Momjian [Fri, 10 Apr 1998 02:48:08 +0000 (02:48 +0000)]
Clean up HISTORY file so I can generate cleaner HTML.
Bruce Momjian [Thu, 9 Apr 1998 04:42:56 +0000 (04:42 +0000)]
Oops reverse patch. no need for it.
Bruce Momjian [Thu, 9 Apr 1998 04:24:52 +0000 (04:24 +0000)]
Allow -lib-dir to find libreadline.a
Thomas G. Lockhart [Wed, 8 Apr 1998 06:42:17 +0000 (06:42 +0000)]
Still mostly empty but add info on PAGER env variable and general paging
behavior from Brett McCormick.
Thomas G. Lockhart [Wed, 8 Apr 1998 06:40:09 +0000 (06:40 +0000)]
Fix incorrect second argument type for dpow() declaration.
Thomas G. Lockhart [Wed, 8 Apr 1998 06:39:01 +0000 (06:39 +0000)]
Prepare the EXTRACT() clause for supporting TIMEZONE_HOUR
and TIMEZONE_MINUTE but don't introduce until v6.4.
Fix SET TIMEZONE LOCAL to pass null pointer
rather than older "default" string.
Fix handling of NULL pointer returns from FOREIGN KEY clauses
which are currently ignored.
Allow START as a table/column name.
Thomas G. Lockhart [Wed, 8 Apr 1998 06:35:02 +0000 (06:35 +0000)]
Temporarily back out fixes for unary minus parsing.
Will re-introduce for v6.4 but requires fixes for automatic type
conversion beforehand.
Bruce Momjian [Wed, 8 Apr 1998 02:32:52 +0000 (02:32 +0000)]
Remove name.* files.
Marc G. Fournier [Wed, 8 Apr 1998 02:06:37 +0000 (02:06 +0000)]
From: Bruce Stephens <bruce@cenderis.demon.co.uk>
fix for the tk problem...
Bruce Momjian [Tue, 7 Apr 1998 22:36:38 +0000 (22:36 +0000)]
Re-add pg_dump fix.
Bruce Momjian [Tue, 7 Apr 1998 22:00:37 +0000 (22:00 +0000)]
Reverse out pg_dump changes.
Bruce Momjian [Tue, 7 Apr 1998 21:26:52 +0000 (21:26 +0000)]
Update configure.
Bruce Momjian [Tue, 7 Apr 1998 21:01:28 +0000 (21:01 +0000)]
Update for 6.3.2
Bruce Momjian [Tue, 7 Apr 1998 18:14:38 +0000 (18:14 +0000)]
Back out char2-char16 removal. Add later.
Bruce Momjian [Tue, 7 Apr 1998 16:41:11 +0000 (16:41 +0000)]
Fix for ACL's from Thomas A. Szybist.
Bruce Momjian [Mon, 6 Apr 1998 17:52:35 +0000 (17:52 +0000)]
Assert fix
Bruce Momjian [Mon, 6 Apr 1998 17:27:54 +0000 (17:27 +0000)]
ASSERT fixes.
Bruce Momjian [Mon, 6 Apr 1998 17:02:13 +0000 (17:02 +0000)]
distclean cleanup
Bruce Momjian [Mon, 6 Apr 1998 16:53:15 +0000 (16:53 +0000)]
DESTDIR removed, again.
Thomas G. Lockhart [Mon, 6 Apr 1998 15:33:53 +0000 (15:33 +0000)]
Older html conversion of original docs to html
superceded by the new sgml/docbook versions.
Bruce Momjian [Mon, 6 Apr 1998 04:57:32 +0000 (04:57 +0000)]
destdir cleanup.
Bruce Momjian [Mon, 6 Apr 1998 03:23:01 +0000 (03:23 +0000)]
Makefile cleanup./
Bruce Momjian [Mon, 6 Apr 1998 03:10:32 +0000 (03:10 +0000)]
confiure cleanup
Bruce Momjian [Mon, 6 Apr 1998 02:38:26 +0000 (02:38 +0000)]
Cleanup of compiler warnings.
Bruce Momjian [Mon, 6 Apr 1998 02:10:49 +0000 (02:10 +0000)]
Cleanup initdb
Bruce Momjian [Mon, 6 Apr 1998 02:03:08 +0000 (02:03 +0000)]
cleanup and possible alpha-linux fix.
Bruce Momjian [Mon, 6 Apr 1998 01:36:41 +0000 (01:36 +0000)]
Make DESTDIR consistent, and verious Linux cleanups.
Bruce Momjian [Mon, 6 Apr 1998 01:16:55 +0000 (01:16 +0000)]
Re-introduce $DISTDIR.
Bruce Momjian [Mon, 6 Apr 1998 01:05:54 +0000 (01:05 +0000)]
Move initdb.sh to initdb
Bruce Momjian [Mon, 6 Apr 1998 00:32:26 +0000 (00:32 +0000)]
Hi,
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
Bruce Momjian [Sun, 5 Apr 1998 22:02:56 +0000 (22:02 +0000)]
Remove DISTDIR.
Bruce Momjian [Sun, 5 Apr 1998 21:29:49 +0000 (21:29 +0000)]
this patch solve 2 problemes :
probleme number 1 :
- configure can find the library readline , but don't
find the header file . so in this case we don't use lib readline
.
probleme number 2 :
- when you have postgres 6.2.1 and readline installed
with the same prefix( and generally all your software ) . you
can compile the version 6.3 . I use this prefix , when configure
ask me for "Additional directories to search for include files"
.
( because there a conflict in the header when you
compile psql.c ) In this case, you must permut the sequence of
directive -I .
Erwan MAS
Bruce Momjian [Sun, 5 Apr 1998 21:18:03 +0000 (21:18 +0000)]
configure cleanup.
Bruce Momjian [Sun, 5 Apr 1998 21:04:50 +0000 (21:04 +0000)]
Remove GetDatabaseName/Path and use globals. Make consts later.