Bruce Momjian
43ea370fcf
Update platform FAQ's.
28 years ago
Bruce Momjian
461c0ffc8f
Vadim's OR fix.
28 years ago
Jan Wieck
0db829c494
Fixed bug in unknown module. Changed builtin function names
...
from SPI_* to spi_*.
Jan 11/23/1998
28 years ago
Tom Lane
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.
28 years ago
Tom Lane
f30d64d1b8
Need to touch parse.h so it is not out of date with
...
respect to gram.y.
28 years ago
Thomas G. Lockhart
714f2c83c6
Additional fix for creating tables with constraints
...
when table name is mixed-case from Billy Allie.
28 years ago
Tom Lane
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...
28 years ago
Thomas G. Lockhart
44ddb8cf4c
Fix test for table existance to allow mixed-case and whitespace in
...
the table name. Problem reported by Billy Allie.
28 years ago
Tom Lane
555eadc904
Fix at least a few shared-library problems on Linux.
...
We have not seen the end of this issue :-(.
28 years ago
Tom Lane
ddb06e30e4
Back-patch EXPLAIN VERBOSE coredump fix into 6.4
28 years ago
Bruce Momjian
190cc6354f
Fix for NOT in where clause causing crash.
28 years ago
Bruce Momjian
7f73a23fd7
update todo
28 years ago
Thomas G. Lockhart
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".
28 years ago
Marc G. Fournier
055c1ebd76
Upgrade to 0.91 of pgaccess ...
28 years ago
Marc G. Fournier
672c770cb8
Just added a line...allows me to test things out...
28 years ago
Thomas G. Lockhart
30f35ef9c4
Test for and handle NULL arguments to mylog() print statements.
...
Include definition for _IN_ADDR_T if INADDR_NONE is not defined.
28 years ago
Thomas G. Lockhart
f47bd801e3
Somehow had the solaris template names reversed. Probably was something
...
fixed in src/configure.in a while ago.
28 years ago
Thomas G. Lockhart
ccca422abb
Fix email addres for Dan Horak per his request.
28 years ago
Thomas G. Lockhart
40064c2b24
Move configuration info to after installation procedure.
...
Include only the current release in the release notes section.
28 years ago
Thomas G. Lockhart
19532d1809
Include instructions on perl installation.
...
Already in product docs since they were built on my machine.
28 years ago
Bruce Momjian
733ad60409
Fix for relname.data from SHIOZAKI Takehiko
28 years ago
Marc G. Fournier
c200938343
slight mods required for freebsd (elf vs aout stuff)
28 years ago
Marc G. Fournier
46fb81636c
Remove various files that were moved to various subdirectories...
...
28 years ago
Thomas G. Lockhart
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.
28 years ago
Thomas G. Lockhart
3af9d95f38
Try to get only html and gif files into tarballs.
...
Was picking up subdirectories and other garbage.
28 years ago
Thomas G. Lockhart
b43b8fb09f
New versions for v6.4 release.
28 years ago
Thomas G. Lockhart
8dd88a4038
Generate from installation.sgml -> installation.rtf -> ApplixWare
...
-> INSTALL with some cleanup in vi.
28 years ago
Marc G. Fournier
4f4edb8307
Thanks to Vince Vielhaber <vev@michvhf.com>
...
28 years ago
Marc G. Fournier
585442154a
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
28 years ago
Marc G. Fournier
15d61bb439
Minor FreeBSD fixes put in place
...
28 years ago
Bruce Momjian
2e18525dbe
s_lock patch from Ryan.
28 years ago
Tom Lane
47ea32f7d4
Mention --without-CXX option in online help.
28 years ago
Thomas G. Lockhart
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).
28 years ago
Thomas G. Lockhart
3d83e28b2b
Minor cleanup in markup, especially in the Output section.
28 years ago
Bruce Momjian
3ac0a4e058
Updated TODO.
28 years ago
Tom Lane
54789138bd
Behave reasonably on a system without shared libraries.
28 years ago
Thomas G. Lockhart
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.
28 years ago
Thomas G. Lockhart
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).
28 years ago
Thomas G. Lockhart
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.
28 years ago
Marc G. Fournier
4283089d07
Okay, this shoudl provide a fix for the freebsd problem...
...
28 years ago
Tom Lane
c6338530f6
oid8neq => oid8ne
28 years ago
Tom Lane
a91c019c06
Drat. Should test a few more cases before committing.
28 years ago
Thomas G. Lockhart
485a71a4ce
Add tests for comparison operators.
28 years ago
Thomas G. Lockhart
d9a2be00ec
Fix regression test now that code seems to work.
...
Add tests for comparison operators.
28 years ago
Thomas G. Lockhart
396571d79c
Very minor cleanup of no-op code.
28 years ago
Thomas G. Lockhart
9b24e7fa40
Fix discrepency in "@" operator for point and path.
28 years ago
Bruce Momjian
1e7c7343c4
Add oid8neq.
28 years ago
Tom Lane
1145d007bf
Run autoconf.
28 years ago
Tom Lane
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.
28 years ago
Tom Lane
9e38dcfd43
Re-fix test for negative-integer return code that should be
...
testing for null-pointer return code...
28 years ago