| Age | Commit message (Expand) | Author |
| 2005-11-22 | DROP DATABASE IF EXISTS variant | Andrew Dunstan |
| 2005-11-21 | Implement DROP OWNED and REASSIGN OWNED. These new commands facilitate the | Alvaro Herrera |
| 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 | 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-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 | make_restrictinfo() failed to attach the specified required_relids to | Tom Lane |
| 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 | 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-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-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 | 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-04 | Improve description of constraint_exclusion variable. | Tom Lane |
| 2005-11-04 | Translation updates | Peter Eisentraut |
| 2005-11-04 | Remove a gratuitous string difference (does not affect translations). | Peter Eisentraut |
| 2005-11-04 | Fix logical error in option description. | Peter Eisentraut |
| 2005-11-04 | Ensure that we only create one ConsoleCtrlHandler per psql process, | Tom Lane |
| 2005-11-04 | Disregard superuserness when checking to see if a role GRANT would | Tom Lane |
| 2005-11-03 | Fix a couple of missed None -> DestNone in comments. | Tom Lane |
| 2005-11-03 | Fix one overlooked ocurrence of "None" in EXEC_BACKEND block. | Alvaro Herrera |
| 2005-11-03 | Thinking further, it seems we had better also copy down resorigtbl/resorigcol | Tom Lane |