OSDN Git Service

pg-rex/syncrep.git
24 years agoUse initdb --noclean so that test database is available for examination
Tom Lane [Fri, 7 Apr 2000 17:51:13 +0000 (17:51 +0000)]
Use initdb --noclean so that test database is available for examination
if initdb fails.

24 years agoAgain update of rule manual page.
Bruce Momjian [Fri, 7 Apr 2000 17:37:24 +0000 (17:37 +0000)]
Again update of rule manual page.

24 years agoUpdate rule examples
Bruce Momjian [Fri, 7 Apr 2000 17:35:08 +0000 (17:35 +0000)]
Update rule examples

24 years agoRemove mention of INSTANCE rule system, because it is gone.
Bruce Momjian [Fri, 7 Apr 2000 17:23:11 +0000 (17:23 +0000)]
Remove mention of INSTANCE rule system, because it is gone.

24 years agoAdd transcendental math functions (sine, cosine, etc)
Thomas G. Lockhart [Fri, 7 Apr 2000 13:40:45 +0000 (13:40 +0000)]
Add transcendental math functions (sine, cosine, etc)
Add a random number generator and seed setter (random(), SET SEED)
Fix up the interval*float8 math to carry partial months
 into the time field.
Add float8*interval so we have symmetry in the available math.
Fix the parser and define.c to accept SQL92 types as field arguments.
Fix the parser to accept SQL92 types for CREATE TYPE, etc. This is
 necessary to allow...
Bit/varbit support in contrib/bit cleaned up to compile and load
 cleanly. Still needs some work before final release.
Implement the "SOME" keyword as a synonym for "ANY" per SQL92.
Implement ascii(text), ichar(int4), repeat(text,int4) to help
 support the ODBC driver.
Enable the TRUNCATE() function mapping in the ODBC driver.

24 years agoDocument new SET SEED command.
Thomas G. Lockhart [Fri, 7 Apr 2000 13:31:18 +0000 (13:31 +0000)]
Document new SET SEED command.

24 years agoFix path to initdb in installation instructions.
Thomas G. Lockhart [Fri, 7 Apr 2000 13:30:58 +0000 (13:30 +0000)]
Fix path to initdb in installation instructions.
General cleanup for 7.0.

24 years agoClean up directory to compile and run on my Linux box at least.
Thomas G. Lockhart [Fri, 7 Apr 2000 13:28:37 +0000 (13:28 +0000)]
Clean up directory to compile and run on my Linux box at least.
Note that there is some trouble with inconsistant input/output formats.

24 years agoCommebts & one check in EndEvalPlanQual().
Vadim B. Mikheev [Fri, 7 Apr 2000 07:24:47 +0000 (07:24 +0000)]
Commebts & one check in EndEvalPlanQual().

24 years agoFix (I hope) resource leakage in EvalPlanQual: open subplans must be
Tom Lane [Fri, 7 Apr 2000 00:59:17 +0000 (00:59 +0000)]
Fix (I hope) resource leakage in EvalPlanQual: open subplans must be
properly shut down in EndPlan, else we fail to free buffers and so forth
that they hold.

24 years agoPartial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.
Tom Lane [Fri, 7 Apr 2000 00:30:41 +0000 (00:30 +0000)]
Partial fix for EvalPlanQual bugs reported by Magnus Hagander, 3-Apr.
Ensure that outer tuple link needed for inner indexscan qual evaluation
gets set in the EvalPlanQual case.  This stops coredump, but we still
have resource leaks due to failure to clean up EvalPlanQual properly...

24 years agoUpdate initdb display of postmaster startup
Bruce Momjian [Thu, 6 Apr 2000 18:27:01 +0000 (18:27 +0000)]
Update initdb display of postmaster startup

24 years agoAllow vacuum of temporary tables
Bruce Momjian [Thu, 6 Apr 2000 18:12:07 +0000 (18:12 +0000)]
Allow vacuum of temporary tables

24 years agoAdd POLLUTE to interfaces/Makefile
Bruce Momjian [Thu, 6 Apr 2000 03:34:55 +0000 (03:34 +0000)]
Add POLLUTE to interfaces/Makefile

24 years agoRepair assert failure in tuple-chain-moving logic (introduced by yours
Tom Lane [Thu, 6 Apr 2000 00:29:51 +0000 (00:29 +0000)]
Repair assert failure in tuple-chain-moving logic (introduced by yours
truly, I'm afraid).

24 years agoUpdate vacuum to mention analyze
Bruce Momjian [Wed, 5 Apr 2000 21:51:11 +0000 (21:51 +0000)]
Update vacuum to mention analyze

24 years ago*** empty log message ***
Michael Meskes [Wed, 5 Apr 2000 15:51:28 +0000 (15:51 +0000)]
*** empty log message ***

24 years agoPlease forget all I said about gcc and AIX in my previous mail.
Bruce Momjian [Wed, 5 Apr 2000 14:47:21 +0000 (14:47 +0000)]
Please forget all I said about gcc and AIX in my previous mail.
It does work with the following patch applied and gcc 2.95.2 .

Use --with-template=aix_gcc to compile the whole lot with gcc.

The geometry regression test produces different precision.
With optimization I run into regression failures starting at oidjoins,
thus no -O2. Anybody else try gcc 2.95.2 and -O2 on beta4 ?

This is an important patch, since recent versions of the IBM compiler
are not for free, and thus most questions I get concern gcc.

Andreas

PS.: I am testing with beta4

24 years agoSolaris geometry results were out of sync with the input file
Peter Eisentraut [Wed, 5 Apr 2000 11:02:28 +0000 (11:02 +0000)]
Solaris geometry results were out of sync with the input file

24 years ago*** empty log message ***
Michael Meskes [Wed, 5 Apr 2000 09:05:40 +0000 (09:05 +0000)]
*** empty log message ***

24 years agoRename geometry.*bsdi to geo.*bsd. for Freebsd.
Bruce Momjian [Wed, 5 Apr 2000 02:36:41 +0000 (02:36 +0000)]
Rename geometry.*bsdi to geo.*bsd. for Freebsd.

24 years agofreebsd 4.0 is like bsdi for geometry test ...
Marc G. Fournier [Wed, 5 Apr 2000 02:25:11 +0000 (02:25 +0000)]
freebsd 4.0 is like bsdi for geometry test ...

24 years agofreebsd has *-freebsd and *-freebsdelf ... float8 passes with this
Marc G. Fournier [Wed, 5 Apr 2000 02:08:29 +0000 (02:08 +0000)]
freebsd has *-freebsd and *-freebsdelf ... float8 passes with this

24 years agoActually, that still wasn't quite right. If we skip a query because of
Tom Lane [Tue, 4 Apr 2000 23:52:50 +0000 (23:52 +0000)]
Actually, that still wasn't quite right.  If we skip a query because of
xact abort state in pg_exec_query_dest, we should continue scanning the
querytree list, on the off chance that one of the later queries in the
string is COMMIT or ROLLBACK.

24 years agoFix bug noted by Bruce: FETCH in an already-aborted transaction block
Tom Lane [Tue, 4 Apr 2000 21:44:40 +0000 (21:44 +0000)]
Fix bug noted by Bruce: FETCH in an already-aborted transaction block
would crash, due to premature invocation of SetQuerySnapshot().  Clean
up problems with handling of multiple queries by splitting
pg_parse_and_plan into two routines.  The old code would not, for
example, do the right thing with END; SELECT... submitted in one query
string when it had been in transaction abort state, because it'd decide
to skip planning the SELECT before it had executed the END.  New
arrangement is simpler and doesn't force caller to plan if only
parse+rewrite is needed.

24 years agoRemove FETCH syntax heading from MOVE manual page.
Bruce Momjian [Tue, 4 Apr 2000 19:42:36 +0000 (19:42 +0000)]
Remove FETCH syntax heading from MOVE manual page.

24 years agoRemove from FETCH manual page:
Bruce Momjian [Tue, 4 Apr 2000 19:29:18 +0000 (19:29 +0000)]
Remove from FETCH manual page:

       Once  all  rows  are  fetched,  every  other  fetch access
       returns no rows.

24 years agoNo ID file needed.
Bruce Momjian [Tue, 4 Apr 2000 13:51:38 +0000 (13:51 +0000)]
No ID file needed.

24 years agoUpdate QNX FAQ
Bruce Momjian [Tue, 4 Apr 2000 13:49:30 +0000 (13:49 +0000)]
Update QNX FAQ

24 years agoAdd a check to pg_dump to see whether backend is same version as pg_dump.
Tom Lane [Tue, 4 Apr 2000 05:22:46 +0000 (05:22 +0000)]
Add a check to pg_dump to see whether backend is same version as pg_dump.
If not, abort by default.  Abort can be prevented by using -i or
--ignore-version switch.

24 years agoUpdate regression for bsdi.
Bruce Momjian [Tue, 4 Apr 2000 04:07:53 +0000 (04:07 +0000)]
Update regression for bsdi.

24 years agoCorrect off-by-one error in strncat() usage.
Tom Lane [Tue, 4 Apr 2000 03:00:16 +0000 (03:00 +0000)]
Correct off-by-one error in strncat() usage.

24 years agoWhen rewriting an aggregate introduced into WHERE, allow agg argument to
Tom Lane [Tue, 4 Apr 2000 02:30:52 +0000 (02:30 +0000)]
When rewriting an aggregate introduced into WHERE, allow agg argument to
be an expression not just a simple Var, so long as only one table is
referenced (so that code isn't really any more difficult than before).
This whole thing is still fundamentally bogus, but at least we can accept
a few more cases than before.

24 years agoFor no good reason at all, libplpgsql was getting linked with libpq.
Tom Lane [Tue, 4 Apr 2000 01:47:59 +0000 (01:47 +0000)]
For no good reason at all, libplpgsql was getting linked with libpq.
Since plpgsql is a backend extension, it doesn't need libpq...

24 years agoFix extremely nasty little bug observed when a sub-SELECT appears in
Tom Lane [Tue, 4 Apr 2000 01:21:48 +0000 (01:21 +0000)]
Fix extremely nasty little bug observed when a sub-SELECT appears in
WHERE in a place where it can be part of a nestloop inner indexqual.
As the code stood, it put the same physical sub-Plan node into both
indxqual and indxqualorig of the IndexScan plan node.  That confused
later processing in the optimizer (which expected that tracing the
subPlan list would visit each subplan node exactly once), and would
probably have blown up in the executor if the planner hadn't choked first.
Fix by making the 'fixed' indexqual be a complete deep copy of the
original indexqual, rather than trying to share nodes below the topmost
operator node.  This had further ramifications though, because we were
making the aforesaid list of sub-Plan nodes during SS_process_sublinks
which is run before construction of the 'fixed' indexqual, meaning that
the copy of the sub-Plan didn't show up in that list.  Fix by rearranging
logic so that the sub-Plan list is built by the final set_plan_references
pass, not in SS_process_sublinks.  This may sound like a mess, but it's
actually a good deal cleaner now than it was before, because we are no
longer dependent on the assumption that planning will never make a copy
of a sub-Plan node.

24 years agoAugment the function call map logic with code from Tom Lane.
Thomas G. Lockhart [Tue, 4 Apr 2000 01:07:54 +0000 (01:07 +0000)]
Augment the function call map logic with code from Tom Lane.
 Should be more robust to overflows.
 Pass through an unmapped function unchanged, rather than rejecting it.
Add a few more functions, but comment out those which can go through as-is.
Can be used with contrib/odbc/ package, though that isn't committed yet.

24 years agoHi,
Bruce Momjian [Mon, 3 Apr 2000 20:56:40 +0000 (20:56 +0000)]
Hi,

    here is an updated version of the bit type with a bugfix and all the necessa
ry
SQL functions defined. This should replace what is currently in contrib. I'd
appreciate any comments on what is there.

Kind regards,

Adriaan

24 years ago*** empty log message ***
Michael Meskes [Mon, 3 Apr 2000 19:34:26 +0000 (19:34 +0000)]
*** empty log message ***

24 years agoLooks like Peter forgot to commit configure with configure.in.
Tom Lane [Mon, 3 Apr 2000 00:33:54 +0000 (00:33 +0000)]
Looks like Peter forgot to commit configure with configure.in.

24 years agoCopy-editing, mostly.
Tom Lane [Sun, 2 Apr 2000 22:59:40 +0000 (22:59 +0000)]
Copy-editing, mostly.

24 years agoMention DST boundaries as a possible cause of regress test failure.
Tom Lane [Sun, 2 Apr 2000 22:28:54 +0000 (22:28 +0000)]
Mention DST boundaries as a possible cause of regress test failure.

24 years ago*** empty log message ***
Michael Meskes [Sun, 2 Apr 2000 08:51:44 +0000 (08:51 +0000)]
*** empty log message ***

24 years agoAdjusted for new (again!) config.guess output under QNX
Peter Eisentraut [Fri, 31 Mar 2000 22:03:52 +0000 (22:03 +0000)]
Adjusted for new (again!) config.guess output under QNX

24 years agoFix low-probability bug in relcache startup: write_irels wrote the
Tom Lane [Fri, 31 Mar 2000 19:39:22 +0000 (19:39 +0000)]
Fix low-probability bug in relcache startup: write_irels wrote the
pg_internal.init file in-place, which meant that if another backend
started at about the same time, it might read the incomplete file.
init_irels tries to guard against that, but I have now seen a crash
due to reading bad data from a partly-written file.  (This may indicate
a kernel bug on my platform?  Not sure.)  Anyway, clearly the safest
course is to write the new pg_internal.init file under a unique temporary
filename, and rename it into place only after it's all written.

24 years agoCorrect typo.
Tom Lane [Fri, 31 Mar 2000 17:45:32 +0000 (17:45 +0000)]
Correct typo.

24 years agoImprove wording a little bit.
Tom Lane [Fri, 31 Mar 2000 17:45:00 +0000 (17:45 +0000)]
Improve wording a little bit.

24 years agoUpdate index cost estimation docs to final 7.0 scheme.
Tom Lane [Fri, 31 Mar 2000 17:18:26 +0000 (17:18 +0000)]
Update index cost estimation docs to final 7.0 scheme.

24 years agoMinor copy-editing.
Tom Lane [Fri, 31 Mar 2000 15:00:14 +0000 (15:00 +0000)]
Minor copy-editing.

24 years agoCREATE AGGREGATE ref page claimed that a noise-word AS was allowed in
Tom Lane [Fri, 31 Mar 2000 14:57:05 +0000 (14:57 +0000)]
CREATE AGGREGATE ref page claimed that a noise-word AS was allowed in
the syntax ... but gram.y doesn't think so.

24 years agoI have tested the beta3 on WinNT and here are the results:
Bruce Momjian [Fri, 31 Mar 2000 14:14:36 +0000 (14:14 +0000)]
I have tested the beta3 on WinNT and here are the results:
- I was unable to compile ecpg due to the ":=" instead of "=" in defining
LIBPQDIR and some other variables in Makefile.global.in
- pg_id (and also pg_encoding) executable was not removed during "make
clean" - there was no $(X) appended to the executable name for rm
- I have added result for int2, int4, float8 and geometry regression tests
        - int2, int2 - yet another message for too large numbers ;-)
        - float8 - it is problably a bug in the newlib C library - it has no
error message for numbers with exponent -400
        - geometry - differences in precision of float numbers
- I have added appropriate lines into resultmap file
- I have modified the script regress.sh to use "case" statement when testing
the hostname. For cygwin the script is called with "i686-pc-cygwin" (on my
machine) as a parameter and this was not catched with the "if" statement.
The check was done for PORTNAME (win) and not HOSTNAME (i.86-pc-cygwin*).

The patch for described modifications is included.

All this modifications can be applied to "current" tree too.
The compilation was done on CygwinB20.1 with gcc 2.95, cygipc library 1.05.
The binaries were able to run also on the newest development snapshot
(2000-03-25).

                        Dan

24 years agoFix pgaccess __wish__ thing.
Bruce Momjian [Fri, 31 Mar 2000 14:05:07 +0000 (14:05 +0000)]
Fix pgaccess __wish__ thing.

24 years agoRegenerate configure (for configure.in version 1.305)
Tatsuo Ishii [Fri, 31 Mar 2000 13:07:03 +0000 (13:07 +0000)]
Regenerate configure (for configure.in version 1.305)

24 years agoFix configure.in. Remove SJIS, BIG5, WIN1250 from the selection list of
Tatsuo Ishii [Fri, 31 Mar 2000 13:04:31 +0000 (13:04 +0000)]
Fix configure.in. Remove SJIS, BIG5, WIN1250 from the selection list of
multibyte encodings. These cannot be used as a backend/database encoding
(OK to use as a client encoding).

24 years agoAdd new pgaccess languages.
Bruce Momjian [Fri, 31 Mar 2000 11:30:10 +0000 (11:30 +0000)]
Add new pgaccess languages.

24 years agoUpdate pgaccess to 0.98.5
Bruce Momjian [Fri, 31 Mar 2000 11:22:36 +0000 (11:22 +0000)]
Update pgaccess to 0.98.5

24 years ago*** empty log message ***
Hiroshi Inoue [Fri, 31 Mar 2000 08:16:33 +0000 (08:16 +0000)]
*** empty log message ***

24 years agoInclude all information from the old man pages.
Thomas G. Lockhart [Fri, 31 Mar 2000 06:17:52 +0000 (06:17 +0000)]
Include all information from the old man pages.

24 years agoUse a uniform chapter title for all of the procedural languages.
Thomas G. Lockhart [Fri, 31 Mar 2000 06:17:21 +0000 (06:17 +0000)]
Use a uniform chapter title for all of the procedural languages.

24 years agoUpdate from Andreas Kardos.
Tom Lane [Fri, 31 Mar 2000 05:36:54 +0000 (05:36 +0000)]
Update from Andreas Kardos.

24 years agoAdd expected output for netbsd, per report from Patrick Welche.
Tom Lane [Fri, 31 Mar 2000 05:30:31 +0000 (05:30 +0000)]
Add expected output for netbsd, per report from Patrick Welche.

24 years agoAdd resultmap entries for datetime-related tests on alpha-dec-osf.
Tom Lane [Fri, 31 Mar 2000 05:13:39 +0000 (05:13 +0000)]
Add resultmap entries for datetime-related tests on alpha-dec-osf.

24 years agoUpdate horology-solaris-1947.out per results from SL Baur. These are
Tom Lane [Fri, 31 Mar 2000 05:11:13 +0000 (05:11 +0000)]
Update horology-solaris-1947.out per results from SL Baur.  These are
actually from an alpha-dec-osf machine, but as far as can be told the
two platforms have the same ideas about past DST rules.

24 years agoUpdate alpha templates as suggested by SL Baur and Adriaan Joubert.
Tom Lane [Fri, 31 Mar 2000 05:03:39 +0000 (05:03 +0000)]
Update alpha templates as suggested by SL Baur and Adriaan Joubert.
Make similar changes to hpux templates.  Might want to do the same for
other foo_cc and foo_gcc pairs, but will desist until I hear from
someone who uses those platforms.

24 years agoUse the CXXFLAGS exported by configure (amazingly, we weren't before!)
Tom Lane [Fri, 31 Mar 2000 05:00:36 +0000 (05:00 +0000)]
Use the CXXFLAGS exported by configure (amazingly, we weren't before!)
and do not arbitrarily pull in CFLAGS instead.  This caters to platforms
where the C++ compiler does not like all the same switches the C compiler
wants.

24 years agoMinor markup changes. Refer to (".../catalog") in the emacs hints.
Thomas G. Lockhart [Fri, 31 Mar 2000 03:27:42 +0000 (03:27 +0000)]
Minor markup changes. Refer to (".../catalog") in the emacs hints.

24 years agoAdd Bruce's pgeasy doc from the man page.
Thomas G. Lockhart [Fri, 31 Mar 2000 03:26:21 +0000 (03:26 +0000)]
Add Bruce's pgeasy doc from the man page.

24 years agoDocument recent changes in syntax, including examples.
Thomas G. Lockhart [Fri, 31 Mar 2000 03:20:17 +0000 (03:20 +0000)]
Document recent changes in syntax, including examples.

24 years agoGet rid of SetBufferWriteMode(), which was an accident waiting to happen.
Tom Lane [Fri, 31 Mar 2000 02:43:31 +0000 (02:43 +0000)]
Get rid of SetBufferWriteMode(), which was an accident waiting to happen.
In the event of an elog() while the mode was set to immediate write,
there was no way for it to be set back to the normal delayed write.
The mechanism was a waste of space and cycles anyway, since the only user
was varsup.c, which could perfectly well call FlushBuffer directly.
Now it does just that, and the notion of a write mode is gone.

24 years agoNew coding for SET provoked a 'var might be used uninitialized' warning
Tom Lane [Fri, 31 Mar 2000 02:11:03 +0000 (02:11 +0000)]
New coding for SET provoked a 'var might be used uninitialized' warning
from gcc.  Which wasn't actually a code bug, but I don't like warnings.

24 years agoUpdate make_mkid for mkid version 4.0.
Bruce Momjian [Fri, 31 Mar 2000 01:41:27 +0000 (01:41 +0000)]
Update make_mkid for mkid version 4.0.

24 years agoMake discussion of names clearer and more accurate.
Tom Lane [Thu, 30 Mar 2000 23:42:34 +0000 (23:42 +0000)]
Make discussion of names clearer and more accurate.

24 years agoRemove PL/perl language chapter, since it shows up in the User's Guide.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:34:29 +0000 (22:34 +0000)]
Remove PL/perl language chapter, since it shows up in the User's Guide.

24 years agoAccumulated fixups.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:22:41 +0000 (22:22 +0000)]
Accumulated fixups.
Add some chapters on new topics.
Change to referencing OASIS/Docbook v3.1 rather than Davenport/Docbook v3.0
Grepped for and fixed apparent tag mangling from emacs
 "Normalize" operation. Should be the last of those.

24 years agoRenamed from bug-reports.sgml. Not all problems are bugs ;)
Thomas G. Lockhart [Thu, 30 Mar 2000 22:19:47 +0000 (22:19 +0000)]
Renamed from bug-reports.sgml. Not all problems are bugs ;)

24 years agoWriteup from Tom Lane on how costs are estimated.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:18:54 +0000 (22:18 +0000)]
Writeup from Tom Lane on how costs are estimated.

24 years agoHints on how to fill a database.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:17:50 +0000 (22:17 +0000)]
Hints on how to fill a database.

24 years agoAdd reference to the original Postgres papers at a UCB web site.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:17:16 +0000 (22:17 +0000)]
Add reference to the original Postgres papers at a UCB web site.

24 years agoSmall emacs fixup for catalogs.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:14:47 +0000 (22:14 +0000)]
Small emacs fixup for catalogs.

24 years agoSplit off language-specific docs to their own chapters.
Thomas G. Lockhart [Thu, 30 Mar 2000 22:13:30 +0000 (22:13 +0000)]
Split off language-specific docs to their own chapters.
Add PL/perl docs from Mark Hollomon.
Put language-specific docs into the User's Guide, and move the rest
 to the Programmer's Guide.

24 years ago*** empty log message ***
Michael Meskes [Thu, 30 Mar 2000 11:41:46 +0000 (11:41 +0000)]
*** empty log message ***

24 years agoalpha-dec-osf host pattern must become alpha.*-dec-osf to match
Tom Lane [Thu, 30 Mar 2000 07:49:39 +0000 (07:49 +0000)]
alpha-dec-osf host pattern must become alpha.*-dec-osf to match
newer Alpha platforms.

24 years agoUpdate alternate float8 output files to match current float8.sql.
Tom Lane [Thu, 30 Mar 2000 07:46:00 +0000 (07:46 +0000)]
Update alternate float8 output files to match current float8.sql.

24 years agoUpdate numeric_big regress test for 7.0. This has apparently been
Tom Lane [Thu, 30 Mar 2000 07:13:20 +0000 (07:13 +0000)]
Update numeric_big regress test for 7.0.  This has apparently been
broken almost since the word go ... I guess no one ever ran it ...

24 years agoEnable more flexible syntax for the SET command. Now allows single floats,
Thomas G. Lockhart [Thu, 30 Mar 2000 06:02:36 +0000 (06:02 +0000)]
Enable more flexible syntax for the SET command. Now allows single floats,
 single integers, and lists of names, without surrounding them with quotes.
Remove all tokens which are defined as operators from ColID and ColLabel
 to avoid precedence confusion. Thanks to Tom Lane for catching this.

24 years agoMakefile should not pre-empt user's decision about whether
Tom Lane [Thu, 30 Mar 2000 05:57:30 +0000 (05:57 +0000)]
Makefile should not pre-empt user's decision about whether
to use -g ... especially not when this can cause real problems on some
platforms ...

24 years agoUnixware fix for new config.guess output,
Tom Lane [Thu, 30 Mar 2000 05:49:47 +0000 (05:49 +0000)]
Unixware fix for new config.guess output,
from Bill.Allie@mug.org.

24 years agoMake use of configure symbols for unportable constructs. Make
Tom Lane [Thu, 30 Mar 2000 05:30:42 +0000 (05:30 +0000)]
Make use of configure symbols for unportable constructs.  Make
inclusions of system headers more consistent.

24 years agoAutoconf.
Tom Lane [Thu, 30 Mar 2000 05:29:44 +0000 (05:29 +0000)]
Autoconf.

24 years agoAdd configure checks to see if 'using namespace std' and
Tom Lane [Thu, 30 Mar 2000 05:29:21 +0000 (05:29 +0000)]
Add configure checks to see if 'using namespace std' and
'#include <string>' work in the local C++ compiler.

24 years agoChange cross reference to CREATE AGGREGATE to a citation, since the
Thomas G. Lockhart [Thu, 30 Mar 2000 05:07:48 +0000 (05:07 +0000)]
Change cross reference to CREATE AGGREGATE to a citation, since the
 Programmer's Guide does not have access to the reference page.
Normalize markup.

24 years agoRemove extraneous semicolon.
Tom Lane [Thu, 30 Mar 2000 02:59:14 +0000 (02:59 +0000)]
Remove extraneous semicolon.

24 years agoReplace refs to v6.6 with v7.0.
Tom Lane [Thu, 30 Mar 2000 02:51:12 +0000 (02:51 +0000)]
Replace refs to v6.6 with v7.0.

24 years agoTweak indexscan cost estimation: round estimated # of tuples visited up
Tom Lane [Thu, 30 Mar 2000 00:53:30 +0000 (00:53 +0000)]
Tweak indexscan cost estimation: round estimated # of tuples visited up
to next integer.  Previously, if selectivity was small, we could compute
very tiny scan cost on the basis of estimating that only 0.001 tuple
would be fetched, which is silly.  This naturally led to some rather
silly plans...

24 years agoAdded latest config.guess and config.sub
Peter Eisentraut [Wed, 29 Mar 2000 16:12:31 +0000 (16:12 +0000)]
Added latest config.guess and config.sub

24 years agoChange rules for interpreting date/time input to disallow 1 and 3 character
Thomas G. Lockhart [Wed, 29 Mar 2000 03:57:18 +0000 (03:57 +0000)]
Change rules for interpreting date/time input to disallow 1 and 3 character
 years. Rejects dates like '0.085', which were accepted previously.

24 years agoChange rules for interpreting date/time input to disallow 1 and 3 character
Thomas G. Lockhart [Wed, 29 Mar 2000 03:57:11 +0000 (03:57 +0000)]
Change rules for interpreting date/time input to disallow 1 and 3 character
 years. Rejects dates like '0.085', which were accepted previously.
Minor mods of ODBC markup.

24 years agoFix markup for terminology.
Thomas G. Lockhart [Tue, 28 Mar 2000 14:35:27 +0000 (14:35 +0000)]
Fix markup for terminology.

24 years agoAdd mention of join syntax to release notes, and reformat a few lines.
Thomas G. Lockhart [Tue, 28 Mar 2000 14:35:13 +0000 (14:35 +0000)]
Add mention of join syntax to release notes, and reformat a few lines.
Update porting info. Still need a lot of platforms tested.
Fix small errors in markup.

24 years agoUpdate SGML catalog references to DocBook 3.1 on FreeBSD.
Thomas G. Lockhart [Tue, 28 Mar 2000 14:16:07 +0000 (14:16 +0000)]
Update SGML catalog references to DocBook 3.1 on FreeBSD.
Matches postgresql.org/hub.org environment.

24 years agoSmall improvements to user's guide description of arrays.
Tom Lane [Tue, 28 Mar 2000 03:39:50 +0000 (03:39 +0000)]
Small improvements to user's guide description of arrays.