]> granicus.if.org Git - postgresql/log
postgresql
25 years agoFix for ACL length problem on different platforms.
Bruce Momjian [Fri, 9 Jul 1999 03:28:53 +0000 (03:28 +0000)]
Fix for ACL length problem on different platforms.

25 years agoBackup pg_atoi patch for long checking. Caused initdb problems.
Bruce Momjian [Fri, 9 Jul 1999 03:27:20 +0000 (03:27 +0000)]
Backup pg_atoi patch for long checking.  Caused initdb problems.

25 years agoAdd linux_m68k template file.
Bruce Momjian [Fri, 9 Jul 1999 02:35:37 +0000 (02:35 +0000)]
Add linux_m68k template file.

25 years agoRename tuturials for char2/char16 removal.
Bruce Momjian [Thu, 8 Jul 1999 15:28:51 +0000 (15:28 +0000)]
Rename tuturials for char2/char16 removal.

25 years agoRename example temp to mytemp.
Bruce Momjian [Thu, 8 Jul 1999 15:27:01 +0000 (15:27 +0000)]
Rename example temp to mytemp.

25 years agoUpdate TODO
Bruce Momjian [Thu, 8 Jul 1999 05:04:49 +0000 (05:04 +0000)]
Update TODO

25 years agoUpdate.
Bruce Momjian [Thu, 8 Jul 1999 05:02:09 +0000 (05:02 +0000)]
Update.

25 years agoUpdate todo
Bruce Momjian [Thu, 8 Jul 1999 05:01:25 +0000 (05:01 +0000)]
Update todo

25 years agoUpdate TODO.
Bruce Momjian [Thu, 8 Jul 1999 03:34:00 +0000 (03:34 +0000)]
Update TODO.

25 years agoNew TODO list.
Bruce Momjian [Thu, 8 Jul 1999 03:33:19 +0000 (03:33 +0000)]
New TODO list.

25 years agoTest Case:
Bruce Momjian [Thu, 8 Jul 1999 03:32:57 +0000 (03:32 +0000)]
Test Case:
----------
exec sql begin declare section;
   short s ;
   unsigned short us;
exec sql end   declare section;
exec sql create table test(s smallint, us smallint);
exec sql commit;
s = 1; us =32000;
exec sql insert into test values( :s, :us ) ;  <== error

Error Message: "i4toi2: '-600309759' causes int2 underflow"

Masaaki Sakaida

25 years agoAdd CXXFLAGS +=
Bruce Momjian [Thu, 8 Jul 1999 03:30:16 +0000 (03:30 +0000)]
Add CXXFLAGS +=

25 years ago> In both datetime_trunc() and timespan_trunc() in dt.c,
Bruce Momjian [Thu, 8 Jul 1999 03:22:46 +0000 (03:22 +0000)]
> In both datetime_trunc() and timespan_trunc() in dt.c,
> the DTK_MICROSEC case is just like the DTK_MILLISEC case.
> I think this is wrong and it ought to look like
>         fsec = rint(fsec * 1000000) / 1000000;
> no?

Tom Lane.

25 years agoRename pg_temp to pg_sorttemp so it does not conflict with temp table names.
Bruce Momjian [Thu, 8 Jul 1999 02:46:39 +0000 (02:46 +0000)]
Rename pg_temp to pg_sorttemp so it does not conflict with temp table names.

25 years agopg_atoi() does range check on int4 data only if
Bruce Momjian [Thu, 8 Jul 1999 00:27:01 +0000 (00:27 +0000)]
pg_atoi() does range check on int4 data only if
"HAS_LONG_LONG" is defined based on the assumption that
strtol() would return ERANGE if a platform does not support
64-bit integers. In current PostgreSQL 6.5 (and 6.4.2)
distribution, "HAS_LONG_LONG" is defined only if platform
is "alpha". (See include/port/alpha.h) I think the int4
range check should apply to linux_alpha as well. (I have
not tested yet but I guess this might be applicable to
newer Linux/i386 distributions which includes new GCC which
implements long int as 64-bit int.)

25 years agoIrix update from Mark Dalphin
Bruce Momjian [Thu, 8 Jul 1999 00:15:03 +0000 (00:15 +0000)]
Irix update from  Mark Dalphin

25 years agoAdd ^ precidence.
Bruce Momjian [Thu, 8 Jul 1999 00:00:43 +0000 (00:00 +0000)]
Add ^ precidence.

25 years agoAllow port numbers 32k - 64k.
Bruce Momjian [Wed, 7 Jul 1999 17:17:50 +0000 (17:17 +0000)]
Allow port numbers 32k - 64k.

25 years agoNewer README.NT.
Bruce Momjian [Wed, 7 Jul 1999 16:41:18 +0000 (16:41 +0000)]
Newer README.NT.

25 years agoFix for \do and ceil()/float.
Bruce Momjian [Wed, 7 Jul 1999 16:09:33 +0000 (16:09 +0000)]
Fix for \do and ceil()/float.

25 years agoFix spelling of variable name.
Bruce Momjian [Wed, 7 Jul 1999 09:36:45 +0000 (09:36 +0000)]
Fix spelling of variable name.

25 years agoCleanup of min tuple size.
Bruce Momjian [Wed, 7 Jul 1999 09:27:28 +0000 (09:27 +0000)]
Cleanup of min tuple size.

25 years agoFix misspelling.
Bruce Momjian [Wed, 7 Jul 1999 09:11:15 +0000 (09:11 +0000)]
Fix misspelling.

25 years agoAdd new TODO file to CVS tree.
Bruce Momjian [Tue, 6 Jul 1999 20:41:22 +0000 (20:41 +0000)]
Add new TODO file to CVS tree.

25 years agoUpdate makefile to generate man pages.
Thomas G. Lockhart [Tue, 6 Jul 1999 17:19:42 +0000 (17:19 +0000)]
Update makefile to generate man pages.
Include first cut at instructions for man pages in docguide.sgml.
Fix markup.

25 years agoAdd missing paragraph end tag.
Thomas G. Lockhart [Tue, 6 Jul 1999 17:18:31 +0000 (17:18 +0000)]
Add missing paragraph end tag.

25 years agoFix some markup, but probably not finished yet...
Thomas G. Lockhart [Tue, 6 Jul 1999 17:17:31 +0000 (17:17 +0000)]
Fix some markup, but probably not finished yet...

25 years agoFix markup for docbook2man man page generation.
Thomas G. Lockhart [Tue, 6 Jul 1999 17:16:42 +0000 (17:16 +0000)]
Fix markup for docbook2man man page generation.
No big deal; fixed lots of other markup at the same time.
Bigest change: make sure there is no whitespace
 in front of <term> contents.
This will probably help the other output types too.

25 years agoInclude rules for building a man tar file.
Thomas G. Lockhart [Tue, 6 Jul 1999 17:13:50 +0000 (17:13 +0000)]
Include rules for building a man tar file.

25 years agoRemove old readme file.
Bruce Momjian [Mon, 5 Jul 1999 21:48:21 +0000 (21:48 +0000)]
Remove old readme file.

25 years agoAlign cleanup.
Bruce Momjian [Sun, 4 Jul 1999 05:47:06 +0000 (05:47 +0000)]
Align cleanup.

25 years agoMore alignment
Bruce Momjian [Sun, 4 Jul 1999 05:44:56 +0000 (05:44 +0000)]
More alignment

25 years agoClean up maximum rewrite tuple length.
Bruce Momjian [Sun, 4 Jul 1999 05:16:05 +0000 (05:16 +0000)]
Clean up maximum rewrite tuple length.

25 years agoClarify maximum tuple and max attribute lengths.
Bruce Momjian [Sun, 4 Jul 1999 04:56:02 +0000 (04:56 +0000)]
Clarify maximum tuple and max attribute lengths.

25 years agoMake exec_simple_check_plan() check for a null plan, so
Tom Lane [Sun, 4 Jul 1999 01:03:01 +0000 (01:03 +0000)]
Make exec_simple_check_plan() check for a null plan, so
that it doesn't crash when processing a utility statement.

25 years agoAdd abortcurrent trans to temp table fix.
Bruce Momjian [Sat, 3 Jul 1999 15:43:57 +0000 (15:43 +0000)]
Add abortcurrent trans to temp table fix.

25 years agoMore cleanup
Bruce Momjian [Sat, 3 Jul 1999 01:57:53 +0000 (01:57 +0000)]
More cleanup

25 years agoUpdate tuple size check.
Bruce Momjian [Sat, 3 Jul 1999 01:56:16 +0000 (01:56 +0000)]
Update tuple size check.

25 years agoFix for insertion of tuple too large.
Bruce Momjian [Sat, 3 Jul 1999 01:47:02 +0000 (01:47 +0000)]
Fix for insertion of tuple too large.

25 years agoFix to prevent too large tuple from being created.
Bruce Momjian [Sat, 3 Jul 1999 00:33:04 +0000 (00:33 +0000)]
Fix to prevent too large tuple from being created.

25 years agoFix for removal of temp tables if last transaction was aborted.
Bruce Momjian [Fri, 2 Jul 1999 18:09:28 +0000 (18:09 +0000)]
Fix for removal of temp tables if last transaction was aborted.

25 years agotypo fix.
Bruce Momjian [Fri, 2 Jul 1999 03:21:37 +0000 (03:21 +0000)]
typo fix.

25 years ago#ifdef around true and false.
Bruce Momjian [Thu, 1 Jul 1999 19:47:25 +0000 (19:47 +0000)]
#ifdef around true and false.

25 years agoAdd files to point to TODO list.
Bruce Momjian [Thu, 1 Jul 1999 05:31:22 +0000 (05:31 +0000)]
Add files to point to TODO list.

25 years agomake distclean missed a few symlinks created by configure.
Tom Lane [Thu, 1 Jul 1999 00:06:28 +0000 (00:06 +0000)]
make distclean missed a few symlinks created by configure.

25 years agoMake sure symlinks for sharedlib get removed by 'make clean'.
Tom Lane [Wed, 30 Jun 1999 23:57:31 +0000 (23:57 +0000)]
Make sure symlinks for sharedlib get removed by 'make clean'.

25 years agoGenerate a full set of version-numbered symlinks when building
Tom Lane [Wed, 30 Jun 1999 23:54:18 +0000 (23:54 +0000)]
Generate a full set of version-numbered symlinks when building
a shared library, not just when installing it.

25 years ago*** empty log message ***
Michael Meskes [Tue, 29 Jun 1999 09:25:25 +0000 (09:25 +0000)]
*** empty log message ***

25 years agoAvoid disk writes for read-only transactions.
Vadim B. Mikheev [Tue, 29 Jun 1999 04:54:49 +0000 (04:54 +0000)]
Avoid disk writes for read-only transactions.

25 years agoAdd time warning about bigtests.
Bruce Momjian [Mon, 28 Jun 1999 18:40:34 +0000 (18:40 +0000)]
Add time warning about bigtests.

25 years agoSome minor bug fixes
Peter Mount [Sun, 27 Jun 1999 11:05:38 +0000 (11:05 +0000)]
Some minor bug fixes

25 years agoAdd var defines for no testandset
Bruce Momjian [Sat, 26 Jun 1999 15:58:28 +0000 (15:58 +0000)]
Add var defines for no testandset

25 years agoRemove -m486 on Openbsd.
Bruce Momjian [Sat, 26 Jun 1999 15:54:36 +0000 (15:54 +0000)]
Remove -m486 on Openbsd.

25 years ago*** empty log message ***
Michael Meskes [Fri, 25 Jun 1999 10:42:06 +0000 (10:42 +0000)]
*** empty log message ***

25 years agoMakefile.global failed to define $(LIBS), which is
Tom Lane [Fri, 25 Jun 1999 00:13:45 +0000 (00:13 +0000)]
Makefile.global failed to define $(LIBS), which is
unfortunate considering that several subdirectory makefiles were counting
on it to do so...

25 years ago*** empty log message ***
Michael Meskes [Thu, 24 Jun 1999 13:15:31 +0000 (13:15 +0000)]
*** empty log message ***

25 years agoRemove User's Guide entities since they were not being used.
Thomas G. Lockhart [Wed, 23 Jun 1999 06:21:19 +0000 (06:21 +0000)]
Remove User's Guide entities since they were not being used.

25 years agoAdd information on generating INSTALL and HISTORY from sgml sources.
Thomas G. Lockhart [Wed, 23 Jun 1999 06:19:36 +0000 (06:19 +0000)]
Add information on generating INSTALL and HISTORY from sgml sources.

25 years agoClarify input/output timezone information.
Thomas G. Lockhart [Wed, 23 Jun 1999 06:17:51 +0000 (06:17 +0000)]
Clarify input/output timezone information.
Add detail on exact interpretation of "concatenated date"
 for various lengths.

25 years agoAdd backup/restore info to Admin Guide.
Thomas G. Lockhart [Wed, 23 Jun 1999 06:15:37 +0000 (06:15 +0000)]
Add backup/restore info to Admin Guide.
Split management chapter from start-ag.sgml to manage-ag.sgml.

25 years agoMinor changes to Fred Horsh's updates.
Thomas G. Lockhart [Wed, 23 Jun 1999 06:12:31 +0000 (06:12 +0000)]
Minor changes to Fred Horsh's updates.

25 years agoUpdate maximum identifier length from 15 to 31 characters.
Thomas G. Lockhart [Wed, 23 Jun 1999 06:09:57 +0000 (06:09 +0000)]
Update maximum identifier length from 15 to 31 characters.

25 years agoSome fixes supplied by Jon Nielsen jonfn@image.dk
Peter Mount [Wed, 23 Jun 1999 05:56:20 +0000 (05:56 +0000)]
Some fixes supplied by Jon Nielsen jonfn@image.dk

25 years agoThe references to mailing lists in the resources page seem outdated.
Bruce Momjian [Mon, 21 Jun 1999 15:23:58 +0000 (15:23 +0000)]
The references to mailing lists in the resources page seem outdated.
Patch attached.

Fred Horch

25 years agoSome suggestions to clarify the current status of PostgreSQL. Patch
Bruce Momjian [Mon, 21 Jun 1999 15:12:19 +0000 (15:12 +0000)]
Some suggestions to clarify the current status of PostgreSQL.  Patch
attached.

Fred Horch

25 years agoReplace rewriter's checkQueryHasAggs and checkQueryHasSubLink
Tom Lane [Mon, 21 Jun 1999 01:26:56 +0000 (01:26 +0000)]
Replace rewriter's checkQueryHasAggs and checkQueryHasSubLink
with expression_tree_walker-based code.  The former failed to cope with
expressions containing SubLinks, and the latter returned TRUE for both
SubLinks and Aggrefs (cut-and-paste bug?).  There is a lot more scope for
using expression_tree_walker in this module, but I'll restrain myself
until the 6.6 split occurs from touching not-demonstrably-broken code.

25 years agoClean up problems with sublinks + grouping in planner. Not
Tom Lane [Mon, 21 Jun 1999 01:20:57 +0000 (01:20 +0000)]
Clean up problems with sublinks + grouping in planner.  Not
sure if they are all fixed, because rewriter is now the stumbling block,
but at least some cases work that did not work before.

25 years agoOn second thought, expression_tree_walker should handle bare
Tom Lane [Mon, 21 Jun 1999 01:18:02 +0000 (01:18 +0000)]
On second thought, expression_tree_walker should handle bare
SubLink nodes after all ...

25 years agoI have a small patch for 6.5.
Bruce Momjian [Sat, 19 Jun 1999 05:05:52 +0000 (05:05 +0000)]
I have a small patch for 6.5.

 aclchk.c: heap_close() is not called after calling heap_openr().

Atsushi Ogawa

25 years agoRename to vararg_format().
Bruce Momjian [Sat, 19 Jun 1999 05:00:30 +0000 (05:00 +0000)]
Rename to vararg_format().

25 years agoChange form() to varargform() to prevent portability problems.
Bruce Momjian [Sat, 19 Jun 1999 04:54:23 +0000 (04:54 +0000)]
Change form() to varargform() to prevent portability problems.

25 years agoMy first chosen victim for expression_tree_walker conversion
Tom Lane [Sat, 19 Jun 1999 03:48:31 +0000 (03:48 +0000)]
My first chosen victim for expression_tree_walker conversion
is parse_aggs.c.  This fixes its failure to cope with (at least) CaseExpr
and ArrayRef nodes, which is the reason why both of these fail in 6.5:
select coalesce(f1,0) from int4_tbl group by f1;
ERROR:  Illegal use of aggregates or non-group column in target list
select sentence.words[0] from sentence group by sentence.words[0];
ERROR:  Illegal use of aggregates or non-group column in target list
The array case still fails, but at least it's not parse_agg's fault
anymore ... considering that we now support CASE officially, I think
it's important to fix the first example ...

25 years agoCreate a generic expression-tree-walker subroutine, which
Tom Lane [Sat, 19 Jun 1999 03:41:45 +0000 (03:41 +0000)]
Create a generic expression-tree-walker subroutine, which
will gradually replace all of the boilerplate tree-walk-recursion code that
currently exists in O(N) slightly different forms in N subroutines.
I've had it with adding missing cases to these subroutines...

25 years agoTemporarily disable error checks for missing selectivity
Tom Lane [Sat, 19 Jun 1999 00:44:44 +0000 (00:44 +0000)]
Temporarily disable error checks for missing selectivity
functions, in order to work around oversight in 6.5 release: rtree
index functions haven't got any.  Mea culpa ...

25 years agoPatch to allow vacuum on multi-segment tables, from Hiroshi Inoue
Bruce Momjian [Fri, 18 Jun 1999 16:47:23 +0000 (16:47 +0000)]
Patch to allow vacuum on multi-segment tables, from Hiroshi Inoue

25 years agoIncorporate fixes from Date and Darwen, 1997.
Thomas G. Lockhart [Fri, 18 Jun 1999 05:03:48 +0000 (05:03 +0000)]
Incorporate fixes from Date and Darwen, 1997.
Did not check the function declarations as carefully as the other parts,
 though all of the function names *do* match up with D&D.

25 years agolinux_ppc now use -O0 to fix problem in optimization of fmgr calls.
Bruce Momjian [Fri, 18 Jun 1999 00:46:11 +0000 (00:46 +0000)]
linux_ppc now use -O0 to fix problem in optimization of fmgr calls.

25 years agoExplain didn't handle inheritance correctly (it didn't
Tom Lane [Thu, 17 Jun 1999 23:45:32 +0000 (23:45 +0000)]
Explain didn't handle inheritance correctly (it didn't
manipulate rtable the same way executor does).

25 years agoDefend against function calls with more than 8 arguments (code
Tom Lane [Thu, 17 Jun 1999 22:21:41 +0000 (22:21 +0000)]
Defend against function calls with more than 8 arguments (code
used to overrun its fixed-size arrays before detecting error; not cool).
Also, replace uses of magic constant '8' with 'MAXFARGS'.

25 years agoRemove QUERY_LIMIT and documenation on same. Change _ALIGN to TYPEALIGN
Bruce Momjian [Thu, 17 Jun 1999 15:16:09 +0000 (15:16 +0000)]
Remove QUERY_LIMIT and documenation on same.  Change _ALIGN to TYPEALIGN
for Irix.

25 years agoAdd CLI required header and examples from SQL3/SQL98
Thomas G. Lockhart [Thu, 17 Jun 1999 14:19:17 +0000 (14:19 +0000)]
Add CLI required header and examples from SQL3/SQL98
 August 1994 draft standard.
Use the ecpg support libraries to write the CLI interface?
Date and Darwen claim that CLI is a more modern and flexible approach...

25 years agoMake linux_ppc use only -O, not -O2.
Bruce Momjian [Thu, 17 Jun 1999 13:44:43 +0000 (13:44 +0000)]
Make linux_ppc use only -O, not -O2.

25 years ago*** empty log message ***
Michael Meskes [Wed, 16 Jun 1999 18:35:51 +0000 (18:35 +0000)]
*** empty log message ***

25 years ago*** empty log message ***
Michael Meskes [Wed, 16 Jun 1999 18:25:50 +0000 (18:25 +0000)]
*** empty log message ***

25 years agoAdd NT readme file.
Bruce Momjian [Wed, 16 Jun 1999 18:09:59 +0000 (18:09 +0000)]
Add NT readme file.

25 years agoCleanup
Bruce Momjian [Wed, 16 Jun 1999 11:01:17 +0000 (11:01 +0000)]
Cleanup

25 years agoUndo Jan's typo that broke regress.sh's detection of system REL6_5
Tom Lane [Mon, 14 Jun 1999 17:49:06 +0000 (17:49 +0000)]
Undo Jan's typo that broke regress.sh's detection of system
type name.

25 years agoFix cross-reference to large objects.
Thomas G. Lockhart [Mon, 14 Jun 1999 16:33:46 +0000 (16:33 +0000)]
Fix cross-reference to large objects.

25 years agoFix cross-reference to large objects in the CREATE TYPE section.
Thomas G. Lockhart [Mon, 14 Jun 1999 16:32:41 +0000 (16:32 +0000)]
Fix cross-reference to large objects in the CREATE TYPE section.

25 years agoRelease notes from sgml.
Thomas G. Lockhart [Mon, 14 Jun 1999 15:57:24 +0000 (15:57 +0000)]
Release notes from sgml.
Came out with max 79 columns from Applix by defining the page width at
 10 inches and the right margin at 9.5 inches, then exporting
 as "ASCII Layout".

25 years agoPut in CREATE TABLE AS and SELECT INTO reference pages.
Thomas G. Lockhart [Mon, 14 Jun 1999 07:41:04 +0000 (07:41 +0000)]
Put in CREATE TABLE AS and SELECT INTO reference pages.
 Left them out after splitting them
 from the CREATE TABLE and SELECT sources.

25 years agoMinor updates for release.
Thomas G. Lockhart [Mon, 14 Jun 1999 07:37:05 +0000 (07:37 +0000)]
Minor updates for release.
Split reference pages for CREATE TABLE AS and SELECT INTO to allow psgml
 (the emacs parser) to handle parsing.

25 years agoMinor updates for release.
Thomas G. Lockhart [Mon, 14 Jun 1999 07:36:12 +0000 (07:36 +0000)]
Minor updates for release.

25 years agoCut down to 80 columns per Bruce. Mostly hacked at the porting table.
Thomas G. Lockhart [Mon, 14 Jun 1999 07:24:32 +0000 (07:24 +0000)]
Cut down to 80 columns per Bruce. Mostly hacked at the porting table.

25 years agoHTML versions of docs for v6.5 release.
Thomas G. Lockhart [Mon, 14 Jun 1999 06:59:34 +0000 (06:59 +0000)]
HTML versions of docs for v6.5 release.

25 years agoFix URL for Norm Walsh's Style Sheets.
Thomas G. Lockhart [Mon, 14 Jun 1999 06:56:31 +0000 (06:56 +0000)]
Fix URL for Norm Walsh's Style Sheets.

25 years agoFix typos and wording in v6.5 release summary per Fred Horsh.
Thomas G. Lockhart [Mon, 14 Jun 1999 06:55:45 +0000 (06:55 +0000)]
Fix typos and wording in v6.5 release summary per Fred Horsh.

25 years agoUser's Guide for v6.5.
Thomas G. Lockhart [Mon, 14 Jun 1999 06:25:03 +0000 (06:25 +0000)]
User's Guide for v6.5.

25 years agochange #if defined(__mc68000__) to:
Tatsuo Ishii [Sun, 13 Jun 1999 00:07:43 +0000 (00:07 +0000)]
change #if defined(__mc68000__) to:
#if defined(__mc68000__) && defined(__linux__)
so that other m68k systems(such as NetBSD) will not be affected.

25 years agoMove default NBuffers setting into config.h, and rename it
Tom Lane [Sat, 12 Jun 1999 22:17:24 +0000 (22:17 +0000)]
Move default NBuffers setting into config.h, and rename it
to DEF_NBUFFERS for readability.  Make sure the default value is OK
according to postmaster.c's new sanity check for -B values.