OSDN Git Service

Move exprType(), exprTypmod(), expression_tree_walker(), and related routines
[pg-rex/syncrep.git] / src / backend / catalog / dependency.c
2008-08-25 Tom LaneMove exprType(), exprTypmod(), expression_tree_walker...
2008-08-22 Tom LaneArrange to convert EXISTS subqueries that are equivalen...
2008-08-07 Tom LaneTeach the system how to use hashing for UNION. (INTERS...
2008-08-02 Tom LaneRearrange the querytree representation of ORDER BY...
2008-06-14 Tom LaneRefactor the handling of the various DropStmt variants...
2008-06-11 Tom LaneImprove reporting of dependencies in DROP to work like...
2008-06-08 Tom LaneRewrite DROP's dependency traversal algorithm into...
2008-06-05 Alvaro HerreraFix some string building in getObjectDescription.
2008-05-12 Alvaro HerreraRestructure some header files a bit, in particular...
2008-03-27 Tom LaneReduce the need for frontend programs to include "postg...
2008-03-26 Alvaro HerreraMove the HTSU_Result enum definition into snapshot...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-11-15 Bruce Momjianpgindent run for 8.3.
2007-08-21 Tom LaneTsearch2 functionality migrates to core. The bulk...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-02-14 Tom LaneFix up foreign-key mechanism so that there is a sound...
2007-02-01 Bruce MomjianWording cleanup for error messages. Also change can...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-23 Tom LaneRestructure operator classes to allow improved handling...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-20 Alvaro HerreraFix DROP OWNED BY to correctly consider the implicitly...
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-06-27 Bruce MomjianRevert patch, doesn't do what it should:
2006-06-27 Bruce MomjianDisallow changing/dropping default expression of a...
2006-05-28 Alvaro HerreraRemove traces of otherwise unused RELKIND_SPECIAL symbo...
2006-04-30 Bruce MomjianRevert patch pending more discussion:
2006-04-29 Bruce MomjianDisallow changing DEFAULT expression of a SERIAL column.
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-12-28 Tom LaneImplement SQL-compliant treatment of row comparisons...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-02 Tom LaneChange nextval and other sequence functions to specify...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-04-14 Tom LaneFirst phase of project to use fixed OIDs for all system...
2005-02-22 Bruce MomjianUse _() macro consistently rather than gettext(). ...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-12 Peter EisentrautMessage style revisions
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-05-05 Tom LaneALTER TABLE rewrite. New cool stuff:
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-21 Tom LaneError message editing in backend/catalog.
2003-06-29 Tom LaneSupport expressions of the form 'scalar op ANY (array...
2003-05-28 Tom LaneReplace functional-index facility with expressional...
2003-05-27 Bruce MomjianMake debug_ GUC varables output DEBUG1 rather than...
2003-03-06 Tom LaneTweak dependency code to suppress NOTICEs generated...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2003-02-07 Tom LaneRevise mechanism for getting rid of temp tables at...
2003-01-10 Tom LaneFurther tweaking of parsetree & plantree representation...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-04 Tom LaneRepair oversight in recent change of dependency extract...
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-09-22 Tom LaneMove most of the error checking for foreign-key constra...
2002-09-19 Tom LaneTweak heap.c to refuse attempts to create table columns...
2002-09-11 Tom LaneTweak querytree-dependency-extraction code so that...
2002-09-04 Bruce Momjianpgindent run.
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-07-29 Tom LaneImplement CREATE/DROP OPERATOR CLASS. Work still remai...
2002-07-25 Tatsuo IshiiImplement DROP CONVERSION
2002-07-18 Peter Eisentrautpg_cast table, and standards-compliant CREATE/DROP...
2002-07-18 Tom LaneImplement DROP SCHEMA. It lacks support for dropping...
2002-07-16 Tom LaneAdd code to extract dependencies from an expression...
2002-07-15 Tom LaneUse the dependency mechanism to manage column defaults...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...