]> granicus.if.org Git - postgresql/history - src/backend/nodes/makefuncs.c
pgindent run.
[postgresql] / src / backend / nodes / makefuncs.c
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