| Commit message (Expand) | Author | Age |
* | Don't try to constant-fold functions returning RECORD, since the optimizer | Tom Lane | 2005-04-14 |
* | Must count '*' characters as potential arguments. | Tom Lane | 2005-04-14 |
* | Marginal hack to use a specialized hash function for dynahash hashtables | Tom Lane | 2005-04-14 |
* | Completion of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Added patch by Philip Yarra <philip.yarra@internode.on.net> for a bug in thre... | Michael Meskes | 2005-04-14 |
* | First phase of project to use fixed OIDs for all system catalogs and | Tom Lane | 2005-04-14 |
* | Simplify initdb-time assignment of OIDs as I proposed yesterday, and | Tom Lane | 2005-04-13 |
* | Change addRangeTableEntryForRelation() to take a Relation pointer instead | Tom Lane | 2005-04-13 |
* | Revert yesterday's change to make pg_cast.h say 'OID = 0' in DATA entries. | Tom Lane | 2005-04-13 |
* | Minor consistency improvement to the documentation on array functions. | Neil Conway | 2005-04-13 |
* | Adjust pg_cast.h so that the OIDs assigned to built-in casts come from | Tom Lane | 2005-04-12 |
* | Remove unnecessary UPDATE commands to assign explicit ACLs to functions | Tom Lane | 2005-04-12 |
* | Revert mistaken renaming of UTF-8. | Peter Eisentraut | 2005-04-12 |
* | Fix oversight in MIN/MAX optimization: must not return NULL entries | Tom Lane | 2005-04-12 |
* | Add aggsortop column to pg_aggregate, so that MIN/MAX optimization can | Tom Lane | 2005-04-12 |
* | Fix broken markup. | Tom Lane | 2005-04-12 |
* | Create the planner mechanism for optimizing simple MIN and MAX queries | Tom Lane | 2005-04-11 |
* | Fix interaction between materializing holdable cursors and firing | Tom Lane | 2005-04-11 |
* | PersistHoldablePortal must establish the correct value for ActiveSnapshot | Tom Lane | 2005-04-11 |
* | Update to XHTML. | Bruce Momjian | 2005-04-10 |
* | Make constant-folding produce sane output for COALESCE(NULL,NULL), | Tom Lane | 2005-04-10 |
* | Split out into a separate function the code in grouping_planner() that | Tom Lane | 2005-04-10 |
* | SQL functions returning pass-by-reference types were copying the results | Tom Lane | 2005-04-10 |
* | Done: | Bruce Momjian | 2005-04-09 |
* | We don't put URL's in ulink's because the URL is always generated, but | Bruce Momjian | 2005-04-09 |
* | If we're going to have a non-panic check for held_lwlocks[] overrun, | Tom Lane | 2005-04-08 |
* | Use an always-there test, not an Assert, to check for overrun of | Tom Lane | 2005-04-08 |
* | Change the default setting of "add_missing_from" to false. This has been | Neil Conway | 2005-04-08 |
* | Use fork_process() to avoid some fork()-related boilerplate code when | Neil Conway | 2005-04-08 |
* | Update and copy-edit release notes for 8.0.2. | Tom Lane | 2005-04-07 |
* | Fix some issues with missing or too many newlines at | Tom Lane | 2005-04-07 |
* | Allow plpgsql functions to omit RETURN command when the function returns | Tom Lane | 2005-04-07 |
* | Minor documentation tweak. | Neil Conway | 2005-04-07 |
* | Fix minor breakage to regression tests induced in previous commit -- I had | Neil Conway | 2005-04-07 |
* | Add a "USING" clause to DELETE, which is equivalent to the FROM clause | Neil Conway | 2005-04-07 |
* | Apply the "nodeAgg" optimization to more of the builtin transition | Neil Conway | 2005-04-06 |
* | Remove test for NULL node in ExecProcNode(). No place ever calls | Tom Lane | 2005-04-06 |
* | Merge Resdom nodes into TargetEntry nodes to simplify code and save a | Tom Lane | 2005-04-06 |
* | Attached patch cleans up the HTML code in tools/backend. This is | Bruce Momjian | 2005-04-06 |
* | Include information about a domain's CHECK constraint, if any, in the | Neil Conway | 2005-04-06 |
* | This file was whacked by pgindent before it knew it shouldn't remove | Neil Conway | 2005-04-06 |
* | Adjust grammar for plpgsql's OPEN command so that a cursor can be | Tom Lane | 2005-04-05 |
* | plpgsql does OUT parameters, as per my proposal a few weeks ago. | Tom Lane | 2005-04-05 |
* | Fix broken markup. | Tom Lane | 2005-04-05 |
* | This patch changes int2_avg_accum() and int4_avg_accum() use the nodeAgg | Neil Conway | 2005-04-04 |
* | Minor fixes for psql tab completion. Spell "absolute" like the English word, | Neil Conway | 2005-04-04 |
* | Add a link to www.postgresql.org/download to the installation instructions. | Neil Conway | 2005-04-04 |
* | Remove an unused variable `ShmemBootstrap', and remove an obsolete | Neil Conway | 2005-04-04 |
* | In cost_mergejoin, the early-exit effect should not apply to the | Tom Lane | 2005-04-04 |
* | Put back code mistakenly removed from copy of postmaster's | Tom Lane | 2005-04-03 |