Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | Remove cvs keywords from all files. | Magnus Hagander | 2010-09-20 |
| | |||
* | Adjust some regex debugging printouts to not give wrong-format-width | Tom Lane | 2007-10-06 |
| | | | | | warnings on a 64-bit machine. Noted while chasing a recent regex bug report. | ||
* | Wording cleanup for error messages. Also change can't -> cannot. | Bruce Momjian | 2007-02-01 |
| | | | | | | | | | | | | | | Standard English uses "may", "can", and "might" in different ways: may - permission, "You may borrow my rake." can - ability, "I can lift that log." might - possibility, "It might rain today." Unfortunately, in conversational English, their use is often mixed, as in, "You may use this variable to do X", when in fact, "can" is a better choice. Similarly, "It may crash" is better stated, "It might crash". | ||
* | Standard pgindent run for 8.1. | Bruce Momjian | 2005-10-15 |
| | |||
* | Clean up possibly-uninitialized-variable warnings reported by gcc 4.x. | Tom Lane | 2005-09-24 |
| | |||
* | $Header: -> $PostgreSQL Changes ... | PostgreSQL Daemon | 2003-11-29 |
| | |||
* | 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. |