[COMMITTERS] pgsql-server/src bin/psql/nls.mk bin/scripts/n ...

2003-10-06 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/06 13:31:17

Modified files:
src/bin/psql   : nls.mk 
src/bin/scripts: nls.mk 
src/interfaces/libpq: nls.mk 
Added files:
src/bin/psql/po: sl.po 
src/bin/scripts/po: sl.po 
src/interfaces/libpq/po: sl.po 

Log message:
New Slovene translations


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


[COMMITTERS] pgsql-server/src backend/commands/tablecmds.c ...

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

Modified files:
src/backend/commands: tablecmds.c 
src/backend/utils/adt: ri_triggers.c 
src/include/commands: trigger.h 

Log message:
During ALTER TABLE ADD FOREIGN KEY, try to check the existing rows using
a single LEFT JOIN query instead of firing the check trigger for each
row individually.  Stephan Szabo, with some kibitzing from Tom Lane and
Jan Wieck.


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


[COMMITTERS] pgsql-server/src bin/pg_controldata/po/pt_BR.p ...

2003-10-06 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/06 14:37:40

Modified files:
src/bin/pg_controldata/po: pt_BR.po 
src/bin/pg_dump/po: pt_BR.po 
src/bin/pg_resetxlog/po: pt_BR.po 
src/bin/psql   : nls.mk 
src/bin/scripts: nls.mk 
src/interfaces/libpq/po: pt_BR.po 
Added files:
src/bin/psql/po: pt_BR.po 
src/bin/scripts/po: pt_BR.po 

Log message:
Translation updates


---(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/parser parse_oper.c

2003-10-06 Thread Tom Lane
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/06 17:09:47

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

Log message:
Fix binary_oper_exact() so that the heuristic 'an unknown literal on
one side of a binary operator is probably supposed to be the same type
as the other operand' will be applied for domain types.  This worked
in 7.3 but was broken in 7.4 due to code rearrangements.  Mea culpa.


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


[COMMITTERS] pgsql-server/src/bin/psql nls.mk po/it.po

2003-10-06 Thread Peter Eisentraut - PostgreSQL
CVSROOT:/cvsroot
Module name:pgsql-server
Changes by: [EMAIL PROTECTED]   03/10/06 18:50:45

Modified files:
src/bin/psql   : nls.mk 
Added files:
src/bin/psql/po: it.po 

Log message:
New Italian translation


---(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/interfaces/ecpg ChangeLog com ...

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

Modified files:
src/interfaces/ecpg: ChangeLog 
src/interfaces/ecpg/compatlib: informix.c 
src/interfaces/ecpg/pgtypeslib: datetime.c 

Log message:
Fixed error handling in Informix compat str to date conversion.


---(end of broadcast)---
TIP 4: Don't 'kill -9' the postmaster