]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_oper.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parse_oper.c
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-01 Tom LaneGive left_oper() and right_oper() noError parameters...
2002-04-16 Tom LaneOperators live in namespaces. CREATE/DROP/COMMENT...
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-03-20 Tom LaneCode review for DOMAIN patch.
2002-02-19 Tom LaneA bunch of changes aimed at reducing backend startup...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-04-23 Tom Lanecompatible_oper needs to do ReleaseSysCache in one...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-16 Tom LaneClean up two rather nasty bugs in operator selection...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
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-07 Thomas G. LockhartEnable fallback to string type when argument(s) are...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-19 Tom LaneAnother go-round with resolution of ambiguous functions...
2000-03-18 Tom LaneImprove error message wording in unary_op_error() ...
2000-03-11 Tom LaneFurther fixes for bogus list-slinging, scribbling on...
2000-02-27 Tom LaneFix poorly worded error messages for unary operator...
2000-01-26 Bruce MomjianAdd:
1999-12-12 Tom Laneany_ordering_op()'s argument should be declared Oid...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-26 Tom LaneClean up some bugs in oper_select_candidate(), notably the
1999-08-23 Tom LaneRemove bogus code in oper_exact --- if it didn't find...
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.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1998-12-13 Thomas G. LockhartFix up error messages when looking up functions and...
1998-12-08 Thomas G. LockhartDefine routines and catalog entries for string min...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-08 Bruce MomjianMake functions static or ifdef NOT_USED. Prevent pg_ve...
1998-09-25 Thomas G. LockhartClean up code in analyze.c for SERIAL data type.
1998-09-16 Thomas G. LockhartUse oper_select_candidate() for unary operators
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-04-27 Bruce MomjianThis patch...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-20 Bruce MomjianParser cleanup.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
1998-01-15 Marc G. FournierFix:
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-01 Thomas G. LockhartChange precedence for boolean operators to match expect...
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.