[COMMITTERS] CVSROOT: Generate trigger file for "push-based replication" for every

2007-08-10 Thread Magnus Hagander
Log Message:
---
Generate trigger file for "push-based replication" for every 
commit.

Modified Files:
--
CVSROOT:
loginfo (r1.31 -> r1.32)

(http%3A%2F%2Fdeveloper.postgresql.org%2Fcvsweb.cgi%2FCVSROOT%2Floginfo%3Fr1%3D1.31%26r2%3D1.32)

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


[COMMITTERS] CVSROOT: Remove loginfo for web cvs tree, doesn't live here anymore

2007-08-10 Thread Magnus Hagander
Log Message:
---
Remove loginfo for web cvs tree, doesn't live here anymore

Modified Files:
--
CVSROOT:
loginfo (r1.32 -> r1.33)

(http://developer.postgresql.org/cvsweb.cgi/CVSROOT/loginfo?r1=1.32&r2=1.33)

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


[COMMITTERS] pgcheck - pokus: correction of messed up formating

2007-08-10 Thread User Machr2
Log Message:
---
correction of messed up formating

Modified Files:
--
pokus/pgcheck_page:
pgcheck_page.c (r1.1 -> r1.2)

(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/pgcheck/pokus/pgcheck_page/pgcheck_page.c.diff?r1=1.1&r2=1.2)

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


[COMMITTERS] pgsql: Code review for regexp_matches/regexp_split patch.

2007-08-10 Thread Tom Lane
Log Message:
---
Code review for regexp_matches/regexp_split patch.  Refactor to avoid assuming
that cached compiled patterns will still be there when the function is next
called.  Clean up looping logic, thereby fixing bug identified by Pavel
Stehule.  Share setup code between the two functions, add some comments, and
avoid risky mixing of int and size_t variables.  Clean up the documentation a
tad, and accept all the flag characters mentioned in table 9-19 rather than
just a subset.

Modified Files:
--
pgsql/doc/src/sgml:
func.sgml (r1.383 -> r1.384)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/doc/src/sgml/func.sgml?r1=1.383&r2=1.384)
pgsql/src/backend/utils/adt:
regexp.c (r1.71 -> r1.72)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/backend/utils/adt/regexp.c?r1=1.71&r2=1.72)
pgsql/src/test/regress/expected:
strings.out (r1.32 -> r1.33)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/expected/strings.out?r1=1.32&r2=1.33)
pgsql/src/test/regress/sql:
strings.sql (r1.21 -> r1.22)

(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/test/regress/sql/strings.sql?r1=1.21&r2=1.22)

---(end of broadcast)---
TIP 1: 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