]> granicus.if.org Git - postgresql/history - src/backend/nodes/makefuncs.c
refactor ALTER some-obj SET OWNER implementation
[postgresql] / src / backend / nodes / makefuncs.c
2012-01-01 Bruce MomjianUpdate copyright notices for year 2012.
2011-11-28 Tom LaneEnsure that whole-row junk Vars are always of composite...
2011-09-11 Peter EisentrautRemove many -Wcast-qual warnings
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-10 Tom LaneRemove collation information from TypeName, where it...
2011-02-08 Peter EisentrautPer-column collation support
2011-01-01 Bruce MomjianStamp copyrights for year 2011.
2010-12-13 Robert HaasGeneralize concept of temporary relations to "relation...
2010-10-19 Tom LaneFix incorrect generation of whole-row variables in...
2010-09-20 Magnus HaganderRemove cvs keywords from all files.
2010-08-27 Peter EisentrautSmall refactoring of makeVar() from a TargetEntry
2010-01-02 Bruce MomjianUpdate copyright for the year 2010.
2009-07-16 Peter EisentrautMake backend header files C++ safe
2009-04-04 Tom LaneRemove the recently added node types ReloptElem and...
2009-02-02 Alvaro HerreraAllow reloption names to have qualifiers, initially...
2009-01-01 Bruce MomjianUpdate copyright for 2009.
2008-12-19 Peter EisentrautSQL/MED catalog manipulation facilities
2008-09-01 Tom LaneAdd a bunch of new error location reports to parse...
2008-08-28 Tom LaneExtend the parser location infrastructure to include...
2008-01-01 Bruce MomjianUpdate copyrights in source tree to 2008.
2007-09-06 Tom LaneMake eval_const_expressions() preserve typmod when...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-03-17 Tom LaneFix up the remaining places where the expression node...
2007-01-05 Bruce MomjianUpdate CVS HEAD for 2007 copyright. Back branches...
2006-12-30 Tom LaneSupport type modifiers for user-defined types, and...
2006-10-04 Bruce Momjianpgindent run for 8.2.
2006-08-21 Tom LaneFix all known problems with pg_dump's handling of seria...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-10 Tom LanePromote row expressions to full-fledged citizens of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-02-10 Tom LaneGet rid of last few vestiges of parsetree dependency...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-22 Tom LaneA little further progress on schemas: push down RangeVa...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-17 Bruce MomjianChange lcons(x, NIL) to makeList(x) where appropriate.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
1999-08-22 Tom LaneFurther planner/optimizer cleanups. Move all set_tlist...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-07-20 Bruce MomjianMakefile removal of internal.c.
1998-07-20 Bruce MomjianCleanup makeTargetEntry and remove internal.c.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-21 Bruce MomjianConstlen can be -1, so make it a signed type.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-01-22 Bruce MomjianCast constants to the type of the other binary operand.
1996-07-09 Marc G. FournierPostgres95 1.01 Distribution - Virgin Sources PG95-1_01