]> granicus.if.org Git - postgresql/history - src/backend/nodes
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / nodes /
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianMore include file adjustments.
2006-07-03 Tom LaneCode review for FILLFACTOR patch. Change WITH grammar...
2006-07-02 Neil ConwayDo a pass of code review for the ALTER TABLE ADD INHERI...
2006-07-02 Bruce MomjianAdd FILLFACTOR to CREATE INDEX.
2006-07-02 Bruce MomjianALTER TABLE ... ADD/DROPS INHERIT (actually INHERIT...
2006-07-01 Tom LaneRevise the planner's handling of "pseudoconstant" WHERE...
2006-06-27 Bruce MomjianAdd INCLUDING CONSTRAINTS to CREATE TABLE LIKE.
2006-06-16 Andrew DunstanDROP ... IF EXISTS for the following cases:
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-04-22 Tom LaneSimplify ParamListInfo data structure to support only...
2006-04-15 Tom LaneSupport the syntax
2006-04-04 Tom LaneModify all callers of datatype input and receive functi...
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-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-03-03 Tom LaneAdd CASCADE option to TRUNCATE. Joachim Wieland
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...
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-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-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-20 Tom LaneClean up after DROP IF EXISTS patch.
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-09-02 Tom LaneClean up a couple of ad-hoc computations of the maximum...
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-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-24 Tom LaneFix logic error in tbm_intersect: the intersection...
2005-07-02 Tom LaneTeach planner about some cases where a restriction...
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-17 Tom LaneTwo-phase commit. Original patch by Heikki Linnakangas...
2005-06-15 Tom LaneImprove hash method for bitmapsets: some examination...
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-05-29 Tom LaneModify hash_search() API to prevent future occurrences...
2005-05-17 Tom LaneModify tidbitmap.c to avoid creating a hash table until...
2005-05-09 Tatsuo IshiiFix duplicate call to WRITE_NODE_FIELD(whereClause...
2005-05-01 Tom LaneChange CREATE TYPE to require datatype output and send...
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-21 Tom LaneRethink original decision to use AND/OR Expr nodes...
2005-04-21 Tom LaneInstall some slightly realistic cost estimation for...
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-17 Neil ConwayTrivial comment tweak.
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-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-11-05 Tom LaneCreate 'default_tablespace' GUC variable that supplies...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-22 Tom LaneCode review for ALTER INDEX patch.
2004-08-04 Tom LaneLabel CVS tip as 8.0devel instead of 7.5devel. Adjust...
2004-08-02 Tom LaneSupport USING INDEX TABLESPACE clause for PRIMARY KEY...
2004-08-02 Tom LaneAllow DECLARE CURSOR to take parameters from the portal...
2004-07-12 Tom LaneRemove TABLESPACE option of CREATE SEQUENCE; sequences...
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-09 Tom LaneSupport assignment to subfields of composite columns...
2004-06-06 Tom LaneInfrastructure for I/O of composite types: arrange...
2004-06-01 Tom LaneFastList is history, yay.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2004-05-08 Tom LaneAlter string format used for integer and OID lists...
2004-05-06 Tom LaneRewrite nodeRead() in a less obfuscated fashion, per...
2004-05-06 Neil ConwayFix grammatical error in comment.
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2004-03-17 Tom LaneReimplement CASE val WHEN compval1 THEN ... WHEN compva...
2004-03-14 Tom LaneTweak planner so that index expressions and predicates...
2004-03-11 Tatsuo IshiiAdd NOWAIT option to LOCK command
2004-01-31 Neil ConwayMicro-opt: replace calls like
2004-01-22 Tom LaneCorrect error introduced in recent hasoids changes...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2004-01-10 Neil ConwayImplement "WITH / WITHOID OIDS" clause for CREATE TABLE...
2004-01-09 Bruce MomjianRemove duplicate include of value.h. I think it got...
next