| Age | Commit message (Expand) | Author |
| 2005-07-21 | Add comment about void* use in MemSet. | Bruce Momjian |
| 2005-07-21 | Add: | 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 | Fix storage size for btree_gist interval indexes. Fix penalty | Tom Lane |
| 2005-07-21 | Add time/date macros for code clarity: | Bruce Momjian |
| 2005-07-20 | Fix breakage of INSTALL document build. | Tom Lane |
| 2005-07-20 | /contrib/btree_gist adjustments for new 'day' interval value. | 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-19 | Documentation tweak: make <command>CREATE OPERATOR CLASS</command> into | Neil Conway |
| 2005-07-18 | Fix some bogosities in geometric-function documentation: add an entry | Tom Lane |
| 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 | pgcrypto documentation update. Marko Kreen | Tom Lane |
| 2005-07-18 | Fortuna fixes. Marko Kreen | Tom Lane |
| 2005-07-18 | Small cleanups for pgcrypto. Marko Kreen | Tom Lane |
| 2005-07-18 | Fix C++-style comments, per Rocco Altier. | 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 |
| 2005-07-15 | Fix SGML spacing. | Bruce Momjian |
| 2005-07-15 | Check for out-of-range varoattno in deparse_context_for_subplan. | Tom Lane |
| 2005-07-15 | Fix overenthusiastic optimization of 'x IN (SELECT DISTINCT ...)' and related | Tom Lane |
| 2005-07-14 | Adjust permissions checking for ALTER OWNER commands: instead of | Tom Lane |
| 2005-07-14 | Enable multi-byte thousands_sep and decimal_point for numericsep. | Bruce Momjian |
| 2005-07-14 | Make better thousands_sep default based on decimal marker value. | Bruce Momjian |
| 2005-07-14 | Change numericsep to a boolean, and make it locale-aware. | Bruce Momjian |
| 2005-07-14 | Add numeric separator support for latex and troff output methods. | Bruce Momjian |
| 2005-07-14 | Mark xml2 CREATE FUNCTIONs as IMMUTABLE, and use the "STRICT" syntax | Neil Conway |
| 2005-07-14 | barebones variable name -> tuples_only, for consistency. | Bruce Momjian |
| 2005-07-14 | Fix malloc length for new numeric separator patch. | Bruce Momjian |
| 2005-07-14 | This doc patch replaces all inappropriate references to SQL:1999 when it | Neil Conway |
| 2005-07-14 | Integrate autovacuum functionality into the backend. There's still a | Tom Lane |
| 2005-07-13 | Fix a couple of bogus comments, per Alvaro. | Tom Lane |
| 2005-07-13 | Remove extraneous space after -L ... it confuses SHLIB_LINK filter -L | Tom Lane |
| 2005-07-13 | Fix unwanted side-effects of recent SHLIB_LINK -L patch on existing | Tom Lane |
| 2005-07-13 | Fix #elif spacing too. | Bruce Momjian |
| 2005-07-13 | Fix libpq memory leak during PQreset() --- closePGconn() was not | Tom Lane |
| 2005-07-13 | Fix pgindent to not have blank line before #else in variable definition | Bruce Momjian |
| 2005-07-13 | Add backslashes to parentheses in awk regex because if not, they are | Bruce Momjian |
| 2005-07-13 | Move -L flag around for shared builds: | Bruce Momjian |
| 2005-07-13 | Documentation for some new PL/Perl features. Patch from David Fetter, | Neil Conway |
| 2005-07-12 | Hack around the discrepancy between default library search paths for | Tom Lane |