| Age | Commit message (Expand) | Author |
| 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 |
| 2005-11-13 | Force the second argument of SUBSTRING(foo FOR bar) to be int4, to avoid | Tom Lane |
| 2005-11-13 | Revert pgindent length back to 79 because we are going to fix the BSD | Bruce Momjian |
| 2005-11-10 | add missing quote mark to ident_file sample line - per Hiroshi Saito | Andrew Dunstan |
| 2005-11-10 | When in transaction-aborted state, reject Bind message for portals containing | Tom Lane |
| 2005-11-09 | Fix misspelling of 'listen_addresses', per Devrim. | Tom Lane |
| 2005-11-09 | Fix rwrite(ARRAY) on 64-bit boxes: | Teodor Sigaev |
| 2005-11-08 | New features for tsearch2: | Teodor Sigaev |
| 2005-11-07 | Lower pgident length to 77, document BSD indent bug. | Bruce Momjian |
| 2005-11-07 | Change maximum pgindent length from 79 to 78, per Tom. | Bruce Momjian |
| 2005-11-07 | R-tree is dead ... long live GiST. | Tom Lane |
| 2005-11-07 | Translation updates forward-port to HEAD. | Alvaro Herrera |
| 2005-11-06 | Add simple sanity checks on newly-read pages to GiST, too. | Tom Lane |
| 2005-11-06 | Add defenses to btree and hash index AMs to do simple sanity checks | Tom Lane |
| 2005-11-05 | Clean up representation of SLRU page state. This is the cleaner fix | Tom Lane |
| 2005-11-05 | Brand HEAD branch as 8.2devel. | Tom Lane |
| 2005-11-05 | Tag everything for 8.1.0 ... Finally, a relesae on scheduale!!REL8_1_0 | PostgreSQL Daemon |
| 2005-11-05 | Repair an error introduced by log_line_prefix patch: it is not acceptable | Tom Lane |
| 2005-11-05 | Add mention to update FAQ item on most recent release to RELEASE_CHANGES. | Bruce Momjian |
| 2005-11-05 | Update FAQ for most recent release as 8.1. | Bruce Momjian |