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