| Age | Commit message (Expand) | Author |
| 2005-11-22 | DROP DATABASE IF EXISTS variant | Andrew Dunstan |
| 2005-11-22 | Markup TODO as a URL. | Bruce Momjian |
| 2005-11-22 | Fix markup italics problem. | Bruce Momjian |
| 2005-11-22 | Update item tags. | Bruce Momjian |
| 2005-11-22 | Change to using "id=" HTML tags instead of "name=" tags. | Bruce Momjian |
| 2005-11-22 | Update FAQ to explain process of submitting bug and feature requests. | Bruce Momjian |
| 2005-11-22 | Fixes motivated by snake and spoonbill pgbuildfarm members | Teodor Sigaev |
| 2005-11-21 | Reorder "who controls PostgreSQL" to near the top. | Bruce Momjian |
| 2005-11-21 | Reorder version FAQ item to be right after "how do I get the software". | Bruce Momjian |
| 2005-11-21 | Clarify copyright wording. | Bruce Momjian |
| 2005-11-21 | Reorder bug items. | Bruce Momjian |
| 2005-11-21 | remove forgotten // comments | Teodor Sigaev |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 2005-11-21 | Text parser rewritten: | Teodor Sigaev |
| 2005-11-20 | Clean up after DROP IF EXISTS patch. | Tom Lane |
| 2005-11-20 | Remove the t_datamcxt field of HeapTupleData. This was introduced for | Tom Lane |
| 2005-11-20 | Modify tuptoaster's API so that it does not try to modify the passed | Tom Lane |
| 2005-11-19 | Stopgap solution for problem reported by Alexey Beschiokov: after | Tom Lane |
| 2005-11-19 | Change array comparison rules to consider dimensionality information, | Tom Lane |
| 2005-11-19 | DROP objecttype IF EXISTS for the following objects: | Andrew Dunstan |
| 2005-11-19 | Defend against nulls-in-arrays in contrib/intarray. I may have put in | Tom Lane |
| 2005-11-19 | Add defenses against nulls-in-arrays to contrib/ltree. Possibly it'd | Tom Lane |
| 2005-11-19 | Change array_push and array_cat so that they retain the lower bound of | Tom Lane |
| 2005-11-18 | Fix performance issue in exprTypmod(): for a COALESCE expression, it | Tom Lane |
| 2005-11-18 | translate undef to NULL for result arrayref, now that we allow NULLs in array... | Andrew Dunstan |
| 2005-11-18 | Add tab completion for RESET SESSION AUTHORIZATION. | Alvaro Herrera |
| 2005-11-18 | Update obsolete comment describing ExecDelete(), per Simon Riggs. | Neil Conway |
| 2005-11-18 | Mop-up for nulls-in-arrays patch: fix some places that access array | Tom Lane |
| 2005-11-18 | Update Japanese FAQ. | Bruce Momjian |
| 2005-11-17 | make psql honor explicit database parameter in -l mode, in case "postgres" da... | Andrew Dunstan |
| 2005-11-17 | Make SQL arrays support null elements. This commit fixes the core array | Tom Lane |
| 2005-11-17 | DropRelFileNodeBuffers failed to fix the state of the lookup hash table | Tom Lane |
| 2005-11-16 | Update, add mention of user locking table before MERGE: | Bruce Momjian |
| 2005-11-16 | make_restrictinfo() failed to attach the specified required_relids to | Tom Lane |
| 2005-11-16 | Add batch mode, make new libpq section: | Bruce Momjian |
| 2005-11-16 | Fix comment on -v option | Tatsuo Ishii |
| 2005-11-16 | Properly document return value of strpos(). | Bruce Momjian |
| 2005-11-16 | Update error message and documentation for fsync test. | Bruce Momjian |
| 2005-11-16 | Have test_fsync honor -f filename argument. | Bruce Momjian |
| 2005-11-15 | Update MERGE: | Bruce Momjian |
| 2005-11-15 | Add reminder that we should link to the documentation section for new | Bruce Momjian |
| 2005-11-15 | Prevent certain symbols that are used for both typedefs and variable | Bruce Momjian |
| 2005-11-15 | Fix recent problems with BSD indent, including indenting past 80 | Bruce Momjian |
| 2005-11-14 | Restore the former RestrictInfo field valid_everywhere (but invert the flag | Tom Lane |
| 2005-11-14 | Translation typo fix | Alvaro Herrera |
| 2005-11-14 | Re-run pgindent to fix breakage when exceeding 150 'else if' clauses. | Bruce Momjian |
| 2005-11-14 | Prevent ExecInsert() and ExecUpdate() from scribbling on the result tuple | Tom Lane |
| 2005-11-14 | Remove usage of ArrayType->flags field, use pgsql's macros BITS_PER_BYTE instead | Teodor Sigaev |
| 2005-11-14 | Use postgres-wide macros BITS_PER_BYTE instead self-definenig macros, also us... | Teodor Sigaev |
| 2005-11-14 | fix returning value | Teodor Sigaev |