[COMMITTERS] pgsql-server/src/interfaces/ecpg/pgtypeslib da ...

2003-10-07 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/07 10:07:56

Modified files:
src/interfaces/ecpg/pgtypeslib: datetime.c 

Log message:
Add missing include file.


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


[COMMITTERS] pgsql-server/src/tools/entab entab.c

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

Modified files:
src/tools/entab: entab.c 

Log message:
Fix include used by entab.


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


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

2003-10-07 Thread Michael Meskes
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/07 15:36:46

Modified files:
src/interfaces/ecpg: ChangeLog 
src/interfaces/ecpg/pgtypeslib: numeric.c 

Log message:
Fixed floating point exception in long=>numeric conversion.


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


[COMMITTERS] pgsql-server/ oc/src/sgml/runtime.sgml rc/back ...

2003-10-07 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/08 00:49:38

Modified files:
doc/src/sgml   : runtime.sgml 
src/backend/tcop: postgres.c 
src/backend/utils/error: elog.c 
src/backend/utils/misc: guc.c postgresql.conf.sample 

Log message:
Have log_min_duration_statement = 0 always print duration/statement.

Change log line to be "duration:  ms  query:"

Indent multi-line queries with a tab in the server logs.


---(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/bin/pg_dump pg_backup_custom. ...

2003-10-07 Thread Bruce Momjian
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/08 00:52:32

Modified files:
src/bin/pg_dump: pg_backup_custom.c pg_backup_files.c 
 pg_backup_tar.c pg_dump.c 

Log message:
Use calloc() to allocate empty structures.

Fix pg_restore tar log output bug where Special flag wasn't being
initialized; bug seen on XP.


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