git.postgresql.org Git - postgresql.git/log

git projects / postgresql.git / log
? search:
summary | shortlog | log | commit | commitdiff | tree
first ⋅ prev ⋅ next
postgresql.git
26 years agoUse autoconf to determine whether system has POSIX signals,
commit | commitdiff | tree
Tom Lane [1998年11月29日 05:30:25 +0000 (05:30 +0000)]
Use autoconf to determine whether system has POSIX signals,
instead of relying on port's os.h to tell us. (Needed for HPUX
where system major version is not enough info.)
configure unsets USE_TK if X libraries not found.
doc/Makefile uses gzcat or zcat as found by autoconf.

26 years agoChange exp() behavior to generate error on underflow rather
commit | commitdiff | tree
Tom Lane [1998年11月29日 01:57:59 +0000 (01:57 +0000)]
Change exp() behavior to generate error on underflow rather
than silently returning zero on some machines. Correct float8 regress test
to agree. Also fix pow() overflow/underflow check to work correctly on
HPUX.

26 years agoPortability fix for old SunOS releases: realloc(NULL, ...)
commit | commitdiff | tree
Tom Lane [1998年11月29日 01:53:54 +0000 (01:53 +0000)]
Portability fix for old SunOS releases: realloc(NULL, ...)
doesn't work there.

26 years agoPortability fix for old SunOS releases: fflush(NULL)
commit | commitdiff | tree
Tom Lane [1998年11月29日 01:51:56 +0000 (01:51 +0000)]
Portability fix for old SunOS releases: fflush(NULL)
doesn't work there. Fortunately the postmaster only has stdout and
stderr to flush.

26 years agopq_getstr didn't handle buffer overrun correctly; it would
commit | commitdiff | tree
Tom Lane [1998年11月29日 01:47:42 +0000 (01:47 +0000)]
pq_getstr didn't handle buffer overrun correctly; it would
fail to consume the rest of the input string, and worse it would write
one more byte than it should into the buffer, probably resulting in coredump.
Fortunately there's a correct implementation next door in pqcomprim.c.

26 years agoAdd link to HPUX platform FAQ.
commit | commitdiff | tree
Tom Lane [1998年11月28日 23:12:50 +0000 (23:12 +0000)]
Add link to HPUX platform FAQ.

26 years agoNew platform-specific FAQ for HP-UX sites.
commit | commitdiff | tree
Tom Lane [1998年11月28日 23:10:22 +0000 (23:10 +0000)]
New platform-specific FAQ for HP-UX sites.

26 years agoNew HeapTuple structure/interface.
commit | commitdiff | tree
Vadim B. Mikheev [1998年11月27日 20:09:56 +0000 (20:09 +0000)]
New HeapTuple structure/interface.

26 years agoNew HeapTuple structure/interface.
commit | commitdiff | tree
Vadim B. Mikheev [1998年11月27日 19:52:36 +0000 (19:52 +0000)]
New HeapTuple structure/interface.

26 years agoNew HeapTuple structure/interface.
commit | commitdiff | tree
Vadim B. Mikheev [1998年11月27日 19:33:35 +0000 (19:33 +0000)]
New HeapTuple structure/interface.

26 years agocsh and sh examples were reversed.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月25日 02:57:27 +0000 (02:57 +0000)]
csh and sh examples were reversed.
Update the csh example with new comments and fixes from Thomas' linux box.

26 years agoUpdate platform FAQ's.
commit | commitdiff | tree
Bruce Momjian [1998年11月24日 03:48:22 +0000 (03:48 +0000)]
Update platform FAQ's.

26 years agoFixed bug in the unknown module. Module still tried to call
commit | commitdiff | tree
Jan Wieck [1998年11月23日 16:50:54 +0000 (16:50 +0000)]
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

26 years agomodify configure so that template/.similar entries can be
commit | commitdiff | tree
Tom Lane [1998年11月23日 04:40:58 +0000 (04:40 +0000)]
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.

26 years agoFix using indices in OR.
commit | commitdiff | tree
Vadim B. Mikheev [1998年11月22日 10:48:45 +0000 (10:48 +0000)]
Fix using indices in OR.
EXPLAIN all indices used.

26 years agoAdded indxqualorig to IndexScan: fix for using indices in OR.
commit | commitdiff | tree
Vadim B. Mikheev [1998年11月22日 10:45:09 +0000 (10:45 +0000)]
Added indxqualorig to IndexScan: fix for using indices in OR.

26 years agoUpdating and addign files...
commit | commitdiff | tree
Marc G. Fournier [1998年11月19日 02:39:51 +0000 (02:39 +0000)]
Updating and addign files...

26 years agoPerformance improvement for libpq: avoid calling malloc separately
commit | commitdiff | tree
Tom Lane [1998年11月18日 00:47:28 +0000 (00:47 +0000)]
Performance improvement for libpq: avoid calling malloc separately
for each field of each tuple. Makes more difference than you'd think...

26 years agoAdd text<->float8 and text<->float4 conversion functions.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月17日 14:36:51 +0000 (14:36 +0000)]
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.

26 years agoAdditional fixes for mixed-case table names from Billy Allie.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月17日 14:26:39 +0000 (14:26 +0000)]
Additional fixes for mixed-case table names from Billy Allie.

26 years agoFrom: Taral <taral@cyberjunkie.com>
commit | commitdiff | tree
Marc G. Fournier [1998年11月17日 03:10:36 +0000 (03:10 +0000)]
From: Taral <taral@cyberjunkie.com>

More COS Query Service support.

26 years agoStart defining the Corba work...
commit | commitdiff | tree
Marc G. Fournier [1998年11月16日 18:03:34 +0000 (18:03 +0000)]
Start defining the Corba work...

From: Taral <taral@cyberjunkie.com>

26 years agoFix a couple of bugs involving calling fmtID() twice in
commit | commitdiff | tree
Tom Lane [1998年11月15日 07:09:13 +0000 (07:09 +0000)]
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...

26 years agoAdd new "-N" flag to force double quotes around identifiers.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月14日 02:04:16 +0000 (02:04 +0000)]
Add new "-N" flag to force double quotes around identifiers.
Fix missing mention of "-n" flag in synopsis.

26 years agoAdd id attribute to reftitle to allow cross referencing from the new
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月14日 02:02:53 +0000 (02:02 +0000)]
Add id attribute to reftitle to allow cross referencing from the new
vaccumdb reference page.

26 years agoAdd reference page for new vacuumdb utility.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月14日 02:01:40 +0000 (02:01 +0000)]
Add reference page for new vacuumdb utility.

26 years agoAdd "vacuumdb" utility to make it easier to clean databases.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月14日 01:58:15 +0000 (01:58 +0000)]
Add "vacuumdb" utility to make it easier to clean databases.
Also supports the "analyze" mode, with or without specifying tables
and columns.

26 years agoAdd "vacuumdb" utility.
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月14日 01:56:36 +0000 (01:56 +0000)]
Add "vacuumdb" utility.

26 years agoFix test for table existance to allow mixed-case and whitespace in
commit | commitdiff | tree
Thomas G. Lockhart [1998年11月12日 15:39:06 +0000 (15:39 +0000)]
Fix test for table existance to allow mixed-case and whitespace in
the table name. Problem reported by Billy Allie.

26 years agoFix at least a few shared-library problems on Linux.
commit | commitdiff | tree
Tom Lane [1998年11月12日 05:27:01 +0000 (05:27 +0000)]
Fix at least a few shared-library problems on Linux.
We have not seen the end of this issue :-(.

26 years agoUpdate for version 06-40-0001
commit | commitdiff | tree
Byron Nikolaidis [1998年11月11日 21:54:01 +0000 (21:54 +0000)]
Update for version 06-40-0001

26 years agoFix for NOT in where clause causing crash.
commit | commitdiff | tree
Bruce Momjian [Mon, 9 Nov 1998 02:49:13 +0000 (02:49 +0000)]
Fix for NOT in where clause causing crash.

26 years agoEXPLAIN VERBOSE had a very high probability of triggering
commit | commitdiff | tree
Tom Lane [Sun, 8 Nov 1998 19:38:34 +0000 (19:38 +0000)]
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.

26 years agoFix a potential infinite loop in appendStringInfo: would lock
commit | commitdiff | tree
Tom Lane [Sun, 8 Nov 1998 19:22:24 +0000 (19:22 +0000)]
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.

26 years agoUpdate todo.
commit | commitdiff | tree
Bruce Momjian [Sat, 7 Nov 1998 03:19:54 +0000 (03:19 +0000)]
Update todo.

26 years agoAdd "-N" flag to force double quotes around identifiers.
commit | commitdiff | tree
Thomas G. Lockhart [Fri, 6 Nov 1998 15:54:47 +0000 (15:54 +0000)]
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".

26 years agoAugust version of docs superceded by sgml version from Jan.
commit | commitdiff | tree
Thomas G. Lockhart [Fri, 6 Nov 1998 15:04:31 +0000 (15:04 +0000)]
August version of docs superceded by sgml version from Jan.

26 years agoUpgrade to 0.91 ...
commit | commitdiff | tree
Marc G. Fournier [Fri, 6 Nov 1998 04:11:52 +0000 (04:11 +0000)]
Upgrade to 0.91 ...

26 years agoChange the README file to show the upcoming 6.5 release...
commit | commitdiff | tree
Marc G. Fournier [Wed, 4 Nov 1998 22:27:05 +0000 (22:27 +0000)]
Change the README file to show the upcoming 6.5 release...

26 years agoTest for and handle NULL arguments to mylog() print statements.
commit | commitdiff | tree
Thomas G. Lockhart [Wed, 4 Nov 1998 16:24:32 +0000 (16:24 +0000)]
Test for and handle NULL arguments to mylog() print statements.
Include definition for _IN_ADDR_T if INADDR_NONE is not defined.

26 years agoSomehow had the solaris template names reversed. Probably was something
commit | commitdiff | tree
Thomas G. Lockhart [Wed, 4 Nov 1998 16:22:09 +0000 (16:22 +0000)]
Somehow had the solaris template names reversed. Probably was something
fixed in src/configure.in a while ago.

26 years agoFix email addres for Dan Horak per his request.
commit | commitdiff | tree
Thomas G. Lockhart [Mon, 2 Nov 1998 15:54:27 +0000 (15:54 +0000)]
Fix email addres for Dan Horak per his request.

26 years agoMove configuration info to after installation procedure.
commit | commitdiff | tree
Thomas G. Lockhart [Mon, 2 Nov 1998 15:53:02 +0000 (15:53 +0000)]
Move configuration info to after installation procedure.
Include only the current release in the release notes section.

26 years agoInclude instructions on perl installation.
commit | commitdiff | tree
Thomas G. Lockhart [Mon, 2 Nov 1998 15:52:14 +0000 (15:52 +0000)]
Include instructions on perl installation.
Already in product docs since they were built on my machine.

26 years agoFix for relname.data from SHIOZAKI Takehiko
commit | commitdiff | tree
Bruce Momjian [Mon, 2 Nov 1998 15:28:36 +0000 (15:28 +0000)]
Fix for relname.data from SHIOZAKI Takehiko

26 years agoslight mods required for freebsd (elf vs aout stuff)
commit | commitdiff | tree
Marc G. Fournier [Mon, 2 Nov 1998 05:30:10 +0000 (05:30 +0000)]
slight mods required for freebsd (elf vs aout stuff)

26 years agoRemove various files that were moved to various subdirectories...
commit | commitdiff | tree
Marc G. Fournier [Sun, 1 Nov 1998 16:55:02 +0000 (16:55 +0000)]
Remove various files that were moved to various subdirectories...

Requested by: Peter T Mount peter@retep.org.uk

26 years agoCleanup for v6.4 release.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月31日 09:36:38 +0000 (09:36 +0000)]
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.

26 years agoTry to get only html and gif files into tarballs.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月31日 09:35:19 +0000 (09:35 +0000)]
Try to get only html and gif files into tarballs.
Was picking up subdirectories and other garbage.

26 years agoNew versions for v6.4 release.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月31日 09:32:55 +0000 (09:32 +0000)]
New versions for v6.4 release.

26 years agoGenerate from installation.sgml -> installation.rtf -> ApplixWare
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月31日 09:31:58 +0000 (09:31 +0000)]
Generate from installation.sgml -> installation.rtf -> ApplixWare
-> INSTALL with some cleanup in vi.

26 years agoThanks to Vince Vielhaber <vev@michvhf.com>
commit | commitdiff | tree
Marc G. Fournier [1998年10月31日 04:10:53 +0000 (04:10 +0000)]
Thanks to Vince Vielhaber <vev@michvhf.com>

Here is an os2 psql client, with libpq.a library

26 years agooops, forgot one part of the patch...remove 'false' setting to ELF_SYS...
commit | commitdiff | tree
Marc G. Fournier [1998年10月31日 04:07:00 +0000 (04:07 +0000)]
oops, forgot one part of the patch...remove 'false' setting to ELF_SYS...

26 years agoMinor FreeBSD fixes put in place
commit | commitdiff | tree
Marc G. Fournier [1998年10月31日 03:58:55 +0000 (03:58 +0000)]
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.

26 years agos_lock patch from Ryan.
commit | commitdiff | tree
Bruce Momjian [1998年10月31日 02:06:08 +0000 (02:06 +0000)]
s_lock patch from Ryan.

26 years agoMention --without-CXX option in online help.
commit | commitdiff | tree
Tom Lane [1998年10月30日 22:36:00 +0000 (22:36 +0000)]
Mention --without-CXX option in online help.

26 years agoMinor editing and markup changes as a result of preparing the Postscript
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月30日 19:37:19 +0000 (19:37 +0000)]
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).

26 years agoMinor cleanup in markup, especially in the Output section.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月30日 19:34:40 +0000 (19:34 +0000)]
Minor cleanup in markup, especially in the Output section.

26 years agoUpdated TODO.
commit | commitdiff | tree
Bruce Momjian [1998年10月30日 17:14:35 +0000 (17:14 +0000)]
Updated TODO.

26 years agoBehave reasonably on a system without shared libraries.
commit | commitdiff | tree
Tom Lane [1998年10月30日 15:05:23 +0000 (15:05 +0000)]
Behave reasonably on a system without shared libraries.

26 years agoRemove obsolete file listing support resources which has not been updated
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月30日 08:08:50 +0000 (08:08 +0000)]
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.

26 years agoMinor fix for Jan to remove claim in SPI and trigger chapters that
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月30日 08:04:52 +0000 (08:04 +0000)]
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).

26 years agoUser's Guide for v6.4.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月30日 07:56:11 +0000 (07:56 +0000)]
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.

26 years agoOkay, this shoudl provide a fix for the freebsd problem...
commit | commitdiff | tree
Marc G. Fournier [1998年10月30日 04:54:06 +0000 (04:54 +0000)]
Okay, this shoudl provide a fix for the freebsd problem...

Added a ELF_SYS variable and check to configure.in...

26 years agooid8neq => oid8ne
commit | commitdiff | tree
Tom Lane [1998年10月29日 19:03:50 +0000 (19:03 +0000)]
oid8neq => oid8ne

26 years agoDrat. Should test a few more cases before committing.
commit | commitdiff | tree
Tom Lane [1998年10月29日 18:15:28 +0000 (18:15 +0000)]
Drat. Should test a few more cases before committing.

26 years agoAdd tests for comparison operators.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月29日 18:13:03 +0000 (18:13 +0000)]
Add tests for comparison operators.

26 years agoFix regression test now that code seems to work.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月29日 18:12:50 +0000 (18:12 +0000)]
Fix regression test now that code seems to work.
Add tests for comparison operators.

26 years agoVery minor cleanup of no-op code.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月29日 18:11:28 +0000 (18:11 +0000)]
Very minor cleanup of no-op code.

26 years agoFix discrepency in "@" operator for point and path.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月29日 18:10:23 +0000 (18:10 +0000)]
Fix discrepency in "@" operator for point and path.

26 years agoAdd oid8neq.
commit | commitdiff | tree
Bruce Momjian [1998年10月29日 18:07:09 +0000 (18:07 +0000)]
Add oid8neq.

26 years agoRun autoconf.
commit | commitdiff | tree
Tom Lane [1998年10月29日 17:58:21 +0000 (17:58 +0000)]
Run autoconf.

26 years agoRun AC_PROG_GCC_TRADITIONAL only when running AC_PROG_CC,
commit | commitdiff | tree
Tom Lane [1998年10月29日 17:57:52 +0000 (17:57 +0000)]
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.

26 years agoRe-fix test for negative-integer return code that should be
commit | commitdiff | tree
Tom Lane [1998年10月29日 16:13:07 +0000 (16:13 +0000)]
Re-fix test for negative-integer return code that should be
testing for null-pointer return code...

26 years agoD'Arcy INET fix.
commit | commitdiff | tree
Bruce Momjian [1998年10月29日 04:41:44 +0000 (04:41 +0000)]
D'Arcy INET fix.

26 years agoI suspect that there is no longer a need for a platform-
commit | commitdiff | tree
Tom Lane [1998年10月29日 04:32:57 +0000 (04:32 +0000)]
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.

26 years agoUpdate tinterval test to have correctly sorted results,
commit | commitdiff | tree
Tom Lane [1998年10月29日 04:29:12 +0000 (04:29 +0000)]
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).

26 years agoAdd new regression test to catch some simple kinds of
commit | commitdiff | tree
Tom Lane [1998年10月29日 04:27:11 +0000 (04:27 +0000)]
Add new regression test to catch some simple kinds of
mistakes in creating pg_operator table. NOTE: right now, this will
fail because of conflicting definitions for point @ path operator.
I trust we're gonna fix that.

26 years agoAdd new regression test to catch some simple kinds of
commit | commitdiff | tree
Tom Lane [1998年10月29日 04:25:23 +0000 (04:25 +0000)]
Add new regression test to catch some simple kinds of
mistakes in creating pg_operator table.

26 years agoFix a veritable boatload of errors in oprcom, oprnegate,
commit | commitdiff | tree
Tom Lane [1998年10月29日 04:22:52 +0000 (04:22 +0000)]
Fix a veritable boatload of errors in oprcom, oprnegate,
oprlsortop and oprrsortop links. There's still a bug involving
conflicting definitions for point @ path, but I'm not taking
responsibility for deciding which one is right...

26 years agoRemove bad pg_operator entry, found by Tom Lane.
commit | commitdiff | tree
Bruce Momjian [1998年10月29日 04:04:17 +0000 (04:04 +0000)]
Remove bad pg_operator entry, found by Tom Lane.

26 years agoAutoconf...
commit | commitdiff | tree
Tom Lane [1998年10月28日 19:40:08 +0000 (19:40 +0000)]
Autoconf...

26 years agoRemove unreliable test for how to do cpp from stdin.
commit | commitdiff | tree
Tom Lane [1998年10月28日 19:39:33 +0000 (19:39 +0000)]
Remove unreliable test for how to do cpp from stdin.

26 years agoEliminate need for cpp-from-stdin by using a temp file.
commit | commitdiff | tree
Tom Lane [1998年10月28日 19:38:47 +0000 (19:38 +0000)]
Eliminate need for cpp-from-stdin by using a temp file.

26 years agoAdd ORDER BY to ensure platform-independent results in rules test.
commit | commitdiff | tree
Tom Lane [1998年10月28日 19:32:43 +0000 (19:32 +0000)]
Add ORDER BY to ensure platform-independent results in rules test.

26 years agoFix macro declarations to allow disabling mylog() and qlog() on Unix boxes.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月28日 17:09:22 +0000 (17:09 +0000)]
Fix macro declarations to allow disabling mylog() and qlog() on Unix boxes.
Fix spelling of "DIRSEPARATOR".

26 years agoMake these file generated in distribution.
commit | commitdiff | tree
Bruce Momjian [1998年10月28日 17:07:17 +0000 (17:07 +0000)]
Make these file generated in distribution.

26 years agoFix for serial creation.
commit | commitdiff | tree
Bruce Momjian [1998年10月28日 16:06:54 +0000 (16:06 +0000)]
Fix for serial creation.

26 years agoThis looks like a wrong entry in one of the system tables. Any ideas
commit | commitdiff | tree
Bruce Momjian [1998年10月28日 16:00:08 +0000 (16:00 +0000)]
This looks like a wrong entry in one of the system tables. Any ideas
which one it is, and how to correct this ?

lseg_eq -> lseq_neq

Guido Weber

26 years agos_lock aix patch.
commit | commitdiff | tree
Bruce Momjian [1998年10月28日 15:58:34 +0000 (15:58 +0000)]
s_lock aix patch.

26 years agoUpdated "expected" regression output for Solaris-Sparc
commit | commitdiff | tree
Marc G. Fournier [1998年10月28日 14:47:54 +0000 (14:47 +0000)]
Updated "expected" regression output for Solaris-Sparc

26 years agoInclude appropriate flags for resolved shared library LDFLAGS_ODBC
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月28日 06:49:10 +0000 (06:49 +0000)]
Include appropriate flags for resolved shared library LDFLAGS_ODBC
to allow ODBC library to be linked.

26 years agoFinal hardcopy for v6.4, barring unexpected problems.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月28日 04:45:14 +0000 (04:45 +0000)]
Final hardcopy for v6.4, barring unexpected problems.
Includes Developer's Guide info for now.

26 years agoReverse out addition of snprintf.
commit | commitdiff | tree
Bruce Momjian [1998年10月28日 02:57:59 +0000 (02:57 +0000)]
Reverse out addition of snprintf.

26 years agoFix missing dependency for Makefile inclusions.
commit | commitdiff | tree
Tom Lane [1998年10月27日 21:51:54 +0000 (21:51 +0000)]
Fix missing dependency for Makefile inclusions.
Get rid of some stray tabs that might confuse Make.

26 years agoDetect lack of permission to install into Perl module library,
commit | commitdiff | tree
Tom Lane [1998年10月27日 21:27:36 +0000 (21:27 +0000)]
Detect lack of permission to install into Perl module library,
and emit informative message instead of aborting the Postgres install.

26 years agoAdd new inet/cidr regression test.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月27日 19:34:18 +0000 (19:34 +0000)]
Add new inet/cidr regression test.
All regression tests pass on Linux/i686 with the current source tree.

26 years agobackslash for portability, from Andreas Zeugswetter
commit | commitdiff | tree
Bruce Momjian [1998年10月27日 17:47:51 +0000 (17:47 +0000)]
backslash for portability, from Andreas Zeugswetter

26 years agoIncorporate changes suggested by Tom Lane.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月27日 06:38:13 +0000 (06:38 +0000)]
Incorporate changes suggested by Tom Lane.
Update storage space estimates.
Continue cleanup.
Still need to consolidate configure parameters with new config.sgml info.

26 years agoNew info on a few ports for v6.4.
commit | commitdiff | tree
Thomas G. Lockhart [1998年10月27日 06:15:48 +0000 (06:15 +0000)]
New info on a few ports for v6.4.

next
This is the main PostgreSQL git repository.
RSS Atom

AltStyle によって変換されたページ (->オリジナル) /