]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_func.c
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / parser / parse_func.c
2006-07-14 Bruce MomjianRemove 576 references of include files that were not...
2006-07-13 Bruce MomjianAllow include files to compile own their own.
2006-04-15 Tom LaneSupport the syntax
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-06-22 Tom LaneAdd a hack requested by the JDBC driver writers: when...
2005-05-31 Tom LaneParseComplexProjection should make use of expandRecordV...
2005-04-23 Tom LaneRemove useless argtype_inherit() code, and make consequ...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2005-03-29 Tom LaneOfficially decouple FUNC_MAX_ARGS from INDEX_MAX_KEYS...
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-06-19 Tom LaneFix oversight in recent rowtype-handling improvements...
2004-06-16 Tom LaneRepresent type-specific length coercion functions as...
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-04-02 Tom LaneFix poor choice of error message in corner cases.
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-04-01 Tom LaneReplace TupleTableSlot convention for whole-row variabl...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
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-28 Tom LaneA visit from the message-style police ...
2003-07-20 Tom LaneAnother round of error message editing, covering backen...
2003-07-19 Tom LaneAnother round of error message editing, covering backen...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-07-04 Tom LaneSome early work on error message editing. Operator...
2003-06-25 Bruce MomjianBack out array mega-patch.
2003-06-25 Tom LaneDon't generate 'zero' typeids in the output from gen_cr...
2003-06-24 Bruce MomjianArray mega-patch.
2003-06-06 Tom LaneImplement outer-level aggregates to conform to the...
2003-05-26 Tom LaneCause CHAR(n) to TEXT or VARCHAR conversion to automati...
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...
next