[COMMITTERS] pgsql-server/src/interfaces/ecpg ChangeLog inc ...

2003-10-20 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 09:54:29

Modified files:
src/interfaces/ecpg: ChangeLog 
src/interfaces/ecpg/include: Makefile 

Log message:
Install dummy sqlda.h file since this is needed for compatibility.


---(end of broadcast)---
TIP 7: don't forget to increase your free space map settings


[COMMITTERS] pgsql-server/src/backend/parser parse_type.c

2003-10-20 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 14:25:42

Modified files:
src/backend/parser: parse_type.c 

Log message:
Improve error reporting in parseTypeString(), motivated by confusing
behavior reported by Martin Marques.


---(end of broadcast)---
TIP 9: the planner will ignore your desire to choose an index scan if your
  joining column's datatypes do not match


[COMMITTERS] pgsql-server/src/backend/rewrite rewriteManip.c

2003-10-20 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 17:01:59

Modified files:
src/backend/rewrite: rewriteManip.c 

Log message:
It is possible for ResolveNew to be used to insert a sublink into a
subquery that didn't previously have one.  We have traditionally made
the caller of ResolveNew responsible for updating the hasSubLinks flag
of the outermost query, but this fails to account for hasSubLinks in
subqueries.  Fix ResolveNew to handle this.  We might later want to
change the calling convention of ResolveNew so that it can fix the
outer query too, simplifying callers.  But I went with the localized
fix for now.  Per bug report from J Smith, 20-Oct-03.


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[COMMITTERS] pgsql-server/src/backend/rewrite Tag: REL7_3_S ...

2003-10-20 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 17:02:30

Modified files:
src/backend/rewrite: Tag: REL7_3_STABLE rewriteManip.c 

Log message:
It is possible for ResolveNew to be used to insert a sublink into a
subquery that didn't previously have one.  We have traditionally made
the caller of ResolveNew responsible for updating the hasSubLinks flag
of the outermost query, but this fails to account for hasSubLinks in
subqueries.  Fix ResolveNew to handle this.  We might later want to
change the calling convention of ResolveNew so that it can fix the
outer query too, simplifying callers.  But I went with the localized
fix for now.  Per bug report from J Smith, 20-Oct-03.


---(end of broadcast)---
TIP 3: if posting/reading through Usenet, please send an appropriate
  subscribe-nomail command to [EMAIL PROTECTED] so that your
  message can get through to the mailing list cleanly


[COMMITTERS] pgsql-server/src/bin/pg_dump pg_backup_archive ...

2003-10-20 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 18:05:13

Modified files:
src/bin/pg_dump: pg_backup_archiver.c pg_restore.c 

Log message:
Complain if pg_restore is given both -d and -f options; this suggests
the user is confused about whether -f is input or output file.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/src/include/catalog catversion.h

2003-10-20 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 18:39:37

Modified files:
src/include/catalog: catversion.h 

Log message:
Update catalog version after information schema changes.


---(end of broadcast)---
TIP 1: subscribe and unsubscribe commands go to [EMAIL PROTECTED]


[COMMITTERS] pgsql-server/doc/src/sgml release.sgml

2003-10-20 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 22:25:31

Modified files:
doc/src/sgml   : release.sgml 

Log message:
Add release info about dollar signs to migration section:

 Dollar sign ($) is no longer allowed
in operator names
 Dollar sign ($) can be a non-first
character in identifiers


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/doc TODO

2003-10-20 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/20 23:48:10

Modified files:
doc: TODO 

Log message:
Update per Tom:

< * Allow INET subnet tests using non-constants
> * Allow INET subnet tests to use indexes
101a102
>   o Allow MIN()/MAX() on arrays
144c145
< * Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) 
datetime_ops)
> * -Allow CREATE INDEX zman_index ON test (date_trunc( 'day', zman ) 
datetime_ops)
166c167
< * Improve handling of index scans for NULL
> * Allow use of indexes to search for NULLs
203a205
> * Add optional textual message to NOTIFY
252c254
<   o Add SET SCHEMA
>   o Add SET PATH for schemas
297a300
> * Allow fastpast to pass values in portable format
344a348
> * Allow statement-level triggers to access modified rows
526d529
<   o Add optional textual message to NOTIFY
530d532
<   o Allow fastpast to pass values in portable format
533c535
<   o Special passing of binary values in platform-neutral format (bytea?)
>   o -Special passing of binary values in platform-neutral format (bytea?)


---(end of broadcast)---
TIP 8: explain analyze is your friend


[COMMITTERS] pgsql-server/src/bin/pg_dump pg_dump.c

2003-10-20 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/21 01:46:28

Modified files:
src/bin/pg_dump: pg_dump.c 

Log message:
Fix findLastBuiltinOid_V70() to deliver correct result when running
against a 7.0 server.

Christopher Kings-Lynne


---(end of broadcast)---
TIP 6: Have you searched our list archives?

   http://archives.postgresql.org