]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_agg.c
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / parser / parse_agg.c
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-05 Tom LaneRemove planner's private fields from Query struct,...
2005-03-29 Tom LaneConvert oidvector and int2vector into variable-length...
2005-03-10 Tom LaneMake the behavior of HAVING without GROUP BY conform...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-05-30 Neil ConwayUse the new List API function names throughout the...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-01-28 Tom LaneFix oversight in check_ungrouped_columns optimization...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Tom LaneFix grammatical error introduced into error message.
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-01 Tom LaneAggregates can be polymorphic, using polymorphic implem...
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-04-03 Tom LaneRepair incorrect checking of grouped/ungrouped variable...
2003-01-17 Tom LaneFix parse_agg.c to detect ungrouped Vars in sub-SELECTs...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-03-21 Tom LaneFirst phase of SCHEMA changes, concentrating on fixing...
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-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-09-29 Tom LaneSubselects in FROM clause, per ISO syntax: FROM (SELECT...
2000-09-25 Tom LaneUse variable aliases, if supplied, rather than real...
2000-09-12 Tom LaneFirst cut at full support for OUTER JOINs. There are...
2000-07-17 Tom LaneRevise aggregate functions per earlier discussions...
2000-06-15 Bruce MomjianClean up #include's.
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-17 Tom LaneFix a bunch of minor portability problems and maybe...
2000-03-14 Thomas G. LockhartImplement column aliases on views "CREATE VIEW name...
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
1999-12-13 Tom Laneaggregate(DISTINCT ...) works, per SQL spec.
1999-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
1999-12-09 Tom LaneReplace generic 'Illegal use of aggregates' error messa...
1999-10-07 Tom LaneFix planner and rewriter to follow SQL semantics for...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-16 Tom LaneSmall updates to #include lists for pending optimizer...
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-06-21 Tom LaneOn second thought, expression_tree_walker should handle...
1999-06-19 Tom LaneMy first chosen victim for expression_tree_walker conve...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-23 Tom LaneDetect case of invalid use of GROUP BY when there are no
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-04-29 Tom LaneAggregate functions didn't work on subscripted array...
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1998-12-08 Thomas G. LockhartDefine routines and catalog entries for string min...
1998-09-09 Vadim B. MikheevFix using GroupBy/non-GroupBy expressions in HAVING.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-03-30 Bruce MomjianI started adding the Having Clause and it works quite...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-01-20 Bruce MomjianParser cleanup.
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1998-01-04 Bruce MomjianFix for count(*), aggs with views and multiple tables...
1997-12-22 Bruce MomjianFix for select 1=1 or 2=2, select 1=1 and 2=2, and...
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.