]> granicus.if.org Git - postgresql/log
postgresql
23 years agoThere's always 1 file missed out ;-)
Peter Mount [Mon, 5 Mar 2001 10:02:35 +0000 (10:02 +0000)]
There's always 1 file missed out ;-)

Found while testing against a full checkout. Peter

23 years agoOk, I've split todays commit into three, the first two already done had some
Peter Mount [Mon, 5 Mar 2001 09:40:02 +0000 (09:40 +0000)]
Ok, I've split todays commit into three, the first two already done had some
bits in JDBC & the first set of tools into contrib.

This is the third, and deals with enabling JDBC to be compiled with the main
source.

What it does is add a new option to configure: --with-java

This option tells configure to look for ant (our build tool of choice) and
if found, it then compiles both the JDBC driver and the new tools as part
of the normal make.

Also, when the postgresql install is done, all the .jar files are also
installed into the ${PGLIB}/java directory (thought best to keep then separate)

Now I had some conflicts when this applied so could someone please double check
that everything is ok?

Peter

23 years agoMinor fixes...
Peter Mount [Mon, 5 Mar 2001 09:17:43 +0000 (09:17 +0000)]
Minor fixes...

23 years agoFirst batch of the tools merged in...
Peter Mount [Mon, 5 Mar 2001 09:15:38 +0000 (09:15 +0000)]
First batch of the tools merged in...

23 years agoPyGreSQL documentation. Based on the README, converted to DocBook by
Peter Eisentraut [Sun, 4 Mar 2001 18:54:07 +0000 (18:54 +0000)]
PyGreSQL documentation.  Based on the README, converted to DocBook by
Mikhail Terekhov <terekhov@emc.com>.

23 years agoUpdate mysql converter, new version released.
Bruce Momjian [Sun, 4 Mar 2001 15:43:33 +0000 (15:43 +0000)]
Update mysql converter, new version released.

23 years agoDocument TEMP option.
Tom Lane [Sat, 3 Mar 2001 22:11:40 +0000 (22:11 +0000)]
Document TEMP option.

23 years agoAdd configure check for -lunix, for QNX.
Peter Eisentraut [Sat, 3 Mar 2001 15:53:41 +0000 (15:53 +0000)]
Add configure check for -lunix, for QNX.

Recode test for equality of source and build directory using 'test -ef',
because even using pwd you might not get equal strings.  Thanks, QNX.

23 years agoUpdate the version number. We may change this to 7.1 if we align it with
D'Arcy J.M. Cain [Sat, 3 Mar 2001 14:00:56 +0000 (14:00 +0000)]
Update the version number.  We may change this to 7.1 if we align it with
PostgreSQL.

Add notice that development has moved into the PostgreSQL tree.

23 years agoAdd oid to list of keys cached.
D'Arcy J.M. Cain [Sat, 3 Mar 2001 13:58:24 +0000 (13:58 +0000)]
Add oid to list of keys cached.

Add a test to avoid an exception in certain cases.

23 years agoIncrementing version number in preparation for next release. Note that I
D'Arcy J.M. Cain [Sat, 3 Mar 2001 13:54:35 +0000 (13:54 +0000)]
Incrementing version number in preparation for next release.  Note that I
am talking with Thomas Lockhart about the idea of bringing the PyGreSQL
version number into alignment with PostgreSQL so this may change to 7.1
before the release.

I have added to the copyright to indicate that from now on the PostgreSQL
copyright will apply.  If someone wants to make that clearer please do.
The existing copyrights need to stay there for now but if necessary I can
ask Pascal Andre if he agrees to a different wording.

Added reference to the Python DB-API 2.0 compliant API wrapper.

Added reference to the PyGreSQL mailing list.

23 years agoAdded postgres.h header for more type checking.
D'Arcy J.M. Cain [Sat, 3 Mar 2001 13:42:37 +0000 (13:42 +0000)]
Added postgres.h header for more type checking.

Changed the way that OID is retrieved on inserts.  PQoidStatus appears
to be deprecated so I am using PQoidValue instead.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 2 Mar 2001 16:10:48 +0000 (16:10 +0000)]
Update TODO list.

23 years agoAdd missing include.
Peter Eisentraut [Thu, 1 Mar 2001 19:03:44 +0000 (19:03 +0000)]
Add missing include.

23 years agoFix memory leak.
Peter Eisentraut [Thu, 1 Mar 2001 18:52:50 +0000 (18:52 +0000)]
Fix memory leak.

23 years agoEnsure previous setting of pset.queryFout is restored after a failed
Tom Lane [Thu, 1 Mar 2001 18:34:29 +0000 (18:34 +0000)]
Ensure previous setting of pset.queryFout is restored after a failed
backslash-g command.

23 years agoAdd missing semicolon required by QNX shell.
Peter Eisentraut [Thu, 1 Mar 2001 16:17:53 +0000 (16:17 +0000)]
Add missing semicolon required by QNX shell.
from "Tegge, Bernd" <tegge@repas-aeg.de>

23 years agoRemove HAVE_OPTARG per discussion in hackers list.
Tatsuo Ishii [Thu, 1 Mar 2001 05:05:29 +0000 (05:05 +0000)]
Remove HAVE_OPTARG per discussion in hackers list.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 1 Mar 2001 03:30:19 +0000 (03:30 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Thu, 1 Mar 2001 02:17:32 +0000 (02:17 +0000)]
Update TODO list.

23 years agoDo not strip whitespace within quotes.
Peter Eisentraut [Wed, 28 Feb 2001 20:39:42 +0000 (20:39 +0000)]
Do not strip whitespace within quotes.

23 years agoUpdate TODO list.
Bruce Momjian [Wed, 28 Feb 2001 18:36:26 +0000 (18:36 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Wed, 28 Feb 2001 18:07:15 +0000 (18:07 +0000)]
Update TODO list.

23 years agoTweak portal (cursor) code so that it will not call the executor again
Tom Lane [Tue, 27 Feb 2001 22:07:34 +0000 (22:07 +0000)]
Tweak portal (cursor) code so that it will not call the executor again
when user does another FETCH after reaching end of data, or another
FETCH backwards after reaching start.  This is needed because some plan
nodes are not very robust about being called again after they've already
returned NULL; for example, MergeJoin will crash in some states but not
others.  While the ideal approach would be for them all to handle this
correctly, it seems foolish to assume that no such bugs would creep in
again once cleaned up.  Therefore, the most robust answer is to prevent
the situation from arising at all.

23 years agoMark new text<->date, text<->time, text<->timetz conversion functions as
Tom Lane [Tue, 27 Feb 2001 20:34:10 +0000 (20:34 +0000)]
Mark new text<->date, text<->time, text<->timetz conversion functions as
noncachable, so that CURRENT_DATE and CURRENT_TIME work as functions
again, rather than being collapsed to constants immediately.  Marking the
reverse conversions noncachable might be overkill, but I'm not sure;
do these datatypes have the notion of a CURRENT value?  Better safe than
sorry, for now.

23 years agostart of an admin tool for FreeBSD to help configure shared memory for
Marc G. Fournier [Tue, 27 Feb 2001 15:37:39 +0000 (15:37 +0000)]
start of an admin tool for FreeBSD to help configure shared memory for
that machine

I kept the name as generic as possible though, as other OS should have
similar methods, so this can be extended "as appropriate" ...

23 years agoMassive commits for SunOS4 port.
Tatsuo Ishii [Tue, 27 Feb 2001 08:13:31 +0000 (08:13 +0000)]
Massive commits for SunOS4 port.

23 years agoFix vacuum analyze error.
Tatsuo Ishii [Tue, 27 Feb 2001 07:07:00 +0000 (07:07 +0000)]
Fix vacuum analyze error.

vacuum analyze on pg_type fails if bogus entries remain in pg_operator.
Here is a sample script to reproduce the problem.

drop table t1;
create table t1(i int);
drop function foo(t1,t1);
create function foo(t1,t1) returns bool as 'select true' language 'sql';
create operator = (
leftarg = t1,
rightarg = t1,
commutator = =,
procedure = foo
);
drop table t1;
vacuum analyze;

23 years agoFixed variable handling in preproc.y.
Michael Meskes [Mon, 26 Feb 2001 14:42:54 +0000 (14:42 +0000)]
Fixed variable handling in preproc.y.

23 years agoAllow pgaccess to input Japanese. See included mail.
Tatsuo Ishii [Mon, 26 Feb 2001 05:15:48 +0000 (05:15 +0000)]
Allow pgaccess to input Japanese. See included mail.

Subject: [HACKERS] pgaccess Japanese input capability patch
From: Tatsuo Ishii <t-ishii@sra.co.jp>
To: teo@flex.ro
Cc: pgsql-hackers@postgresql.org, pgsql-interfaces@postgresql.org
Date: Sat, 24 Feb 2001 21:41:14 +0900

Hi Teodorescu,

I have made patches which enable pgaccess to input Japanese characters
in the table editing window. As you might know, to input Japanese
characters, we first type in "hiragana" then convert it to "kanji". To
make this proccess transparent to tcl application programs, libraries
are provided with localized version of Tcl/Tk. The patches bind
certain keys to initiate a function (kanjiInput) that is responsible
for the conversion process. If the function is not available, those
keys will not be binded.

Comments?
--
Tatsuo Ishii

23 years agoImplement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
Tom Lane [Mon, 26 Feb 2001 00:50:08 +0000 (00:50 +0000)]
Implement COMMIT_SIBLINGS parameter to allow pre-commit delay to occur
only if at least N other backends currently have open transactions.  This
is not a great deal of intelligence about whether a delay might be
profitable ... but it beats no intelligence at all.  Note that the default
COMMIT_DELAY is still zero --- this new code does nothing unless that
setting is changed.
Also, mark ENABLEFSYNC as a system-wide setting.  It's no longer safe to
allow that to be set per-backend, since we may be relying on some other
backend's fsync to have synced the WAL log.

23 years agoEven better example for operator precedence mis-parsing.
Peter Eisentraut [Sun, 25 Feb 2001 16:05:21 +0000 (16:05 +0000)]
Even better example for operator precedence mis-parsing.

23 years agoDoesn't need libpq.
Peter Eisentraut [Sun, 25 Feb 2001 15:57:45 +0000 (15:57 +0000)]
Doesn't need libpq.

23 years agoRemove binary files.
Peter Eisentraut [Sun, 25 Feb 2001 15:55:05 +0000 (15:55 +0000)]
Remove binary files.

23 years agoAt least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000
Tom Lane [Sat, 24 Feb 2001 22:42:45 +0000 (22:42 +0000)]
At least on HPUX, select with delay.tv_sec = 0 and delay.tv_usec = 1000000
does not lead to a one-second delay, but to an immediate EINVAL failure.
This causes CHECKPOINT to crash with s_lock_stuck much too quickly :-(.
Fix by breaking down the requested wait div/mod 1e6.

23 years agoChoose a more suitable example for the operator precedence mis-parsing
Peter Eisentraut [Sat, 24 Feb 2001 18:09:51 +0000 (18:09 +0000)]
Choose a more suitable example for the operator precedence mis-parsing
example.

23 years agoMarkup, spell check, refine JDBC documentation.
Peter Eisentraut [Sat, 24 Feb 2001 12:40:27 +0000 (12:40 +0000)]
Markup, spell check, refine JDBC documentation.

23 years agoWhen under postmaster, bogus arguments should cause proc_exit(0) not
Tom Lane [Sat, 24 Feb 2001 02:04:51 +0000 (02:04 +0000)]
When under postmaster, bogus arguments should cause proc_exit(0) not
proc_exit(1).  Unless you think a system-wide restart is an appropriate
response to bogus PGOPTIONS, that is.

23 years agoFix pg_dump crashes caused by bogus use of va_start/va_end (only seen
Tom Lane [Fri, 23 Feb 2001 22:52:32 +0000 (22:52 +0000)]
Fix pg_dump crashes caused by bogus use of va_start/va_end (only seen
on some platforms, which is not too surprising considering how platform
specific these macros must be).

23 years agoI had a need to read such things as the backend locale and the catalog
Bruce Momjian [Fri, 23 Feb 2001 20:38:35 +0000 (20:38 +0000)]
I had a need to read such things as the backend locale and the catalog
version number from the current database, and couldn't find any existing
program to do that.

linda:~$ pg_controldata
Log file id:                          0
Log file segment:                     5
Last modified:                        Wed Feb  7 19:35:47 2001
Database block size:                  8192
Blocks per segment of large relation: 131072
Catalog version number:               200101061
LC_COLLATE:                           en_GB
LC_CTYPE:                             en_GB
Log archive directory:

Oliver Elphick                                Oliver.Elphick@lfix.co.uk

23 years agoAs long as we're fixing this space calculation, let's actually do it
Tom Lane [Fri, 23 Feb 2001 20:12:37 +0000 (20:12 +0000)]
As long as we're fixing this space calculation, let's actually do it
right.  We should MAXALIGN the individual items because we'll
allocate them individually, not as an array.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 23 Feb 2001 19:38:43 +0000 (19:38 +0000)]
Update TODO list.

23 years agoUpdate comments on locks.
Bruce Momjian [Fri, 23 Feb 2001 19:24:06 +0000 (19:24 +0000)]
Update comments on locks.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 23 Feb 2001 19:21:53 +0000 (19:21 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Fri, 23 Feb 2001 19:14:52 +0000 (19:14 +0000)]
Update TODO list.

23 years agoBruce Momjian <pgman@candle.pha.pa.us> writes:
Bruce Momjian [Fri, 23 Feb 2001 18:28:46 +0000 (18:28 +0000)]
Bruce Momjian <pgman@candle.pha.pa.us> writes:
> Is there one LOCKMETHODCTL for every backend?  I thought there was only
> one of them.
>>
>> You're right, that line is erroneous; it should read
>>
>> size += MAX_LOCK_METHODS * MAXALIGN(sizeof(LOCKMETHODCTL));
>>
>> Not a significant error but it should be changed for clarity ...

23 years agoupdate to beta5 ... I think I ran cvs2cl right this time? :)
Marc G. Fournier [Fri, 23 Feb 2001 18:09:59 +0000 (18:09 +0000)]
update to beta5 ... I think I ran cvs2cl right this time? :)

23 years agoupdate to beta5
Marc G. Fournier [Fri, 23 Feb 2001 18:09:43 +0000 (18:09 +0000)]
update to beta5

23 years agoResolve a compile error.
Hiroshi Inoue [Fri, 23 Feb 2001 09:31:52 +0000 (09:31 +0000)]
Resolve a compile error.

23 years agoReindex of shared system indexes must be overwrite mode.
Hiroshi Inoue [Fri, 23 Feb 2001 09:26:14 +0000 (09:26 +0000)]
Reindex of shared system indexes must be overwrite mode.

23 years agoEnhanced UTF-8/SJIS mapping generator, contributed by
Tatsuo Ishii [Fri, 23 Feb 2001 08:44:33 +0000 (08:44 +0000)]
Enhanced UTF-8/SJIS mapping generator, contributed by
Eiji Tokuya" <e-tokuya@Mail.Sankyo-Unyu.co.jp>

23 years agoFreshen with a few recent platform reports:
Thomas G. Lockhart [Fri, 23 Feb 2001 02:17:27 +0000 (02:17 +0000)]
Freshen with a few recent platform reports:
 Linux/Alpha, Linux/Sparc, MacOS-X.

23 years agochinese-gb -> chinese_gb.
Bruce Momjian [Fri, 23 Feb 2001 01:21:58 +0000 (01:21 +0000)]
chinese-gb -> chinese_gb.

23 years agoRename to chinese-gb
Bruce Momjian [Fri, 23 Feb 2001 01:21:27 +0000 (01:21 +0000)]
Rename to chinese-gb

23 years agoMore comment cleanups.
Bruce Momjian [Thu, 22 Feb 2001 23:20:06 +0000 (23:20 +0000)]
More comment cleanups.

23 years agoMore comment improvements.
Bruce Momjian [Thu, 22 Feb 2001 23:02:33 +0000 (23:02 +0000)]
More comment improvements.

23 years agoClean up index/btree comments/macros, as approved.
Bruce Momjian [Thu, 22 Feb 2001 21:48:49 +0000 (21:48 +0000)]
Clean up index/btree comments/macros, as approved.

23 years agoChange /*---- commants to /* where appropriate. pgindent will tighten
Bruce Momjian [Thu, 22 Feb 2001 18:39:20 +0000 (18:39 +0000)]
Change /*---- commants to /* where appropriate.  pgindent will tighten
up the comments later.

23 years agoUpdate flowchart xfig file.
Bruce Momjian [Thu, 22 Feb 2001 18:09:20 +0000 (18:09 +0000)]
Update flowchart xfig file.

23 years ago The attachement is the Chinese (GB) patch for PgAccess, don't know
Bruce Momjian [Thu, 22 Feb 2001 15:33:14 +0000 (15:33 +0000)]
The attachement is the Chinese (GB) patch for PgAccess, don't know
if it's correct to post here.
It's simple to do the translation, And I've test in 7.0.2 & current CVS,
seems pretty good.
If anyone want this little thing, I'll very happy.
use it is very simple, just gunzip it and copy to
$PGDIR/share/pgaccess/lib/languages/ for current CVS version,
and $PGDIR/pgaccess/lib/languages/ for 7.0*
BTW: I havn't got the tools to translate it to BIG5 encoding, is there
anybody to to it?

He Weiping(Laser Henry)

23 years agoAvoid 'FATAL: out of free buffers: time to abort !" error
Hiroshi Inoue [Thu, 22 Feb 2001 08:59:40 +0000 (08:59 +0000)]
Avoid 'FATAL: out of free buffers: time to abort !" error
during WAL recovery.  Recovery failure is always serious.

23 years agoAdjust expected error message due to change of keyword case-folding.
Tom Lane [Thu, 22 Feb 2001 05:32:56 +0000 (05:32 +0000)]
Adjust expected error message due to change of keyword case-folding.

23 years agoAdd _REGEX_UTILS_H to avoid duplication.
Tatsuo Ishii [Thu, 22 Feb 2001 04:35:00 +0000 (04:35 +0000)]
Add _REGEX_UTILS_H to avoid duplication.

23 years agoUpdate mutibyte doc
Tatsuo Ishii [Thu, 22 Feb 2001 04:30:16 +0000 (04:30 +0000)]
Update mutibyte doc

23 years agoFix the bug report [ODBC] select from a table having more than 32 fields:
Hiroshi Inoue [Thu, 22 Feb 2001 03:39:30 +0000 (03:39 +0000)]
Fix the bug report [ODBC] select from a table having more than 32 fields:
reported by Matteo Cavalleri.
Great thanks to Tom for his accurate analysis.

23 years agoDocument timeofday(), mention start-of-transaction vs. current-time
Tom Lane [Wed, 21 Feb 2001 23:15:24 +0000 (23:15 +0000)]
Document timeofday(), mention start-of-transaction vs. current-time
semantics, a few other small improvements.

23 years agoCorrect bogus output formatting of timeofday() function. A number of
Tom Lane [Wed, 21 Feb 2001 22:03:00 +0000 (22:03 +0000)]
Correct bogus output formatting of timeofday() function.  A number of
microseconds < 100000 should be displayed as, eg, 13.000126, not 13.126.

23 years agoComment improvements.
Bruce Momjian [Wed, 21 Feb 2001 19:07:04 +0000 (19:07 +0000)]
Comment improvements.

23 years agoChange case-folding of keywords to conform to SQL99 and fix misbehavior
Tom Lane [Wed, 21 Feb 2001 18:53:47 +0000 (18:53 +0000)]
Change case-folding of keywords to conform to SQL99 and fix misbehavior
in Turkish locale.  Keywords are now checked under pure ASCII case-folding
rules ('A'-'Z'->'a'-'z' and nothing else).  However, once a word is
determined not to be a keyword, it will be case-folded under the current
locale, same as before.  See pghackers discussion 20-Feb-01.

23 years agoFix markup. (A <keyword> isn't what it is in SQL.) Add jungle of more
Peter Eisentraut [Wed, 21 Feb 2001 17:50:38 +0000 (17:50 +0000)]
Fix markup.  (A <keyword> isn't what it is in SQL.)  Add jungle of more
markup. ;-)

23 years agoSafe guard in case of imporper data is provided to elog()
Tatsuo Ishii [Wed, 21 Feb 2001 06:05:23 +0000 (06:05 +0000)]
Safe guard in case of imporper data is provided to elog()
in multi-byte build.

23 years agonew regression data for 7.1
Tatsuo Ishii [Wed, 21 Feb 2001 06:03:25 +0000 (06:03 +0000)]
new regression data for 7.1

23 years agochange destroydb -> dropdb
Tatsuo Ishii [Wed, 21 Feb 2001 06:02:04 +0000 (06:02 +0000)]
change destroydb -> dropdb

23 years agoAdd more details.
Peter Eisentraut [Tue, 20 Feb 2001 22:27:56 +0000 (22:27 +0000)]
Add more details.

23 years agoTurn on section numbering.
Peter Eisentraut [Tue, 20 Feb 2001 22:27:26 +0000 (22:27 +0000)]
Turn on section numbering.

23 years agoClean out any old versions of no-longer-installed header files that may
Tom Lane [Tue, 20 Feb 2001 20:37:13 +0000 (20:37 +0000)]
Clean out any old versions of no-longer-installed header files that may
be lurking in the install target directory.  But don't zap up-to-date
headers (so install-all-headers before regular install will work).
Per suggestion from Larry Rosenman.

23 years agoRemove unportable #warning directive.
Tom Lane [Tue, 20 Feb 2001 19:39:24 +0000 (19:39 +0000)]
Remove unportable #warning directive.

23 years agoMake sure -L and -I's for our source tree are always before system include
Peter Eisentraut [Tue, 20 Feb 2001 19:20:30 +0000 (19:20 +0000)]
Make sure -L and -I's for our source tree are always before system include
or library directories on the command line.

23 years agoRemove obsolete claim that it doesn't work to use gcc with HP's C++
Tom Lane [Tue, 20 Feb 2001 19:06:16 +0000 (19:06 +0000)]
Remove obsolete claim that it doesn't work to use gcc with HP's C++
compiler or g++ with HP's C compiler.

23 years agoSelect optimization by default for HP's C compiler.
Tom Lane [Tue, 20 Feb 2001 19:04:04 +0000 (19:04 +0000)]
Select optimization by default for HP's C compiler.

23 years agoUpdate TODO list.
Bruce Momjian [Tue, 20 Feb 2001 17:35:09 +0000 (17:35 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Tue, 20 Feb 2001 17:25:42 +0000 (17:25 +0000)]
Update TODO list.

23 years agoChanges:
Bruce Momjian [Tue, 20 Feb 2001 15:34:14 +0000 (15:34 +0000)]
Changes:

* reverse the change #include <> -> "" in krb.c.
  It _must not_ include files in "."
* Makefile update.  Inconsistent var usage and SHLIB was
  not set.

Now it should work with all external libs.

arko Kreen

23 years agoTruncate incoming username and database name to NAMEDATALEN-1 characters
Tom Lane [Tue, 20 Feb 2001 01:34:40 +0000 (01:34 +0000)]
Truncate incoming username and database name to NAMEDATALEN-1 characters
so that we don't reject overlength names unnecessarily.

23 years agoUpdate HPUX FAQ.
Bruce Momjian [Tue, 20 Feb 2001 01:33:07 +0000 (01:33 +0000)]
Update HPUX FAQ.

23 years agoFix pg_passwd's failure to cope with usernames > 8 chars.
Tom Lane [Tue, 20 Feb 2001 01:16:49 +0000 (01:16 +0000)]
Fix pg_passwd's failure to cope with usernames > 8 chars.

23 years agoRemove inclusion of <varargs.h> on SunOS; this does not work since we
Tom Lane [Tue, 20 Feb 2001 00:28:07 +0000 (00:28 +0000)]
Remove inclusion of <varargs.h> on SunOS; this does not work since we
use the ANSI varargs style (<stdarg.h>) not the old style.  Tatsuo had
reported this change was necessary back in the 7.0 beta cycle (4/13/00)
but for some reason, making the edit never got done.

23 years agoDocument --enable-cassert.
Tom Lane [Mon, 19 Feb 2001 22:25:43 +0000 (22:25 +0000)]
Document --enable-cassert.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 19 Feb 2001 21:52:57 +0000 (21:52 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 19 Feb 2001 20:46:14 +0000 (20:46 +0000)]
Update TODO list.

23 years agoChange plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
Tom Lane [Mon, 19 Feb 2001 19:49:53 +0000 (19:49 +0000)]
Change plpgsql's GET DIAGNOSTICS statement to use SQL99-compatible
syntax.  Fix the RESULT_OID case, which never worked.  Add documentation.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 19 Feb 2001 19:06:47 +0000 (19:06 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 19 Feb 2001 16:55:08 +0000 (16:55 +0000)]
Update TODO list.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 19 Feb 2001 15:23:08 +0000 (15:23 +0000)]
Update TODO list.

23 years agoSynced gram.y and preproc.y.
Michael Meskes [Mon, 19 Feb 2001 07:30:20 +0000 (07:30 +0000)]
Synced gram.y and preproc.y.

23 years agoFix nasty bug in configure.
Tatsuo Ishii [Mon, 19 Feb 2001 05:16:40 +0000 (05:16 +0000)]
Fix nasty bug in configure.
      STRTOL='strtoul.o' --> STRTOUL='strtoul.o'

23 years agoUpdate example of partially constraining join order to use a subselect
Tom Lane [Mon, 19 Feb 2001 00:24:30 +0000 (00:24 +0000)]
Update example of partially constraining join order to use a subselect
in FROM instead of an auxiliary view.  We didn't have subselect-in-FROM
when I wrote this originally...

23 years agoAND/OR truth table needs another row IMHO.
Tom Lane [Mon, 19 Feb 2001 00:01:18 +0000 (00:01 +0000)]
AND/OR truth table needs another row IMHO.

23 years agoAdd copyright mentions, per Tom Lane.
Bruce Momjian [Sun, 18 Feb 2001 18:34:02 +0000 (18:34 +0000)]
Add copyright mentions, per Tom Lane.

23 years agoAllow extract() to accept the same field selectors as date_part(), not just
Peter Eisentraut [Sun, 18 Feb 2001 18:06:10 +0000 (18:06 +0000)]
Allow extract() to accept the same field selectors as date_part(), not just
the ones specified by SQL.