]> granicus.if.org Git - postgresql/history - src/include/nodes
Clean up code associated with updating pg_class statistics columns
[postgresql] / src / include / nodes /
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-30 Bruce MomjianAdd GRANT CONNECTION ON DATABASE, to be used in additio...
2006-04-27 Bruce MomjianUse schema search path to find the first matching contr...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-15 Tom LaneSupport the syntax
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-07 Tom LaneRemove the stub support we had for UNION JOIN; per...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
2006-02-28 Tom LaneTeach nodeSort and nodeMaterial to optimize out unneces...
2006-02-19 Neil ConwayAdd TABLESPACE and ON COMMIT clauses to CREATE TABLE...
2006-02-04 Andrew DunstanDROP IF EXISTS for ROLE/USER/GROUP
2006-01-31 Tom LaneRestructure planner's handling of inheritance. Rather...
2006-01-21 Bruce MomjianAdd GRANT ON SEQUENCE syntax to support sequence-only...
2006-01-01 Neil ConwayTrim an obsolete comment: it is no longer relevant...
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-12-20 Tom LaneTeach planner how to rearrange join order for some...
2005-12-07 Tom LaneSpell "explicitly" correctly, per Simon.
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-11-28 Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-26 Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26 Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25 Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-19 Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-25 Tom LaneThe original patch to avoid building a hash join's...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-08-01 Tom LaneAdd ALTER object SET SCHEMA capability for a limited...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-28 Tom LaneFix a bunch of bad interactions between partial indexes...
2005-07-26 Tom LaneAdd a role property 'rolinherit' which, when false...
2005-07-23 Tom LaneSimple constraint exclusion. For now, only child table...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
2005-06-28 Tom LaneBring syntax of role-related commands into SQL complian...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-26 Tom LaneAdd Oracle-compatible GREATEST and LEAST functions...
2005-06-22 Tom LaneMake REINDEX DATABASE do what one would expect, namely...
2005-06-20 Tom LaneAvoid WAL-logging individual tuple insertions during...
2005-06-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-15 Neil ConwayChange the implementation of hash join to attempt to...
2005-06-13 Tom LaneChange the planner to allow indexscan qualification...
2005-06-10 Tom LaneQuick hack to allow the outer query's tuple_fraction...
2005-06-09 Tom LaneSimplify the planner's join clause management by storin...
2005-06-08 Tom LaneMarginal hack to avoid spending a lot of time in find_j...
2005-06-06 Tom LaneNab some low-hanging fruit: replace the planner's base_...
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-05-14 Tom LaneMinor refactoring to eliminate duplicate code and make...
2005-05-13 Tom LaneRevise nodeMergejoin in light of example provided by...
2005-05-05 Tom LaneAdjust nodeBitmapIndexscan to keep the target index...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-25 Tom LaneRemove support for OR'd indexscans internal to a single...
2005-04-24 Tom LaneAdjust nodeBitmapIndexscan.c to not keep the index...
2005-04-22 Tom LaneFirst cut at planner support for bitmap index scans...
2005-04-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
2005-04-20 Tom LaneMinor performance improvement: avoid unnecessary creati...
2005-04-19 Tom LaneCreate executor and planner-backend support for decoupl...
2005-04-17 Tom LaneInitial implementation of lossy-tuple-bitmap data struc...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-29 Tom LaneFix grammar for IN/OUT/INOUT parameters. This commit...
2005-03-27 Tom LaneAdd a back-link from IndexOptInfo structs to their...
2005-03-25 Tom LaneImprove EXPLAIN ANALYZE to show the time spent in each...
2005-03-16 Tom LaneRevise TupleTableSlot code to avoid unnecessary constru...
2005-03-14 Neil ConwayAllow ALTER FUNCTION to change a function's strictness...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2005-03-06 Tom LaneRevise hash join code so that we can increase the numbe...
2005-02-21 Neil ConwayTrivial fix: change the reference to further documentat...
2005-01-27 Tom LaneGeneralize TRUNCATE to support truncating multiple...
2005-01-01 Tom LaneSome more missed copyright notices. Many of these...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-12-11 Tom LaneInstead of supposing (wrongly, in the general case...
2004-12-01 Tom LaneChange planner to use the current true disk file size...
2004-11-26 Tom LaneRelOptInfo.pages should really be declared as BlockNumb...
2004-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-10-27 Neil ConwayTrivial fix: clarify a comment.
2004-10-07 Tom LaneFix problems with SQL functions returning rowtypes...
2004-09-27 Neil ConwayA few minor list-related cleanups:
2004-09-16 Tom LaneAdd some marginal tweaks to eliminate memory leakages...
2004-09-14 Tom LaneMake pltcl work on Win32. Magnus Hagander
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-20 Bruce MomjianAdd ALTER INDEX, particularly for moving tablespaces.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
next