| Age | Commit message (Expand) | Author |
| 2005-07-27 | Fix a few macro definitions to ensure that unary minus is enclosed in | Neil Conway |
| 2005-07-27 | Remove MMCacheLock -- it is no longer used. Per ITAGAKI Takahiro. | Neil Conway |
| 2005-07-27 | Avoid crashing pg_dump if we can't connect to the database server, and | Neil Conway |
| 2005-07-26 | Minor correction: cause ALTER ROLE role ROLE rolenames to behave | Tom Lane |
| 2005-07-26 | Add a role property 'rolinherit' which, when false, denotes that the role | Tom Lane |
| 2005-07-26 | Add pg_has_role() family of privilege inquiry functions modeled after the | Tom Lane |
| 2005-07-25 | Add SET ROLE. This is a partial commit of Stephen Frost's recent patch; | Tom Lane |
| 2005-07-25 | Add username for psql password prompt, if the username was specified. | Bruce Momjian |
| 2005-07-25 | Awhile back we replaced all uses of strcasecmp and strncasecmp with | Tom Lane |
| 2005-07-25 | Change build of regress.so to use Makefile.shlib instead of depending | Tom Lane |
| 2005-07-24 | Partial fixes for contrib build on AIX: include -lm where needed. | Tom Lane |
| 2005-07-24 | Regenerate badly-obsolete README file. | Tom Lane |
| 2005-07-24 | Add variant expected file to cope with different spelling of a Python | Tom Lane |
| 2005-07-24 | Fix rounding problem in interval_div by using rint(), and improve | Bruce Momjian |
| 2005-07-24 | Fix logic error in tbm_intersect: the intersection of a normal page and | Tom Lane |
| 2005-07-24 | Fix some failures to initialize table entries induced by recent autovacuum | Tom Lane |
| 2005-07-23 | Simple constraint exclusion. For now, only child tables of inheritance | Tom Lane |
| 2005-07-23 | Remove unintended code addition. | Bruce Momjian |
| 2005-07-23 | Macro alignment cleanup. | Bruce Momjian |
| 2005-07-23 | Improve computations of interval_div to prevent rounding problem on AIX. | Bruce Momjian |
| 2005-07-23 | Andrew pointed out that the current fix didn't handle dates that were | Bruce Momjian |
| 2005-07-23 | In the stats test, delay for the stats collector to catch up using a | Tom Lane |
| 2005-07-23 | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian |
| 2005-07-22 | Fix AT TIME ZONE for timestamps without time zones: | Bruce Momjian |
| 2005-07-22 | Fix insufficient check for overflow in tm2abstime(), per report from jw. | Tom Lane |
| 2005-07-22 | Fix compare_fuzzy_path_costs() to behave a bit more sanely. The original | Tom Lane |
| 2005-07-22 | More removal of unneeded parentheses. | Bruce Momjian |
| 2005-07-22 | More spacing adjustments | Bruce Momjian |
| 2005-07-22 | Update date/time comments. | Bruce Momjian |
| 2005-07-22 | More minor spacing improvements. | Bruce Momjian |
| 2005-07-22 | Code spacing improvement, particularly *tm spacing. | Bruce Momjian |
| 2005-07-21 | More comment update of time macros. | Bruce Momjian |
| 2005-07-21 | Update DAYS_PER_MONTH comment. | Bruce Momjian |
| 2005-07-21 | Add comment about void* use in MemSet. | Bruce Momjian |
| 2005-07-21 | Fix integer timestamp build for macro changes. | Bruce Momjian |
| 2005-07-21 | Add comment marking non-exact time conversion macros. | Bruce Momjian |
| 2005-07-21 | Remove unnecessary parentheses in assignments. | Bruce Momjian |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
| 2005-07-20 | Update catalog version for INTERVAL day addition. | Bruce Momjian |
| 2005-07-20 | Add 'day' field to INTERVAL so 1 day interval can be distinguished from | Bruce Momjian |
| 2005-07-20 | Fix interval division and multiplication, before: | Bruce Momjian |
| 2005-07-18 | \pset numericsep -> numericlocale. | Bruce Momjian |
| 2005-07-18 | Fix len so decimal length is only added when a period appears in the output. | Bruce Momjian |
| 2005-07-18 | Avoid use of E'', and thereby creating an unnecessary version-dependency, | Tom Lane |
| 2005-07-18 | Avoid need for E'' construct by using regexp instead of LIKE. More | Tom Lane |
| 2005-07-18 | Fix numiericsep length computations. | Bruce Momjian |
| 2005-07-18 | Adjust psql describe queries so that any pg_foo_is_visible() condition | Tom Lane |
| 2005-07-18 | MemSet() must not cast its pointer argument to int32* until after it has | Tom Lane |
| 2005-07-17 | Make pg_regress accept a command-line option for the temporary installation's | Tom Lane |
| 2005-07-15 | Fix create_unique_plan() so it doesn't generate useless entries in the | Tom Lane |