]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_func.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parse_func.c
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-24 Tom LaneInfrastructure for upgraded error reporting mechanism...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-13 Bruce MomjianAdd new palloc0 call as merge of palloc and MemSet(0).
2002-11-11 Bruce MomjianBack out use of palloc0 in place if palloc/MemSet....
2002-11-10 Bruce MomjianMerge palloc()/MemSet(0) calls into a single palloc0...
2002-10-24 Tom LaneFunction-call-style type coercions should be treated...
2002-10-19 Tom LaneFix case where a function in FROM returns a scalar...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-22 Tom LaneAdd a bunch of pseudo-types to replace the behavior...
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneGet rid of the last few uses of typeidTypeName() rather...
2002-05-12 Tom LaneGet rid of long-since-vestigial Iter node type, in...
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-05-03 Tom LaneMake ruleutils.c schema-aware. Displayed names are...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-06 Tom LaneImplement partial-key searching of syscaches, per recen...
2002-04-05 Tom LaneDivide functions into three volatility classes (immutab...
2002-03-29 Tom LaneMop-up some infelicities in new relation lookup handling.
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.
2002-03-12 Tom LaneRestructure representation of join alias variables...
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-12-12 Tom LaneDon't accept names of complex types (ie, relation types...
2001-11-12 Tom LaneClean up a bunch of ScanKeyEntryInitialize calls that...
2001-11-02 Tom LaneFix problem reported by Alex Korn: if a relation has...
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-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-06-22 Jan WieckStatistical system views (yet without the config stuff...
2001-05-19 Bruce MomjianComment additions in parser.
2001-05-19 Bruce MomjianMove ParserFuncOrColumn function higher in the file.
2001-05-19 Bruce MomjianNew comment. This func/column things has always confus...
2001-05-18 Bruce MomjianUndo \dT change. Not worth it.
2001-05-18 Bruce MomjianRename ParseFuncOrColumn() to ParseColumnOrFunc().
2001-05-18 Bruce MomjianSmall code cleanups,formatting.
2001-04-18 Tom LaneFurther tweaking of error messages for cases involving...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-03-14 Tom LaneGive a more reasonable error message for a bad attribut...
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneRemove no-longer-needed restriction against referencing...
2000-12-27 Tom LaneFix portability problems recently exposed by regression...
2000-12-15 Tom LaneMake algorithm for resolving UNKNOWN function/operator...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-11 Thomas G. LockhartFix bug in recent improvement to type resolution code...
2000-11-06 Thomas G. LockhartAllow type resolution for UNKNOWN arguments to function...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-08-24 Tom LaneSQL-language functions are now callable in ordinary...
2000-08-20 Tom LaneMake functional indexes accept binary-compatible functi...
2000-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-08-03 Tom LaneModify heap_open()/heap_openr() API per pghackers discu...
2000-06-15 Bruce MomjianFinal #include cleanup.
2000-06-15 Bruce MomjianClean up #include's.
2000-06-11 Tom LaneUpdate sequence-related functions to new fmgr style...
2000-06-03 Bruce MomjianNew warning code about auto-created range table entries.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-26 Tom LaneGenerate a reasonable error message when an aggregate...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-23 Tom LaneRemove no-longer-necessary restriction against uplevel...
2000-03-19 Tom LaneAnother go-round with resolution of ambiguous functions...
2000-03-16 Tom LaneTurns out that Mazurkiewicz's gripe about 'function...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-03-11 Tom LaneFurther fixes for bogus list-slinging, scribbling on...
2000-02-20 Tom LaneFurther cleanups for type coercion: treat the locution...
2000-02-20 Tom LaneCreate a new expression node type RelabelType, which...
2000-02-20 Tom LaneFix broken list-slinging logic in func_select_candidate and
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
2000-01-24 Peter EisentrautMade abstime/reltime use int4 instead of time_t (TODO...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-16 Jan WieckSome changes to prepare for LONG attributes.
1999-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
1999-12-07 Tom LaneClean up memory leakage in find_inheritors() by using...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-09-29 Bruce MomjianDisable new FROM-clause warning.
1999-09-28 Bruce MomjianAdd subquery mention in auto-create table entry.
1999-09-28 Bruce MomjianReverse out last scan.l patch for minus handling.\
1999-09-27 Bruce MomjianEmit warning on SELECT pg_language.*
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
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-08-16 Tom LaneMove funcid_get_rettype() to lsyscache.
1999-08-05 Tom LaneRevise parse_coerce() to handle coercion of int and...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
next