]> granicus.if.org Git - postgresql/log
postgresql
23 years agoHello,
Bruce Momjian [Sun, 8 Oct 2000 03:18:57 +0000 (03:18 +0000)]
Hello,

this is patch v 0.4 to support transactions with BLOBs.
All BLOBs are in one table. You need to make initdb.

--
Sincerely Yours,
Denis Perchine

23 years agoRevert rules.out to non-broken state. I will with difficulty hold my
Tom Lane [Sun, 8 Oct 2000 02:51:50 +0000 (02:51 +0000)]
Revert rules.out to non-broken state.  I will with difficulty hold my
tongue about the sloppiness of (a) submitting and (b) committing this
file.

23 years agoRemove S-Tree_indexes.html.gz
Bruce Momjian [Sat, 7 Oct 2000 22:14:09 +0000 (22:14 +0000)]
Remove S-Tree_indexes.html.gz

23 years agoTo create a temporary installation, the regression test driver should use
Peter Eisentraut [Sat, 7 Oct 2000 20:23:03 +0000 (20:23 +0000)]
To create a temporary installation, the regression test driver should use
the make program that was used to build itself.  This seems more correct
than guessing around for some gmake.

23 years ago Thanks for the patch
Bruce Momjian [Sat, 7 Oct 2000 19:48:27 +0000 (19:48 +0000)]
    Thanks for the patch

        It builds and run nicely now

        it seem that the resultmap file have not been updated.

Cyril VELTER

23 years agoRemove stuff that shouldn't be here.
Peter Eisentraut [Sat, 7 Oct 2000 18:59:12 +0000 (18:59 +0000)]
Remove stuff that shouldn't be here.

23 years agoSeparate -Wl,-E or equivalent into separate make variable, since it's only
Peter Eisentraut [Sat, 7 Oct 2000 18:43:23 +0000 (18:43 +0000)]
Separate -Wl,-E or equivalent into separate make variable, since it's only
necessary for the postgres/postmaster link, not every link.

23 years agoautoconf
Bruce Momjian [Sat, 7 Oct 2000 14:57:17 +0000 (14:57 +0000)]
autoconf

23 years agoBeos regression patch.
Bruce Momjian [Sat, 7 Oct 2000 14:55:16 +0000 (14:55 +0000)]
Beos regression patch.

23 years agoautoconf
Bruce Momjian [Sat, 7 Oct 2000 14:40:10 +0000 (14:40 +0000)]
autoconf

23 years ago The beos port in the source tree doesn't even compile. and even
Bruce Momjian [Sat, 7 Oct 2000 14:39:21 +0000 (14:39 +0000)]
    The beos port in the source tree doesn't even compile. and even
after that dynamic loading isn't working and shared memory handling is
broken.

        Attached with this message, there is a Zip file which contain :

        * beos.diff = patch file generated with difforig
        * beos = folder with beos support files which need to be moved in /
src/backend/port
        * expected = foler with three file for message and precision
difference in regression test
        * regression.diff = rule problem (need to kill the backend manualy)
        * dynloader = dynloader files (they are also in the pacth files,
but there is so much modification that I have join full files)

        Everything works except a problem in 'rules' Is there some problems
with rules in the current tree ? It used to works with last week tree.

Cyril VELTER

23 years agoNew beos files. FAQ cleanup.
Bruce Momjian [Sat, 7 Oct 2000 14:16:02 +0000 (14:16 +0000)]
New beos files.  FAQ cleanup.

23 years agoSecond thoughts about where to put DeferredTriggerEndQuery() call.
Tom Lane [Sat, 7 Oct 2000 04:00:41 +0000 (04:00 +0000)]
Second thoughts about where to put DeferredTriggerEndQuery() call.

23 years agoArrange that no database accesses are attempted during parser() --- this
Tom Lane [Sat, 7 Oct 2000 00:58:23 +0000 (00:58 +0000)]
Arrange that no database accesses are attempted during parser() --- this
took some rejiggering of typename and ACL parsing, as well as moving
parse_analyze call out of parser().  Restructure postgres.c processing
so that parse analysis and rewrite are skipped when in abort-transaction
state.  Only COMMIT and ABORT statements will be processed beyond the raw
parser() phase.  This addresses problem of parser failing with database access
errors while in aborted state (see pghackers discussions around 7/28/00).
Also fix some bugs with COMMIT/ABORT statements appearing in the middle of
a single query input string.
Function, operator, and aggregate arguments/results can now use full
TypeName production, in particular foo[] for array types.
DROP OPERATOR and COMMENT ON OPERATOR were broken for unary operators.
Allow CREATE AGGREGATE to accept unquoted numeric constants for initcond.

23 years agoFix silly typo that led to 'tleIsArrayAssign: I'm confused' message.
Tom Lane [Thu, 5 Oct 2000 21:52:08 +0000 (21:52 +0000)]
Fix silly typo that led to 'tleIsArrayAssign: I'm confused' message.
Indeed it was.

23 years agoClean up gcc warning, fix inappropriate choice of configuration symbol.
Tom Lane [Thu, 5 Oct 2000 20:18:33 +0000 (20:18 +0000)]
Clean up gcc warning, fix inappropriate choice of configuration symbol.

23 years agoSuppress gcc warnings.
Tom Lane [Thu, 5 Oct 2000 20:10:20 +0000 (20:10 +0000)]
Suppress gcc warnings.

23 years agoFinal proofreader changes to docs.
Bruce Momjian [Thu, 5 Oct 2000 19:57:23 +0000 (19:57 +0000)]
Final proofreader changes to docs.

23 years agoAdd proofreader's changes to docs.
Bruce Momjian [Thu, 5 Oct 2000 19:48:34 +0000 (19:48 +0000)]
Add proofreader's changes to docs.
Fix misspelling of disbursion to dispersion.

23 years agoReimplementation of UNION/INTERSECT/EXCEPT. INTERSECT/EXCEPT now meet the
Tom Lane [Thu, 5 Oct 2000 19:11:39 +0000 (19:11 +0000)]
Reimplementation of UNION/INTERSECT/EXCEPT.  INTERSECT/EXCEPT now meet the
SQL92 semantics, including support for ALL option.  All three can be used
in subqueries and views.  DISTINCT and ORDER BY work now in views, too.
This rewrite fixes many problems with cross-datatype UNIONs and INSERT/SELECT
where the SELECT yields different datatypes than the INSERT needs.  I did
that by making UNION subqueries and SELECT in INSERT be treated like
subselects-in-FROM, thereby allowing an extra level of targetlist where the
datatype conversions can be inserted safely.
INITDB NEEDED!

23 years agoAllow overriding HSTYLE and PSTYLE from environment
Peter Eisentraut [Thu, 5 Oct 2000 16:57:23 +0000 (16:57 +0000)]
Allow overriding HSTYLE and PSTYLE from environment

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 5 Oct 2000 05:14:58 +0000 (05:14 +0000)]
Update FAQ.

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 5 Oct 2000 04:58:24 +0000 (04:58 +0000)]
Update FAQ.

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 5 Oct 2000 04:57:27 +0000 (04:57 +0000)]
Update FAQ.

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 5 Oct 2000 04:52:18 +0000 (04:52 +0000)]
Update FAQ.

23 years agoUpdate FAQ.
Bruce Momjian [Thu, 5 Oct 2000 04:49:12 +0000 (04:49 +0000)]
Update FAQ.

23 years agoUpdate soundex to new fmgr interface and fix algorithm
Peter Eisentraut [Wed, 4 Oct 2000 19:25:34 +0000 (19:25 +0000)]
Update soundex to new fmgr interface and fix algorithm

23 years agoConvert macaddr documentation to DocBook, update outdated information.
Peter Eisentraut [Wed, 4 Oct 2000 15:47:45 +0000 (15:47 +0000)]
Convert macaddr documentation to DocBook, update outdated information.

23 years agoAdded patch by Cristof for catching yet another NOTICE.
Michael Meskes [Wed, 4 Oct 2000 12:39:45 +0000 (12:39 +0000)]
Added patch by Cristof for catching yet another NOTICE.

23 years agoremoved binary file
Michael Meskes [Wed, 4 Oct 2000 10:11:33 +0000 (10:11 +0000)]
removed binary file

CV: ----------------------------------------------------------------------

23 years agoBtree WAL logging.
Vadim B. Mikheev [Wed, 4 Oct 2000 00:04:43 +0000 (00:04 +0000)]
Btree WAL logging.

23 years agoBetter coding of readline tests
Peter Eisentraut [Tue, 3 Oct 2000 19:50:21 +0000 (19:50 +0000)]
Better coding of readline tests

23 years agoFix to make output format identical on echo -n and echo \c platforms. This
Peter Eisentraut [Tue, 3 Oct 2000 19:37:39 +0000 (19:37 +0000)]
Fix to make output format identical on echo -n and echo \c platforms.  This
had caused the test counts to be wrong on the latter group.

23 years agoTreat empty connection parameters as is, in particular to enable overriding
Peter Eisentraut [Tue, 3 Oct 2000 19:16:17 +0000 (19:16 +0000)]
Treat empty connection parameters as is, in particular to enable overriding
environment variables with "nothing".  Empty host parameter indicates
Unix socket.

23 years agoOne check for sys/un.h ought to be enough. Zero checks for sys/shm.h are not.
Peter Eisentraut [Tue, 3 Oct 2000 13:39:24 +0000 (13:39 +0000)]
One check for sys/un.h ought to be enough.  Zero checks for sys/shm.h are not.

23 years agoCleanup of fe-connect ifdef platform problem added with beos.
Bruce Momjian [Tue, 3 Oct 2000 03:39:46 +0000 (03:39 +0000)]
Cleanup of fe-connect ifdef platform problem added with beos.

23 years agoautoconf
Bruce Momjian [Tue, 3 Oct 2000 03:20:13 +0000 (03:20 +0000)]
autoconf

23 years agoUpdate configure.in
Bruce Momjian [Tue, 3 Oct 2000 03:20:00 +0000 (03:20 +0000)]
Update configure.in

23 years agoautoconf
Bruce Momjian [Tue, 3 Oct 2000 03:15:44 +0000 (03:15 +0000)]
autoconf

23 years agoAdd configure.in change.
Bruce Momjian [Tue, 3 Oct 2000 03:14:53 +0000 (03:14 +0000)]
Add configure.in change.

23 years agoNew diff that now covers the entire tree. Applying this gets postgresql
Bruce Momjian [Tue, 3 Oct 2000 03:11:26 +0000 (03:11 +0000)]
New diff that now covers the entire tree.  Applying this gets postgresql

working on the VERY latest version of BeOS.  I'm sure there will be
alot of comments, but then if there weren't I'd be disappointed!

Thanks for your continuing efforts to get this into your tree.

Haven't bothered with the new files as they haven't changed.

BTW Peter, the compiler is "broken" about the bool define and so on.
I'm filing a bug report to try and get it addressed.  Hopefully then we
can tidy up the code a bit.

I await the replies with interest :)

David Reid

23 years ago"installcheck" doesn't need to depend on "all" since we depend on the user
Peter Eisentraut [Mon, 2 Oct 2000 22:21:21 +0000 (22:21 +0000)]
"installcheck" doesn't need to depend on "all" since we depend on the user
to start up a postmaster anyway.

23 years agoMop up from caddr_t -> Datum conversion to make things extra type safe
Peter Eisentraut [Mon, 2 Oct 2000 21:45:33 +0000 (21:45 +0000)]
Mop up from caddr_t -> Datum conversion to make things extra type safe

23 years agoBanish caddr_t (mostly), use Datum where appropriate.
Peter Eisentraut [Mon, 2 Oct 2000 19:42:56 +0000 (19:42 +0000)]
Banish caddr_t (mostly), use Datum where appropriate.

23 years agoUpdate TODO list.
Bruce Momjian [Mon, 2 Oct 2000 17:36:56 +0000 (17:36 +0000)]
Update TODO list.

23 years agoautoconf
Bruce Momjian [Mon, 2 Oct 2000 17:18:50 +0000 (17:18 +0000)]
autoconf

23 years agoHere is the first batch of files and diffs for the BeOS port. I've run into
Bruce Momjian [Mon, 2 Oct 2000 17:16:01 +0000 (17:16 +0000)]
Here is the first batch of files and diffs for the BeOS port.  I've run into
problems with some bits of it, but when all the patches are in it'll build
and we can fix it from there :)  I've got a version that builds and runs and
that is the basis for these patches.

The first file has the new additional files that are required,
    template/beos
    backend/port/dynloader/beos.c
    backend/port/dynloader/beos.h
    include/port/beos.h
    makefiles/Makefile.beos

The second is a tarball of diffs against a few files.  I've added sys/ipc.h
to configure and config.h via configure.in and config.h.in and then started
adding the check as this file isn't needed on BeOS and having loads of
#ifdef BEOS isn't as obvious as #ifdef HAVE_SYS_IPC_H and isn't as
autconf'ish :)
Files touched are
    include/c.h
    configure.in
    include/config.h.in
    include/storage/ipc.h
    include/utils/int8.h

Let me know how these go.  I'll await a response before submitting any more.

Any problems just get in touch.

David Reid

23 years agoIn the meaning of bug-fix, the patch is not needed. Because you
Bruce Momjian [Mon, 2 Oct 2000 16:15:53 +0000 (16:15 +0000)]
In the meaning of bug-fix, the patch is not needed. Because you
have already modified "next_insert()" in 7.0-ecpglib.  However
in the meaning of speed-up, the patch will be needed.
--
Regards,
SAKAIDA Masaaki  -- Osaka, Japan

23 years agoCommunicate PGPORT and PGHOST via environment, not command line
Peter Eisentraut [Mon, 2 Oct 2000 11:47:30 +0000 (11:47 +0000)]
Communicate PGPORT and PGHOST via environment, not command line

23 years agoHonor $(SHELL) when invoking pg_regress.
Tom Lane [Mon, 2 Oct 2000 06:07:25 +0000 (06:07 +0000)]
Honor $(SHELL) when invoking pg_regress.

23 years agoFix silly typo that prevented resultmap from being honored by
Tom Lane [Mon, 2 Oct 2000 06:03:25 +0000 (06:03 +0000)]
Fix silly typo that prevented resultmap from being honored by
pg_regress.

23 years agoMake default ACL be consistent --- ie, starting point for ChangeAcl
Tom Lane [Mon, 2 Oct 2000 04:49:28 +0000 (04:49 +0000)]
Make default ACL be consistent --- ie, starting point for ChangeAcl
is the same as the access permissions granted when a relation's relacl
field is NULL, ie, owner=all rights, world=no rights.

23 years agoautoconf
Bruce Momjian [Mon, 2 Oct 2000 03:59:36 +0000 (03:59 +0000)]
autoconf

23 years agoFix configure types.h
Bruce Momjian [Mon, 2 Oct 2000 03:58:31 +0000 (03:58 +0000)]
Fix configure types.h

23 years agoAdd sys/types include for sockaddr test to configure
Bruce Momjian [Mon, 2 Oct 2000 03:55:15 +0000 (03:55 +0000)]
Add sys/types include for sockaddr test to configure

23 years agoAdd missing python files.
Bruce Momjian [Mon, 2 Oct 2000 03:46:24 +0000 (03:46 +0000)]
Add missing python files.

23 years agoUpdate for PyGreSQL 3.0, from D'Arcy J.M. Cain
Bruce Momjian [Mon, 2 Oct 2000 03:27:33 +0000 (03:27 +0000)]
Update for PyGreSQL 3.0, from D'Arcy J.M. Cain

23 years agoFix quoting bug
Peter Eisentraut [Sun, 1 Oct 2000 22:23:14 +0000 (22:23 +0000)]
Fix quoting bug

23 years agoFix test order
Peter Eisentraut [Sun, 1 Oct 2000 21:19:09 +0000 (21:19 +0000)]
Fix test order

23 years agoFix nasty TRUNCATE bug reported by Darrin Ladd. RelationTruncateIndexes
Tom Lane [Sat, 30 Sep 2000 18:28:53 +0000 (18:28 +0000)]
Fix nasty TRUNCATE bug reported by Darrin Ladd.  RelationTruncateIndexes
would close and then re-open rel being truncated.  Depending on the
luck of the draw, the re-opened relcache entry might or might not be
at the same physical location as before.  Unfortunately, if it wasn't
then heap_truncate would crash and burn, because it still had a pointer
at the old location.  Fix is to open and then close rel in
RelationTruncateIndexes, so that rel's refcount never goes to zero
until heap_truncate is done.

23 years agoConvert more charset/locale documentation to DocBook
Peter Eisentraut [Sat, 30 Sep 2000 16:58:20 +0000 (16:58 +0000)]
Convert more charset/locale documentation to DocBook

23 years agofix shell bug
Peter Eisentraut [Sat, 30 Sep 2000 10:45:17 +0000 (10:45 +0000)]
fix shell bug

23 years agoUpdate FAQ.
Bruce Momjian [Sat, 30 Sep 2000 03:04:39 +0000 (03:04 +0000)]
Update FAQ.

23 years agoUpdate TODO list.
Bruce Momjian [Sat, 30 Sep 2000 02:20:53 +0000 (02:20 +0000)]
Update TODO list.

23 years agoautoconf
Bruce Momjian [Fri, 29 Sep 2000 22:01:56 +0000 (22:01 +0000)]
autoconf

23 years agoPlease apply the following patch to fix problems with the AIX port
Bruce Momjian [Fri, 29 Sep 2000 22:00:49 +0000 (22:00 +0000)]
Please apply the following patch to fix problems with the AIX port
and the fmgr redesign.

It makes the homebrewn dl*() functions for more recent Versions of AIX
obsolete
by using the system dl*() functions instead.

It also fixes the expected file for the horology regression test.
Please regenerate configure from configure.in, I don't have the
environment/time.

Andreas

23 years agoAdd `id' attributes to all `chapter' and `sect1' tags, to generate useful
Peter Eisentraut [Fri, 29 Sep 2000 20:21:34 +0000 (20:21 +0000)]
Add `id' attributes to all `chapter' and `sect1' tags, to generate useful
names for the HTML files (e.g., not x4856.htm).

23 years agoSubselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
Tom Lane [Fri, 29 Sep 2000 18:21:41 +0000 (18:21 +0000)]
Subselects in FROM clause, per ISO syntax: FROM (SELECT ...) [AS] alias.
(Don't forget that an alias is required.)  Views reimplemented as expanding
to subselect-in-FROM.  Grouping, aggregates, DISTINCT in views actually
work now (he says optimistically).  No UNION support in subselects/views
yet, but I have some ideas about that.  Rule-related permissions checking
moved out of rewriter and into executor.
INITDB REQUIRED!

23 years agoNew unified regression test driver, test/regress makefile cleanup,
Peter Eisentraut [Fri, 29 Sep 2000 17:17:41 +0000 (17:17 +0000)]
New unified regression test driver, test/regress makefile cleanup,
add "check" and "installcheck" targets, straighten out make variable naming
of host_os, host_cpu, etc.

23 years agoStandardize on __CYGWIN__ rather than __CYGWIN32__ macro. Doesn't matter
Peter Eisentraut [Fri, 29 Sep 2000 13:53:35 +0000 (13:53 +0000)]
Standardize on __CYGWIN__ rather than __CYGWIN32__ macro.  Doesn't matter
either way (although the former is preferred by the Cygwin folks
themselves), but using only one seems nicer.

23 years agoEnable initdb to create several levels of directories for PGDATA, if
Peter Eisentraut [Fri, 29 Sep 2000 13:38:02 +0000 (13:38 +0000)]
Enable initdb to create several levels of directories for PGDATA, if
`mkdir -p' works.

23 years agoLinking with -lc or -lm crashes on Cygwin; filter out those libraries from
Peter Eisentraut [Fri, 29 Sep 2000 13:36:50 +0000 (13:36 +0000)]
Linking with -lc or -lm crashes on Cygwin; filter out those libraries from
the LIBS variable.

23 years agoCygwin uses _sys_nerr for sys_nerr
Peter Eisentraut [Fri, 29 Sep 2000 13:35:26 +0000 (13:35 +0000)]
Cygwin uses _sys_nerr for sys_nerr

23 years agoBufferAlloc() doesn't allocate write error buffers.
Hiroshi Inoue [Fri, 29 Sep 2000 03:55:45 +0000 (03:55 +0000)]
BufferAlloc() doesn't allocate write error buffers.
Remove compiler waring(my fault).

23 years agoavoid database-wide restart on write error
Hiroshi Inoue [Fri, 29 Sep 2000 01:23:47 +0000 (01:23 +0000)]
avoid database-wide restart on write error

23 years agoCygwin doesn't have DST before 1970 either
Peter Eisentraut [Thu, 28 Sep 2000 08:53:32 +0000 (08:53 +0000)]
Cygwin doesn't have DST before 1970 either

23 years agoFixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.
Peter Eisentraut [Wed, 27 Sep 2000 15:17:57 +0000 (15:17 +0000)]
Fixes for Cygwin, with help from Pete Forman <gsez020@kryten.bedford.waii.com>.

Update the installation instructions (formerly misnamed "FAQ"), add configure
checks for some headers rather than having users copy stubs manually (ugh!).
Use Autoconf check for exe extension.  This also avoids inheriting the value
of $(X) from the environment.

23 years agoChange with delimiters to using delimiters in psql manual page.
Bruce Momjian [Wed, 27 Sep 2000 11:56:16 +0000 (11:56 +0000)]
Change with delimiters to using delimiters in psql manual page.

23 years agoReset current user id to session user id during transaction abort
Peter Eisentraut [Wed, 27 Sep 2000 10:41:55 +0000 (10:41 +0000)]
Reset current user id to session user id during transaction abort

23 years ago- Synced preproc.y with gram.y.
Michael Meskes [Tue, 26 Sep 2000 11:41:45 +0000 (11:41 +0000)]
- Synced preproc.y with gram.y.
- Synced keyword.c.
- Added patch by Christof Petig <christof.petig@wtal.de> to fix NOT
  FOUND problem on update/insert/delete.

23 years agoFix compile error in ecpg when enable-multibyte is on. This is due to
Tatsuo Ishii [Tue, 26 Sep 2000 05:42:15 +0000 (05:42 +0000)]
Fix compile error in ecpg when enable-multibyte is on.  This is due to
illegal call to pg_mbclipen() that is for backend only.  However I
have not remove the entire part of the problem, rather mark it with
#ifdef MULTIBYTE_NOTUSED since we should come back with a long range
solution someday.

23 years agodocument configure --without-tk
Peter Eisentraut [Mon, 25 Sep 2000 22:52:49 +0000 (22:52 +0000)]
document configure --without-tk

23 years agoWhen the RI triggers lock the PK table, temporarily switch the current user
Peter Eisentraut [Mon, 25 Sep 2000 22:34:20 +0000 (22:34 +0000)]
When the RI triggers lock the PK table, temporarily switch the current user
id to the owner of the PK table, to avoid permission problems.

23 years agoRevise Tcl/Tk configuration. Make missing Tcl after --with-tcl an error,
Peter Eisentraut [Mon, 25 Sep 2000 22:23:01 +0000 (22:23 +0000)]
Revise Tcl/Tk configuration.  Make missing Tcl after --with-tcl an error,
add --without-tk option to disable Tk.  We don't need the AC_PATH_XTRA
test because tkConfig.sh already contains all the information about how to
compile and link with X.  Also make sure that libpq is up to date for
libpgtcl.  Remove executable bits from pgaccess.sh, but add it to pgaccess.

23 years agoCorrect error in grammar for subselect-in-FROM: SQL spec does not allow
Tom Lane [Mon, 25 Sep 2000 18:38:39 +0000 (18:38 +0000)]
Correct error in grammar for subselect-in-FROM: SQL spec does not allow
omission of alias_clause for a subselect.

23 years agoUse variable aliases, if supplied, rather than real column names in
Tom Lane [Mon, 25 Sep 2000 18:14:55 +0000 (18:14 +0000)]
Use variable aliases, if supplied, rather than real column names in
complaints about ungrouped variables.  This is for consistency with
behavior elsewhere, notably the fact that the relname is reported as
an alias in these same complaints.  Also, it'll work with subselect-
in-FROM where old code didn't.

23 years agoSystem neglected to complain about ungrouped variables passed to
Tom Lane [Mon, 25 Sep 2000 18:09:28 +0000 (18:09 +0000)]
System neglected to complain about ungrouped variables passed to
sublinks when outer query contained aggregates but no GROUP clause.

23 years agoKarel missed an ichar->chr ...
Tom Lane [Mon, 25 Sep 2000 16:36:36 +0000 (16:36 +0000)]
Karel missed an ichar->chr ...

23 years agoChange // to /*.
Bruce Momjian [Mon, 25 Sep 2000 14:40:27 +0000 (14:40 +0000)]
Change // to /*.

23 years ago the patch include:
Bruce Momjian [Mon, 25 Sep 2000 12:58:47 +0000 (12:58 +0000)]
  the patch include:

        - rename ichar() to chr() (discussed with Tom)

        - add docs for oracle compatible routines:

                btrim()
                ascii()
                chr()
                repeat()

        - fix bug with timezone in to_char()

        - all to_char() variants return NULL instead textin("")
          if it's needful.

 The contrib/odbc is without changes and contains same routines as main
tree ... because I not sure how plans are Thomas with this :-)

                                        Karel
---------------------------------------------------------------------------

This effectively one line patch should fix the fact that
foreign key definitions in create table were erroring if
a primary key was defined.  I was using the columns
list to get the columns of the table for comparison, but
it got reused as a temporary list inside the primary key
stuff.

Stephan Szabo

23 years agodisable plperl again.
Bruce Momjian [Mon, 25 Sep 2000 12:43:24 +0000 (12:43 +0000)]
disable plperl again.

23 years agoAcquire read lock on a buffer while writing it out, to prevent
Tom Lane [Mon, 25 Sep 2000 04:11:09 +0000 (04:11 +0000)]
Acquire read lock on a buffer while writing it out, to prevent
concurrent modifications to the page by other backends.

23 years agoTweak resultmap so that geometry regress test selects the right comparison
Tom Lane [Sun, 24 Sep 2000 04:07:11 +0000 (04:07 +0000)]
Tweak resultmap so that geometry regress test selects the right comparison
file on LinuxPPC, which is identified by config.guess as
powerpc-unknown-linux-gnu (not ...-gnulibc1).

23 years agoClean up some ugly coding (hardwired constants) in index_formtuple.
Tom Lane [Sat, 23 Sep 2000 22:40:12 +0000 (22:40 +0000)]
Clean up some ugly coding (hardwired constants) in index_formtuple.

23 years agoThese are obsolete.
Peter Eisentraut [Sat, 23 Sep 2000 00:42:36 +0000 (00:42 +0000)]
These are obsolete.

23 years agoDon't free() the result of getpwuid().
Peter Eisentraut [Fri, 22 Sep 2000 23:02:00 +0000 (23:02 +0000)]
Don't free() the result of getpwuid().
Discovered by Jason Tishler <Jason.Tishler@dothill.com>.

23 years agoSetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.
Tom Lane [Fri, 22 Sep 2000 15:34:31 +0000 (15:34 +0000)]
SetPGVariable() crashed on SET DateStyle TO DEFAULT and related cases.

23 years agoAdd check of 'SET DateStyle TO DEFAULT'.
Tom Lane [Fri, 22 Sep 2000 15:33:31 +0000 (15:33 +0000)]
Add check of 'SET DateStyle TO DEFAULT'.

23 years agoReplace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
Peter Eisentraut [Thu, 21 Sep 2000 20:17:43 +0000 (20:17 +0000)]
Replace brain-dead Autoconf macros AC_ARG_{ENABLE,WITH} with something
that's actually useful, robust, consistent.

Better plan to generate aclocal.m4 as well: use m4 include directives,
rather than cat.

23 years ago*** empty log message ***
Michael Meskes [Thu, 21 Sep 2000 11:56:08 +0000 (11:56 +0000)]
*** empty log message ***