Log Message:
---
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
8.4.1). This corrects some curious regex bugs, though not the greediness
issue I was hoping to find a solution for :-(
Tags:
REL7_4_STABLE
Modified Files:
--
pgsql/src/backend/r
Log Message:
---
Install Tcl regex fixes to sync our regex engine with Tcl 8.4.8 (up from
8.4.1). This corrects some curious regex bugs, though not the greediness
issue I was hoping to find a solution for :-(
Modified Files:
--
pgsql/src/backend/regex:
regcomp.c (r
Log Message:
---
Our interface code for Spencer's regexp package was checking for regexp
error conditions during regexp compile, but not during regexp execution;
any sort of "can't happen" errors would be treated as no-match instead
of being reported as they should be. Noticed while trying
Log Message:
---
Our interface code for Spencer's regexp package was checking for regexp
error conditions during regexp compile, but not during regexp execution;
any sort of "can't happen" errors would be treated as no-match instead
of being reported as they should be. Noticed while trying
Log Message:
---
A client_encoding specification coming from the connection request has
to be processed by GUC before InitPostgres, because any required lookup
of the encoding conversion function has to be done during
InitializeClientEncoding.
So, I broke this last week by moving GUC proce
Log Message:
---
Avoid getting bit by roundoff error while checking $Safe::VERSION.
Per report from Mark Kirkwood.
Modified Files:
--
pgsql/src/pl/plperl:
plperl.c (r1.63 -> r1.64)
(http://developer.postgresql.org/cvsweb.cgi/pgsql/src/pl/plperl/plperl.c.dif
Log Message:
---
Reviewed the file: release. It is finished.
Modified Files:
--
pr/releases/8.0/ro:
release (r1.2 -> r1.3)
(http://cvs.pgfoundry.org/cgi-bin/cvsweb.cgi/press/pr/releases/8.0/ro/release.diff?r1=1.2&r2=1.3)
---(end of