[COMMITTERS] pgsql-server/src/interfaces/ecpg/preproc preproc.y

2003-10-22 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/22 13:43:42

Modified files:
src/interfaces/ecpg/preproc: preproc.y 

Log message:
Add missing semicolon, per Johann Uhrmann.
Avoids warnings from newer bisons.


---(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/doc TODO

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

Modified files:
doc: TODO 

Log message:
Add:

> * Allow functions to have a search path specified at creation time


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


[COMMITTERS] pgsql-server/ /HISTORY oc/src/sgml/release.sgml

2003-10-22 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/22 14:27:15

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

Log message:
Release notes updates from Neil Conway.


---(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/doc/src/sgml datatype.sgml

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

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

Log message:
Here is a documentation patch that makes zulu, etc. all more consistent.


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

   http://archives.postgresql.org


[COMMITTERS] pgsql-server/doc/src/sgml filelist.sgml postgr ...

2003-10-22 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/22 19:28:10

Modified files:
doc/src/sgml   : filelist.sgml postgres.sgml spi.sgml 
 trigger.sgml xfunc.sgml xplang.sgml 
Added files:
doc/src/sgml   : plhandler.sgml 

Log message:
Move docs about index cost estimation functions and writing a procedural
language handler to the 'Internals' area, per my proposal of yesterday.
Clean up the trigger documentation a bit.  Push SPI chapter to the end
of its part, and reorder the Internals chapters into what seems a more
sensible order (at the moment anyway).


---(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