- Nov 27, 1998
-
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
Vadim B. Mikheev authored
-
- Nov 25, 1998
-
-
Thomas G. Lockhart authored
Update the csh example with new comments and fixes from Thomas' linux box.
-
- Nov 24, 1998
-
-
Bruce Momjian authored
-
- Nov 23, 1998
-
-
Jan Wieck authored
builtin SPI commands by their old SPI_* names. New names are spi_*. Jan - 11/23/1998
-
Tom Lane authored
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.
-
- Nov 22, 1998
-
-
Vadim B. Mikheev authored
EXPLAIN all indices used.
-
Vadim B. Mikheev authored
-
- Nov 19, 1998
-
-
Marc G. Fournier authored
Updating and addign files...
-
- Nov 18, 1998
-
-
Tom Lane authored
for each field of each tuple. Makes more difference than you'd think...
-
- Nov 17, 1998
-
-
Thomas G. Lockhart authored
This will fix the problem reported by Jose' Soares when trying to cast a float to text.
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
From: Taral <taral@cyberjunkie.com> More COS Query Service support.
-
- Nov 16, 1998
-
-
Marc G. Fournier authored
Start defining the Corba work... From: Taral <taral@cyberjunkie.com>
-
- Nov 15, 1998
-
-
Tom Lane authored
a single printf() ... it'd work if fmtId() didn't use a static return area...
-
- Nov 14, 1998
-
-
Thomas G. Lockhart authored
Fix missing mention of "-n" flag in synopsis.
-
Thomas G. Lockhart authored
vaccumdb reference page.
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Also supports the "analyze" mode, with or without specifying tables and columns.
-
Thomas G. Lockhart authored
-
- Nov 12, 1998
-
-
Thomas G. Lockhart authored
the table name. Problem reported by Billy Allie.
-
Tom Lane authored
We have not seen the end of this issue :-(.
-
- Nov 11, 1998
-
-
Byron Nikolaidis authored
Update for version 06-40-0001
-
- Nov 09, 1998
-
-
Bruce Momjian authored
-
- Nov 08, 1998
-
-
Tom Lane authored
a backend core dump, because it was concatenating a potentially long string onto another string that didn't necessarily have enough room. Shame, shame.
-
Tom Lane authored
up if first string to be appended to an empty StringInfo was longer than the initial space allocation. Also speed it up slightly.
-
- Nov 07, 1998
-
-
Bruce Momjian authored
-
- Nov 06, 1998
-
-
Thomas G. Lockhart authored
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".
-
Thomas G. Lockhart authored
-
Marc G. Fournier authored
Upgrade to 0.91 ...
-
- Nov 04, 1998
-
-
Marc G. Fournier authored
Change the README file to show the upcoming 6.5 release...
-
Thomas G. Lockhart authored
Include definition for _IN_ADDR_T if INADDR_NONE is not defined.
-
Thomas G. Lockhart authored
fixed in src/configure.in a while ago.
-
- Nov 02, 1998
-
-
Thomas G. Lockhart authored
-
Thomas G. Lockhart authored
Include only the current release in the release notes section.
-
Thomas G. Lockhart authored
Already in product docs since they were built on my machine.
-
Bruce Momjian authored
-
Marc G. Fournier authored
slight mods required for freebsd (elf vs aout stuff)
-
- Nov 01, 1998
-
-
Marc G. Fournier authored
Remove various files that were moved to various subdirectories... Requested by: Peter T Mount peter@retep.org.uk
-