| Age | Commit message (Expand) | Author |
| 2005-11-29 | Fix EXPLAIN and EXECUTE commands to pass portal parameters through to | Tom Lane |
| 2005-11-28 | Tweak hash join code to use an additional heuristic for deciding whether | Tom Lane |
| 2005-11-28 | Come to think of it, the backend doesn't use -lz either. | Tom Lane |
| 2005-11-28 | Don't link readline and supporting libraries into the backend. | Tom Lane |
| 2005-11-28 | Install a more future-proof fix for the snapshot-unset bug just found. | Alvaro Herrera |
| 2005-11-28 | Recent changes to allow hash join to exit early given empty input from | Tom Lane |
| 2005-11-28 | Set a snapshot before running analyze on a single table, to avoid a | Alvaro Herrera |
| 2005-11-28 | Install pg_regress where PGXS' "make installcheck" can find it. | Alvaro Herrera |
| 2005-11-28 | Change the parser to translate "foo [NOT] IN (expression-list)" to | Tom Lane |
| 2005-11-27 | Teach predtest.c how to reason about ScalarArrayOpExpr clauses as though | Tom Lane |
| 2005-11-27 | Add missing semicolon. Recent versions of bison seem to choke on this, | Tom Lane |
| 2005-11-26 | Teach tid-scan code to make use of "ctid = ANY (array)" clauses, so that | Tom Lane |
| 2005-11-26 | Teach push_nots() how to negate a ScalarArrayOpExpr. In passing, save | Tom Lane |
| 2005-11-26 | Some marginal additional hacking to shave a few more cycles off | Tom Lane |
| 2005-11-26 | Change seqscan logic so that we check visibility of all tuples on a page | Tom Lane |
| 2005-11-25 | Teach planner and executor to handle ScalarArrayOpExpr as an indexable | Tom Lane |
| 2005-11-25 | Improve ExecStoreTuple to be smarter about replacing the contents of | Tom Lane |
| 2005-11-23 | Get rid of ExecAssignResultTypeFromOuterPlan() and make all plan node types | Tom Lane |
| 2005-11-23 | Fix problems with rewriter failing to set Query.hasSubLinks when inserting | Tom Lane |
| 2005-11-23 | Fix pgindent of libpq-fe.h by hacking pgindent script. | Bruce Momjian |
| 2005-11-22 | Fix up comment munged by pg_indent. (Not pg_indent's fault; should have | Tom Lane |
| 2005-11-22 | Re-run pgindent, fixing a problem where comment lines after a blank | Bruce Momjian |
| 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 |