OSDN Git Service

Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR take
[pg-rex/syncrep.git] / src / include / parser / parse_func.h
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-29 Tom Lanepg_type has a typnamespace column; system now supports...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-28 Bruce MomjianAnother pgindent run. Fixes enum indenting, and improv...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-04 Tom LaneConsider interpreting a function call as a trivial...
2001-05-19 Bruce MomjianNew comment. This func/column things has always confus...
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-20 Tom LaneMake functional indexes accept binary-compatible functi...
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-03-16 Tom LaneTurns out that Mazurkiewicz's gripe about 'function...
2000-01-26 Bruce MomjianAdd:
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-07-15 Bruce MomjianChange #include's to use <> and "" as appropriate.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-06-17 Tom LaneDefend against function calls with more than 8 argument...
1999-05-25 Bruce Momjianpgindent run over code.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1998-12-08 Thomas G. LockhartDefine routines and catalog entries for string min...
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-05-29 Thomas G. LockhartAdd func_select_candidate() to allow use in unary opera...
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-05 Marc G. Fournierfunc_error() changed so that if caller is passed with...
1998-02-05 Marc G. FournierFix up this so that it also doesn't use a caller variab...
1998-01-20 Bruce MomjianParser cleanup.
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1997-11-26 Bruce MomjianMake parser functions static where possible.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.