Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | Fix broken definition of :print: character class, per Bruno Wolff. | Tom Lane | 2003-09-29 |
| | | | | | Also, make :alnum: character class directly dependent on isalnum() rather than guessing. | ||
* | Another pgindent run with updated typedefs. | Bruce Momjian | 2003-08-08 |
| | |||
* | pgindent run. | Bruce Momjian | 2003-08-04 |
| | |||
* | Replace regular expression package with Henry Spencer's latest version | Tom Lane | 2003-02-05 |
(extracted from Tcl 8.4.1 release, as Henry still hasn't got round to making it a separate library). This solves a performance problem for multibyte, as well as upgrading our regexp support to match recent Tcl and nearly match recent Perl. |