1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-11 10:01:57 +03:00
Commit Graph

4198 Commits

Author SHA1 Message Date
b51ea828af modify configure so that template/.similar entries can be
selected when they match a prefix of the  value.  The previous method,
which stripped all version data from  and then tried to match that
against .similar entries, was entirely useless when .similar contained
several entries for different version numbers of a single OS name.
1998-11-23 04:44:22 +00:00
f30d64d1b8 Need to touch parse.h so it is not out of date with
respect to gram.y.
1998-11-22 22:05:20 +00:00
714f2c83c6 Additional fix for creating tables with constraints
when table name is mixed-case from Billy Allie.
1998-11-17 14:42:52 +00:00
169ee404b5 Fix a couple of bugs involving calling fmtID() twice in
a single printf() ... it'd work if fmtId() didn't use a static return area...
1998-11-15 07:11:29 +00:00
44ddb8cf4c Fix test for table existance to allow mixed-case and whitespace in
the table name. Problem reported by Billy Allie.
1998-11-12 15:34:30 +00:00
555eadc904 Fix at least a few shared-library problems on Linux.
We have not seen the end of this issue :-(.
1998-11-12 05:25:05 +00:00
ddb06e30e4 Back-patch EXPLAIN VERBOSE coredump fix into 6.4 1998-11-12 03:46:14 +00:00
190cc6354f Fix for NOT in where clause causing crash. 1998-11-09 02:49:35 +00:00
7f73a23fd7 update todo 1998-11-07 03:26:29 +00:00
8907230349 Add "-N" flag to force double quotes around identifiers.
This is the default, but the new flag will allow overriding an alias,
 for example. So psql -n -N will put in the double quotes,
 and psql -n can be an alias for psql.
Also, add a few braces around a nested single-line conditional construct
 to suppress compiler warnings about "an ambiguous else".
1998-11-06 15:56:42 +00:00
055c1ebd76 Upgrade to 0.91 of pgaccess ... 1998-11-06 04:10:26 +00:00
672c770cb8 Just added a line...allows me to test things out... 1998-11-04 22:23:12 +00:00
30f35ef9c4 Test for and handle NULL arguments to mylog() print statements.
Include definition for _IN_ADDR_T if INADDR_NONE is not defined.
1998-11-04 16:24:32 +00:00
f47bd801e3 Somehow had the solaris template names reversed. Probably was something
fixed in src/configure.in a while ago.
1998-11-04 16:22:09 +00:00
ccca422abb Fix email addres for Dan Horak per his request. 1998-11-02 15:54:27 +00:00
40064c2b24 Move configuration info to after installation procedure.
Include only the current release  in the release notes section.
1998-11-02 15:53:02 +00:00
19532d1809 Include instructions on perl installation.
Already in product docs since they were built on my machine.
1998-11-02 15:52:14 +00:00
733ad60409 Fix for relname.data from SHIOZAKI Takehiko 1998-11-02 15:28:36 +00:00
c200938343 slight mods required for freebsd (elf vs aout stuff) 1998-11-02 05:30:10 +00:00
46fb81636c Remove various files that were moved to various subdirectories...
Requested by: Peter T Mount peter@retep.org.uk
1998-11-01 16:55:02 +00:00
09634ebdfe Cleanup for v6.4 release.
Make new file current.sgml to hold release info for the current release.
 Should be moved to release.sgml before filling with next release info.
1998-10-31 09:36:38 +00:00
3af9d95f38 Try to get only html and gif files into tarballs.
Was picking up subdirectories and other garbage.
1998-10-31 09:35:19 +00:00
b43b8fb09f New versions for v6.4 release. 1998-10-31 09:32:55 +00:00
8dd88a4038 Generate from installation.sgml -> installation.rtf -> ApplixWare
-> INSTALL with some cleanup in vi.
1998-10-31 09:31:58 +00:00
4f4edb8307 Thanks to Vince Vielhaber <vev@michvhf.com>
Here is an os2 psql client, with libpq.a library
1998-10-31 04:10:53 +00:00
585442154a oops, forgot one part of the patch...remove 'false' setting to ELF_SYS... 1998-10-31 04:07:00 +00:00
15d61bb439 Minor FreeBSD fixes put in place
From: SHIOZAKI Takehiko <takehi-s@ascii.co.jp>

I tried snapshot(Oct30) and made some patches.
# I think that it is confused to manage both Makefile.shlib and
# makefiles/Makefile.*, don't you?

* configure
        Now FreeBSD 2.X is not supported..., so I added its entry.
        If ELF_SYSTEM is set, gmake treat it defined even though
        it is "false".  So nothing should be set to use "ifdef".
        BSD_SHLIB etc. may have same problems.

* Makefile.shlib
        As you said, FreeBSD entry is much like BSD's.
        I only added ELF_SYSTEM code.

* makefiles/Makefile.freebsd
        Ifdef/else/endif can not be indented with TABs.
1998-10-31 03:58:55 +00:00
2e18525dbe s_lock patch from Ryan. 1998-10-31 02:06:08 +00:00
47ea32f7d4 Mention --without-CXX option in online help. 1998-10-30 22:36:00 +00:00
f1f9ec3344 Minor editing and markup changes as a result of preparing the Postscript
documentation for v6.4.
Bigger updates to the installation instructions (install and config).
1998-10-30 19:37:19 +00:00
3d83e28b2b Minor cleanup in markup, especially in the Output section. 1998-10-30 19:34:40 +00:00
3ac0a4e058 Updated TODO. 1998-10-30 17:14:35 +00:00
54789138bd Behave reasonably on a system without shared libraries. 1998-10-30 15:05:23 +00:00
e337249f23 Remove obsolete file listing support resources which has not been updated
in a year an a half. Much of the info was wrong and is covered more
 correctly elsewhere.
1998-10-30 08:08:50 +00:00
8fcac709e6 Minor fix for Jan to remove claim in SPI and trigger chapters that
Postgres is missing a procedural language. He correctly points out
 that we now have two (thanks to him, but he modestly didn't mention
 that).
1998-10-30 08:04:52 +00:00
41ec33d70f User's Guide for v6.4.
Has three pages of goofy layout at the end. Can't figure out what Applix
doesn't like about it, so giving up for now.
1998-10-30 07:56:11 +00:00
4283089d07 Okay, this shoudl provide a fix for the freebsd problem...
Added a ELF_SYS variable and check to configure.in...
1998-10-30 04:54:06 +00:00
c6338530f6 oid8neq => oid8ne 1998-10-29 19:03:50 +00:00
a91c019c06 Drat. Should test a few more cases before committing. 1998-10-29 18:15:28 +00:00
485a71a4ce Add tests for comparison operators. 1998-10-29 18:13:03 +00:00
d9a2be00ec Fix regression test now that code seems to work.
Add tests for comparison operators.
1998-10-29 18:12:50 +00:00
396571d79c Very minor cleanup of no-op code. 1998-10-29 18:11:28 +00:00
9b24e7fa40 Fix discrepency in "@" operator for point and path. 1998-10-29 18:10:23 +00:00
1e7c7343c4 Add oid8neq. 1998-10-29 18:07:09 +00:00
1145d007bf Run autoconf. 1998-10-29 17:58:21 +00:00
579b72c5de Run AC_PROG_GCC_TRADITIONAL only when running AC_PROG_CC,
ie, not when user specifies --with-CC.  This corrects a scripting error
that I'm surprised hasn't been reported more often.  Moving the macro call
to the earlier point in the script is correct anyway: if -traditional is needed,
it should get added to CFLAGS before we start using the compiler for
other tests.
1998-10-29 17:57:52 +00:00
9e38dcfd43 Re-fix test for negative-integer return code that should be
testing for null-pointer return code...
1998-10-29 16:13:07 +00:00
374d9a1f2b D'Arcy INET fix. 1998-10-29 04:41:44 +00:00
94e37a30da I suspect that there is no longer a need for a platform-
specific version of this result, now that tintervals actually sort
correctly.  We can always add it back if NetBSD really is different.
1998-10-29 04:32:57 +00:00
99d3e27112 Update tinterval test to have correctly sorted results,
now that bugs in pg_operator that caused wrongly sorted results have
been corrected (I hope ... it works here, anyway).
1998-10-29 04:29:12 +00:00