Jan Wieck
07ffc4628e
Fixed bug in the unknown module. Module still tried to call
...
builtin SPI commands by their old SPI_* names. New names are spi_*.
Jan - 11/23/1998
27 years ago
Tom Lane
6fef1a26cc
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.
27 years ago
Vadim B. Mikheev
34680930d5
Fix using indices in OR.
...
EXPLAIN all indices used.
27 years ago
Vadim B. Mikheev
1f00f0dc2e
Added indxqualorig to IndexScan: fix for using indices in OR.
27 years ago
Marc G. Fournier
056ba12881
Updating and addign files...
27 years ago
Tom Lane
fd0366e1b5
Performance improvement for libpq: avoid calling malloc separately
...
for each field of each tuple. Makes more difference than you'd think...
27 years ago
Thomas G. Lockhart
643c7beddf
Add text<->float8 and text<->float4 conversion functions.
...
This will fix the problem reported by Jose' Soares
when trying to cast a float to text.
27 years ago
Thomas G. Lockhart
8d507c204b
Additional fixes for mixed-case table names from Billy Allie.
27 years ago
Marc G. Fournier
91a62480f7
From: Taral <taral@cyberjunkie.com>
...
27 years ago
Marc G. Fournier
935a2e694e
Start defining the Corba work...
...
27 years ago
Tom Lane
0856cdf3f7
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...
27 years ago
Thomas G. Lockhart
d85df9cae2
Add new "-N" flag to force double quotes around identifiers.
...
Fix missing mention of "-n" flag in synopsis.
27 years ago
Thomas G. Lockhart
9bc35facdc
Add id attribute to reftitle to allow cross referencing from the new
...
vaccumdb reference page.
27 years ago
Thomas G. Lockhart
e44087d827
Add reference page for new vacuumdb utility.
27 years ago
Thomas G. Lockhart
9f07f8f40f
Add "vacuumdb" utility to make it easier to clean databases.
...
Also supports the "analyze" mode, with or without specifying tables
and columns.
27 years ago
Thomas G. Lockhart
69ff5b9c7e
Add "vacuumdb" utility.
27 years ago
Thomas G. Lockhart
2795fae5bf
Fix test for table existance to allow mixed-case and whitespace in
...
the table name. Problem reported by Billy Allie.
27 years ago
Tom Lane
c7d9aca135
Fix at least a few shared-library problems on Linux.
...
We have not seen the end of this issue :-(.
27 years ago
Byron Nikolaidis
87225ca31d
Update for version 06-40-0001
27 years ago
Bruce Momjian
f03729c621
Fix for NOT in where clause causing crash.
27 years ago
Tom Lane
39792e5b01
EXPLAIN VERBOSE had a very high probability of triggering
...
a backend core dump, because it was concatenating a potentially long
string onto another string that didn't necessarily have enough room.
Shame, shame.
27 years ago
Tom Lane
8f5ff4cf1c
Fix a potential infinite loop in appendStringInfo: would lock
...
up if first string to be appended to an empty StringInfo was longer
than the initial space allocation.
Also speed it up slightly.
27 years ago
Bruce Momjian
4f920a66f4
Update todo.
27 years ago
Thomas G. Lockhart
680e4a2950
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".
27 years ago
Thomas G. Lockhart
3d22596fe7
August version of docs superceded by sgml version from Jan.
27 years ago
Marc G. Fournier
a00c668139
Upgrade to 0.91 ...
27 years ago
Marc G. Fournier
e741937bc5
Change the README file to show the upcoming 6.5 release...
27 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.
27 years ago
Thomas G. Lockhart
f47bd801e3
Somehow had the solaris template names reversed. Probably was something
...
fixed in src/configure.in a while ago.
27 years ago
Thomas G. Lockhart
ccca422abb
Fix email addres for Dan Horak per his request.
27 years ago
Thomas G. Lockhart
40064c2b24
Move configuration info to after installation procedure.
...
Include only the current release in the release notes section.
27 years ago
Thomas G. Lockhart
19532d1809
Include instructions on perl installation.
...
Already in product docs since they were built on my machine.
27 years ago
Bruce Momjian
733ad60409
Fix for relname.data from SHIOZAKI Takehiko
27 years ago
Marc G. Fournier
c200938343
slight mods required for freebsd (elf vs aout stuff)
27 years ago
Marc G. Fournier
46fb81636c
Remove various files that were moved to various subdirectories...
...
27 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.
27 years ago
Thomas G. Lockhart
3af9d95f38
Try to get only html and gif files into tarballs.
...
Was picking up subdirectories and other garbage.
27 years ago
Thomas G. Lockhart
b43b8fb09f
New versions for v6.4 release.
27 years ago
Thomas G. Lockhart
8dd88a4038
Generate from installation.sgml -> installation.rtf -> ApplixWare
...
-> INSTALL with some cleanup in vi.
27 years ago
Marc G. Fournier
4f4edb8307
Thanks to Vince Vielhaber <vev@michvhf.com>
...
27 years ago
Marc G. Fournier
585442154a
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
27 years ago
Marc G. Fournier
15d61bb439
Minor FreeBSD fixes put in place
...
27 years ago
Bruce Momjian
2e18525dbe
s_lock patch from Ryan.
27 years ago
Tom Lane
47ea32f7d4
Mention --without-CXX option in online help.
27 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).
27 years ago
Thomas G. Lockhart
3d83e28b2b
Minor cleanup in markup, especially in the Output section.
27 years ago
Bruce Momjian
3ac0a4e058
Updated TODO.
27 years ago
Tom Lane
54789138bd
Behave reasonably on a system without shared libraries.
27 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.
27 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).
27 years ago