]> granicus.if.org Git - postgresql/log
postgresql
23 years agoRevive Reference Manual, remove reference pages from User's Guide.
Peter Eisentraut [Fri, 24 Nov 2000 17:44:22 +0000 (17:44 +0000)]
Revive Reference Manual, remove reference pages from User's Guide.

Make version.sgml the central place for updating version numbers in the
documentation.  Document titles now contain the version number of the
release they belong to.

filelist.sgml is the central (and only) place to declare system entities
(i.e., sgml files).  No longer a need to declare them in each document
header.

There is no longer any need to maintain duplicate chapter lists in
postgres.sgml and user/admin/etc.sgml, everything is build from the same
sources.  Some parameter entities allow for different text to be included
when the integrated or a single doc set is generated, which eliminates the
problems that had caused this to fail in the past.

23 years agoRemove obsolete test suite
Peter Eisentraut [Fri, 24 Nov 2000 17:14:07 +0000 (17:14 +0000)]
Remove obsolete test suite

23 years agoA catalog cache that never caches isn't much of a cache :-(. Mea culpa.
Tom Lane [Fri, 24 Nov 2000 04:16:12 +0000 (04:16 +0000)]
A catalog cache that never caches isn't much of a cache :-(.  Mea culpa.
Thanks to Brian Hirt for pointing out the performance lossage.

23 years agoEnsure that mergejoin plan will be considered for FULL OUTER JOIN even
Tom Lane [Thu, 23 Nov 2000 03:57:31 +0000 (03:57 +0000)]
Ensure that mergejoin plan will be considered for FULL OUTER JOIN even
if enable_mergejoin = OFF.  Must do this, because we have no other
implementation method for full joins.

23 years agoSet fdstate in fileNameOpenFile.
Vadim B. Mikheev [Thu, 23 Nov 2000 01:08:57 +0000 (01:08 +0000)]
Set fdstate in fileNameOpenFile.

23 years agoRemove old, broken code for query_limit(), assert_enable(),
Tom Lane [Wed, 22 Nov 2000 19:34:49 +0000 (19:34 +0000)]
Remove old, broken code for query_limit(), assert_enable(),
assert_test() functions --- these weren't accomplishing much except to
render the whole module un-loadable ...

23 years agoFix output file names for new driver
Peter Eisentraut [Wed, 22 Nov 2000 16:40:22 +0000 (16:40 +0000)]
Fix output file names for new driver

23 years agoBit string regression test
Peter Eisentraut [Wed, 22 Nov 2000 13:37:44 +0000 (13:37 +0000)]
Bit string regression test
from Adriaan Joubert <a.joubert@albourne.com>

23 years agoFix for bitsubstr when third argument is missing (i.e., -1).
Peter Eisentraut [Wed, 22 Nov 2000 13:35:35 +0000 (13:35 +0000)]
Fix for bitsubstr when third argument is missing (i.e., -1).
From Adriaan Joubert <a.joubert@albourne.com>

23 years agoPoint runtest and runcheck targets at new regression test driver.
Peter Eisentraut [Wed, 22 Nov 2000 13:16:24 +0000 (13:16 +0000)]
Point runtest and runcheck targets at new regression test driver.

23 years agoRecommit socket path fix. It works now.
Bruce Momjian [Wed, 22 Nov 2000 03:40:19 +0000 (03:40 +0000)]
Recommit socket path fix.  It works now.

23 years agoBack out socket path until it works.
Bruce Momjian [Wed, 22 Nov 2000 02:47:30 +0000 (02:47 +0000)]
Back out socket path until it works.

23 years agoBack out socket file path change until it works.
Bruce Momjian [Wed, 22 Nov 2000 02:38:25 +0000 (02:38 +0000)]
Back out socket file path change until it works.

23 years agoavoid opening view files.
Hiroshi Inoue [Wed, 22 Nov 2000 02:19:14 +0000 (02:19 +0000)]
avoid opening view files.

23 years agoAllow running without a "schedule" file. This enables you to run tests
Peter Eisentraut [Wed, 22 Nov 2000 01:47:47 +0000 (01:47 +0000)]
Allow running without a "schedule" file.  This enables you to run tests
standalone, e.g., "./pg_regress int2".

23 years agoMake socket option specify just the directory, not the full path.
Bruce Momjian [Wed, 22 Nov 2000 01:41:14 +0000 (01:41 +0000)]
Make socket option specify just the directory, not the full path.

23 years agogeometry result files for unixware
Peter Eisentraut [Wed, 22 Nov 2000 01:00:54 +0000 (01:00 +0000)]
geometry result files for unixware

23 years agoTweak resultmap documentation, add to README too.
Tom Lane [Wed, 22 Nov 2000 00:58:47 +0000 (00:58 +0000)]
Tweak resultmap documentation, add to README too.

23 years agoRemove check for 'ln' library. On FreeBSD this is some obscure lex
Peter Eisentraut [Wed, 22 Nov 2000 00:24:28 +0000 (00:24 +0000)]
Remove check for 'ln' library.  On FreeBSD this is some obscure lex
compatibility library which contains a 'main' function, which is not good.
If someone really needed it, think of a different plan.

23 years agoThis file now redundant with README.pg_dumplo; remove it.
Tom Lane [Wed, 22 Nov 2000 00:01:46 +0000 (00:01 +0000)]
This file now redundant with README.pg_dumplo; remove it.

23 years agoCode review: minor cleanups, make the world safe for unsigned OIDs.
Tom Lane [Wed, 22 Nov 2000 00:00:55 +0000 (00:00 +0000)]
Code review: minor cleanups, make the world safe for unsigned OIDs.
Improve documentation, too.

23 years agoAllow for different result files when using GCC versus native compiler.
Peter Eisentraut [Tue, 21 Nov 2000 23:40:28 +0000 (23:40 +0000)]
Allow for different result files when using GCC versus native compiler.

23 years agoExtend accept/AF_UNIX bug workaround to SCO OpenServer.
Peter Eisentraut [Tue, 21 Nov 2000 23:03:54 +0000 (23:03 +0000)]
Extend accept/AF_UNIX bug workaround to SCO OpenServer.

23 years agoRefine log/error messages. Print out the errno message, not the number.
Peter Eisentraut [Tue, 21 Nov 2000 22:27:26 +0000 (22:27 +0000)]
Refine log/error messages.  Print out the errno message, not the number.
Remove timestamps from messages where this would be redundant with the
log_timestamp option.

23 years agoMention pgcrypto.
Tom Lane [Tue, 21 Nov 2000 21:58:23 +0000 (21:58 +0000)]
Mention pgcrypto.

23 years agoMake the world safe for unsigned OIDs.
Tom Lane [Tue, 21 Nov 2000 21:51:58 +0000 (21:51 +0000)]
Make the world safe for unsigned OIDs.

23 years agoPut external declarations into header files.
Peter Eisentraut [Tue, 21 Nov 2000 21:16:06 +0000 (21:16 +0000)]
Put external declarations into header files.

23 years agoInstall the sample pg_ident.conf file into /home/postgres/testversion/data, just...
Tom Lane [Tue, 21 Nov 2000 20:55:57 +0000 (20:55 +0000)]
Install the sample pg_ident.conf file into /home/postgres/testversion/data, just like pg_hba.conf.

23 years agoImprove comments.
Tom Lane [Tue, 21 Nov 2000 20:48:38 +0000 (20:48 +0000)]
Improve comments.

23 years agoImprove comments in pg_hba.conf.sample and the associated SGML
Tom Lane [Tue, 21 Nov 2000 20:44:32 +0000 (20:44 +0000)]
Improve comments in pg_hba.conf.sample and the associated SGML
documentation.

23 years agoCode review and cleanup.
Tom Lane [Tue, 21 Nov 2000 17:54:21 +0000 (17:54 +0000)]
Code review and cleanup.

23 years agoDon't hide error message from dropdb.
Peter Eisentraut [Tue, 21 Nov 2000 17:34:21 +0000 (17:34 +0000)]
Don't hide error message from dropdb.

23 years agoUpdate for new pg_dump with blobs etc
Philip Warner [Tue, 21 Nov 2000 15:39:09 +0000 (15:39 +0000)]
Update for new pg_dump with blobs etc

23 years agomisc
Vadim B. Mikheev [Tue, 21 Nov 2000 10:17:57 +0000 (10:17 +0000)]
misc

23 years agoFix OID bootstraping.
Vadim B. Mikheev [Tue, 21 Nov 2000 09:39:57 +0000 (09:39 +0000)]
Fix OID bootstraping.

23 years agoAdjust opr_sanity.out for small change in OID allocation.
Tom Lane [Tue, 21 Nov 2000 04:29:44 +0000 (04:29 +0000)]
Adjust opr_sanity.out for small change in OID allocation.

23 years agoAdd missing #include <errno.h>.
Tom Lane [Tue, 21 Nov 2000 04:27:39 +0000 (04:27 +0000)]
Add missing #include <errno.h>.

23 years agokeep relations open until they are no longer needed.
Hiroshi Inoue [Tue, 21 Nov 2000 04:01:09 +0000 (04:01 +0000)]
keep relations open until they are no longer needed.

23 years agoMake oidin/oidout produce and consume unsigned representation of Oid,
Tom Lane [Tue, 21 Nov 2000 03:23:21 +0000 (03:23 +0000)]
Make oidin/oidout produce and consume unsigned representation of Oid,
rather than just being aliases for int4in/int4out.  Give type Oid a
full set of comparison operators that do proper unsigned comparison,
instead of reusing the int4 comparators.  Since pg_dump is now doing
unsigned comparisons of OIDs, it is now *necessary* that we play by
the rules here.  In fact, given that btoidcmp() has been doing unsigned
comparison for quite some time, it seems likely that we have index-
corruption problems in 7.0 and before once the Oid counter goes past
2G.  Fixing these operators is a necessary step before we can think
about 8-byte Oid, too.

23 years agoInit ShmemVariableCache in BootStrapXLOG()
Vadim B. Mikheev [Tue, 21 Nov 2000 02:11:06 +0000 (02:11 +0000)]
Init ShmemVariableCache in BootStrapXLOG()
(should fix OID bootstraping).

23 years agoSimplify definition of pg_tables and pg_views views by making use of
Tom Lane [Tue, 21 Nov 2000 01:11:50 +0000 (01:11 +0000)]
Simplify definition of pg_tables and pg_views views by making use of
new separate relkind for views (per some discussion back in September).
I didn't force initdb, but rules regress test will show differences
until you do one.

23 years agoFix erroneous handling of parameters at SubqueryScan plan nodes,
Tom Lane [Tue, 21 Nov 2000 00:17:59 +0000 (00:17 +0000)]
Fix erroneous handling of parameters at SubqueryScan plan nodes,
per bug report from Don Baccus.

23 years agoFix yacc failures in preproc.y.
Tom Lane [Mon, 20 Nov 2000 22:03:06 +0000 (22:03 +0000)]
Fix yacc failures in preproc.y.

23 years agoCorrect directory names.
Peter Eisentraut [Mon, 20 Nov 2000 22:01:21 +0000 (22:01 +0000)]
Correct directory names.
Thanks to Martin A. Marques <martin@math.unl.edu.ar> for the tip.

23 years agoSilence gcc warnings.
Tom Lane [Mon, 20 Nov 2000 21:14:13 +0000 (21:14 +0000)]
Silence gcc warnings.

23 years agoNo casting to LSN (XLogRecPtr) is required.
Vadim B. Mikheev [Mon, 20 Nov 2000 21:12:26 +0000 (21:12 +0000)]
No casting to LSN (XLogRecPtr) is required.

23 years agoRevise handling of oldstyle/newstyle functions per recent discussions
Tom Lane [Mon, 20 Nov 2000 20:36:57 +0000 (20:36 +0000)]
Revise handling of oldstyle/newstyle functions per recent discussions
in pghackers list.  Support for oldstyle internal functions is gone
(no longer needed, since conversion is complete) and pg_language entry
'internal' now implies newstyle call convention.  pg_language entry
'newC' is gone; both old and newstyle dynamically loaded C functions
are now called language 'C'.  A newstyle function must be identified
by an associated info routine.  See src/backend/utils/fmgr/README.

23 years agoEnable WAL in config.h, not Makefile.global.
Peter Eisentraut [Mon, 20 Nov 2000 16:52:54 +0000 (16:52 +0000)]
Enable WAL in config.h, not Makefile.global.

23 years agoInclude postgres.h before checking #ifdef XLOG.
Peter Eisentraut [Mon, 20 Nov 2000 16:47:32 +0000 (16:47 +0000)]
Include postgres.h before checking #ifdef XLOG.

23 years agoAdd configure checks for strtoll, strtoull (or strto[u]q). Disable
Peter Eisentraut [Mon, 20 Nov 2000 15:56:14 +0000 (15:56 +0000)]
Add configure checks for strtoll, strtoull (or strto[u]q).  Disable
'long long int' portions of ecpg if the type or these functions don't
exist.

23 years agoParser synced.
Michael Meskes [Mon, 20 Nov 2000 10:50:42 +0000 (10:50 +0000)]
Parser synced.

23 years agoEncoding patch to Connection by wrobell@posexperts.com.pl
Peter Mount [Mon, 20 Nov 2000 08:15:30 +0000 (08:15 +0000)]
Encoding patch to Connection by wrobell@posexperts.com.pl

23 years agoCompile WAL by default.
Vadim B. Mikheev [Mon, 20 Nov 2000 05:18:40 +0000 (05:18 +0000)]
Compile WAL by default.

23 years agoEliminate unused-variable warning.
Tom Lane [Mon, 20 Nov 2000 03:51:33 +0000 (03:51 +0000)]
Eliminate unused-variable warning.

23 years agoFix typo.
Tom Lane [Sun, 19 Nov 2000 22:11:56 +0000 (22:11 +0000)]
Fix typo.

23 years agoUpdate README with proposed new method for determining calling convention
Tom Lane [Sun, 19 Nov 2000 22:07:16 +0000 (22:07 +0000)]
Update README with proposed new method for determining calling convention
of user-defined functions (forget 'C' vs 'newC', instead require an info
function to be present for new-style functions).  Also update some other
out-of-date commentary.

23 years agoRefinements
Peter Eisentraut [Sat, 18 Nov 2000 19:05:58 +0000 (19:05 +0000)]
Refinements

23 years agoPolish error messages, help output, give marginal clue about command line
Peter Eisentraut [Sat, 18 Nov 2000 19:02:03 +0000 (19:02 +0000)]
Polish error messages, help output, give marginal clue about command line
option conventions.  (E.g., "pg_passwd -?" should not write to a file named
"-?".)

23 years agoSimplification: Build executable directly from .c file.
Peter Eisentraut [Sat, 18 Nov 2000 19:00:23 +0000 (19:00 +0000)]
Simplification:  Build executable directly from .c file.

23 years agoModify input and output routines to print plain binary strings without any
Peter Eisentraut [Sat, 18 Nov 2000 16:18:41 +0000 (16:18 +0000)]
Modify input and output routines to print plain binary strings without any
'b' prefixes.

23 years agoTreat plain 'BIT' as 'BIT(1)'.
Peter Eisentraut [Sat, 18 Nov 2000 16:17:20 +0000 (16:17 +0000)]
Treat plain 'BIT' as 'BIT(1)'.

23 years agoTweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where
Tom Lane [Sat, 18 Nov 2000 05:41:45 +0000 (05:41 +0000)]
Tweak AbsoluteTimeIsReal() to avoid compiler bugs on machines where
a > comparison against INT_MIN may do the wrong thing.  Per suggestion
from Andreas.

23 years agoAIX patches from Andreas.
Tom Lane [Sat, 18 Nov 2000 05:40:03 +0000 (05:40 +0000)]
AIX patches from Andreas.

23 years agoSuppress 'comparison-is-always-true' warning on machines
Tom Lane [Sat, 18 Nov 2000 04:40:18 +0000 (04:40 +0000)]
Suppress 'comparison-is-always-true' warning on machines
where char is signed by default.

23 years agoModify locale code to defend against possibility that it was compiled
Tom Lane [Sat, 18 Nov 2000 03:55:51 +0000 (03:55 +0000)]
Modify locale code to defend against possibility that it was compiled
with an -fsigned-char/-funsigned-char setting opposite to that of libc,
thus breaking the convention that 'undefined' values returned by
localeconv() are represented by CHAR_MAX.  It is sheer stupidity that
gcc even has such a switch --- it's just as bad as the structure-packing
control switches offered by the more brain-dead PC compilers --- and
as for the behavior of Linux distribution vendors who set RPM_OPT_FLAGS
differently from the way they built libc, well, words fail me...

23 years agoPut back BufferSync() for WAL after database creation.
Tom Lane [Sat, 18 Nov 2000 03:36:48 +0000 (03:36 +0000)]
Put back BufferSync() for WAL after database creation.
Also, add some comments about what it's for...

23 years agoAdd separate type category for bit string types, allowing mixed bit/varbit
Peter Eisentraut [Fri, 17 Nov 2000 19:57:48 +0000 (19:57 +0000)]
Add separate type category for bit string types, allowing mixed bit/varbit
function calls to work.

23 years agoFix bugs in EUC_TW support. This fix includes patches contributed
Tatsuo Ishii [Fri, 17 Nov 2000 04:42:10 +0000 (04:42 +0000)]
Fix bugs in EUC_TW support. This fix includes patches contributed
by Chih-Chang Hsi. See "A Patch for MIC to EUC_TW code converting in
mb support" posting in pgsql-patches list dated 09 Nov 2000.

23 years agoRecongizing PGCLIENTENCODING has been broken since 7.0.
Tatsuo Ishii [Fri, 17 Nov 2000 04:22:52 +0000 (04:22 +0000)]
Recongizing PGCLIENTENCODING has been broken since 7.0.

23 years agoFix spelling errors in error message.
Tom Lane [Fri, 17 Nov 2000 01:24:46 +0000 (01:24 +0000)]
Fix spelling errors in error message.

23 years agoSuppress occasional failure of final DROP DATABASE due to
Tom Lane [Fri, 17 Nov 2000 00:24:03 +0000 (00:24 +0000)]
Suppress occasional failure of final DROP DATABASE due to
race condition --- old backend may not have shut down by the time we
try to do the DROP.

23 years agoGNUmakefile failed to provide a way to invoke perl Makefile's
Tom Lane [Fri, 17 Nov 2000 00:08:57 +0000 (00:08 +0000)]
GNUmakefile failed to provide a way to invoke perl Makefile's
'make test' target.

23 years agoForgot to add ppport.h to MANIFEST.
Tom Lane [Fri, 17 Nov 2000 00:02:02 +0000 (00:02 +0000)]
Forgot to add ppport.h to MANIFEST.

23 years agoMake a pstrdup copy of the literalbuf when scanning a bit string. Other-
Peter Eisentraut [Thu, 16 Nov 2000 22:47:44 +0000 (22:47 +0000)]
Make a pstrdup copy of the literalbuf when scanning a bit string.  Other-
wise the next bit string in the same command clobbers the previous ones.

23 years agoChange SearchSysCache coding conventions so that a reference count is
Tom Lane [Thu, 16 Nov 2000 22:30:52 +0000 (22:30 +0000)]
Change SearchSysCache coding conventions so that a reference count is
maintained for each cache entry.  A cache entry will not be freed until
the matching ReleaseSysCache call has been executed.  This eliminates
worries about cache entries getting dropped while still in use.  See
my posting to pg-hackers of even date for more info.

23 years agoPrint bit values as binary strings (not hex)
Peter Eisentraut [Thu, 16 Nov 2000 21:43:28 +0000 (21:43 +0000)]
Print bit values as binary strings (not hex)

23 years agoAdd support for casting bit string constants.
Peter Eisentraut [Thu, 16 Nov 2000 17:27:10 +0000 (17:27 +0000)]
Add support for casting bit string constants.

23 years agoClean files after installing, since those files will most likely be root
Peter Eisentraut [Thu, 16 Nov 2000 16:21:55 +0000 (16:21 +0000)]
Clean files after installing, since those files will most likely be root
owned, which can be annoying.

23 years agoThat variable I removed broke XLOG, that part of the delta
Bruce Momjian [Thu, 16 Nov 2000 06:16:00 +0000 (06:16 +0000)]
That variable I removed broke XLOG, that part of the delta
should have read:

Alfred Perlstein

23 years agoI think in datatype.sgml line 506 or so:
Bruce Momjian [Thu, 16 Nov 2000 06:03:40 +0000 (06:03 +0000)]
I think in datatype.sgml line 506 or so:
    <entry>varchar(n)</entry>
        <entry>(4+x) bytes</entry>

should be
   <entry>varchar(n)</entry>
        <entry>(4+n) bytes</entry>

or
   <entry>varchar(x)</entry>
        <entry>(4+x) bytes</entry>

Regards

Laser Henry

23 years agoMake pgsql compile on FreeBSD-alpha.
Bruce Momjian [Thu, 16 Nov 2000 05:51:07 +0000 (05:51 +0000)]
Make pgsql compile on FreeBSD-alpha.

Context diff this time.

Remove -m486 compile args for FreeBSD-i386, compile -O2 on i386.

Compile with only -O on alpha for codegen safety.

Make the port use the TEST_AND_SET for alpha and i386 on FreeBSD.

Fix a lot of bogus string formats for outputting pointers (cast to int
and %u/%x replaced with no cast and %p), and 'Size'(size_t) are now
cast to 'unsigned long' and output with %lu/

Remove an unused variable.

Alfred Perlstein

23 years agoSyslog Facility Patch
Bruce Momjian [Thu, 16 Nov 2000 05:50:01 +0000 (05:50 +0000)]
Syslog Facility Patch

Here is one with a stray character removed.

Larry Rosenman

23 years agoRepair markup
Peter Eisentraut [Wed, 15 Nov 2000 19:43:39 +0000 (19:43 +0000)]
Repair markup

23 years agoRename parameter "hostname" to "virtual_host". Seemed very ambiguous...
Peter Eisentraut [Wed, 15 Nov 2000 18:36:06 +0000 (18:36 +0000)]
Rename parameter "hostname" to "virtual_host".  Seemed very ambiguous...

23 years agoClean up array-dimensions parser a bit.
Tom Lane [Tue, 14 Nov 2000 23:28:13 +0000 (23:28 +0000)]
Clean up array-dimensions parser a bit.
This code still needs a lot of love, however ...

23 years agoFix return type
Peter Eisentraut [Tue, 14 Nov 2000 21:26:21 +0000 (21:26 +0000)]
Fix return type

23 years agospaces to tab
Peter Eisentraut [Tue, 14 Nov 2000 21:23:47 +0000 (21:23 +0000)]
spaces to tab

23 years agoGive GCC on Irix a (theoretical) chance.
Peter Eisentraut [Tue, 14 Nov 2000 21:12:00 +0000 (21:12 +0000)]
Give GCC on Irix a (theoretical) chance.

23 years agoMinor cleanup of tableOid-related coding.
Tom Lane [Tue, 14 Nov 2000 21:04:32 +0000 (21:04 +0000)]
Minor cleanup of tableOid-related coding.

23 years agoClean up comments.
Tom Lane [Tue, 14 Nov 2000 20:47:34 +0000 (20:47 +0000)]
Clean up comments.

23 years agoSmall polishing of syslog facility and ident settings. Only allow setting
Peter Eisentraut [Tue, 14 Nov 2000 19:13:27 +0000 (19:13 +0000)]
Small polishing of syslog facility and ident settings.  Only allow setting
at postmaster start, rename syslog_progid to syslog_ident, since syslog
itself uses that term, fix doc markup.

23 years agoExtend CREATE DATABASE to allow selection of a template database to be
Tom Lane [Tue, 14 Nov 2000 18:37:49 +0000 (18:37 +0000)]
Extend CREATE DATABASE to allow selection of a template database to be
cloned, rather than always cloning template1.  Modify initdb to generate
two identical databases rather than one, template0 and template1.
Connections to template0 are disallowed, so that it will always remain
in its virgin as-initdb'd state.  pg_dumpall now dumps databases with
restore commands that say CREATE DATABASE foo WITH TEMPLATE = template0.
This allows proper behavior when there is user-added data in template1.
initdb forced!

23 years agoUpdate and polish postmaster and postgres help output and man pages.
Peter Eisentraut [Tue, 14 Nov 2000 18:11:32 +0000 (18:11 +0000)]
Update and polish postmaster and postgres help output and man pages.

23 years agoFix illegal combination of SearchSysCacheTuple() and heap_freetuple()
Hiroshi Inoue [Tue, 14 Nov 2000 01:57:30 +0000 (01:57 +0000)]
Fix illegal combination of SearchSysCacheTuple() and heap_freetuple()
in AlterTableOwner().

23 years agoAdd mention of new leading-slash handling of hostname to libpq docs.
Bruce Momjian [Tue, 14 Nov 2000 01:53:37 +0000 (01:53 +0000)]
Add mention of new leading-slash handling of hostname to libpq docs.

23 years agoRename PortName to PortNumber.
Bruce Momjian [Tue, 14 Nov 2000 01:15:06 +0000 (01:15 +0000)]
Rename PortName to PortNumber.

23 years agoAdd mention of hostname leading slash handling to all manual pages that use -h.
Bruce Momjian [Mon, 13 Nov 2000 23:57:20 +0000 (23:57 +0000)]
Add mention of hostname leading slash handling to all manual pages that use -h.

23 years agoRemove -k unix socketpath option from client side, allow hostname with
Bruce Momjian [Mon, 13 Nov 2000 23:37:54 +0000 (23:37 +0000)]
Remove -k unix socketpath option from client side, allow hostname with
leading slash to behave as a unix socket path.

23 years agoOk, You guys are probably tired of me, BUT, here is another one, that
Bruce Momjian [Mon, 13 Nov 2000 21:35:03 +0000 (21:35 +0000)]
Ok, You guys are probably tired of me, BUT, here is another one, that
adds the facility to set the program name used in syslog.
(this includes the other ones).

One gotcha, the parser doesn't like special characters in strings.
For example, i tried to use pg-test, and if failed the parse coming
from the postgresql.conf file.

I don't think it's a showstopper..

Larry Rosenman

23 years agoFix for no hterror().
Bruce Momjian [Mon, 13 Nov 2000 21:31:46 +0000 (21:31 +0000)]
Fix for no hterror().