]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_relation.c
When a GUC string variable is not set, print the empty string (in SHOW etc.),
[postgresql] / src / backend / parser / parse_relation.c
2006-04-30 Tom LaneImprove the representation of FOR UPDATE/FOR SHARE...
2006-03-23 Tom LaneAdd error location info to ResTarget parse nodes. ...
2006-03-16 Tom LaneClean up representation of function RTEs for functions...
2006-03-14 Tom LaneImprove parser so that we can show an error cursor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-01-10 Tom LaneImprove error messages for missing-FROM-entry cases...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-06 Tom LaneWhen a function not returning RECORD has a single OUT...
2005-08-01 Tom LaneAdd NOWAIT option to SELECT FOR UPDATE/SHARE.
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-05 Tom LaneReplace the parser's namespace tree (which formerly...
2005-06-04 Tom LaneChange expandRTE() and ResolveNew() back to taking...
2005-06-03 Tom LaneRevise handling of dropped columns in JOIN alias lists...
2005-05-29 Tom LaneexpandRTE and get_rte_attribute_type mistakenly always...
2005-04-28 Tom LaneImplement sharable row-level locks, and use them for...
2005-04-13 Tom LaneChange addRangeTableEntryForRelation() to take a Relati...
2005-04-07 Neil ConwayAdd a "USING" clause to DELETE, which is equivalent...
2005-04-06 Tom LaneMerge Resdom nodes into TargetEntry nodes to simplify...
2005-03-31 Tom LaneFirst phase of OUT-parameters project. We can now...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-10-20 Tom LaneAllow functions returning void or cstring to appear...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-19 Tom LaneRepair some issues with column aliases and RowExpr...
2004-08-17 Tom LaneStandardize on the assumption that the arguments of...
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-18 Tom LaneTweak findTargetlistEntry so that bare names occurring...
2004-04-02 Tom LaneGet rid of crocky use of RangeVar nodes in parser to...
2004-01-14 Tom LaneFix permission-checking bug reported by Tim Burgess...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-08-11 Tom LaneRewriter and planner should use only resno, not resname...
2003-08-11 Tom LaneCode cleanup inspired by recent resname bug report...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
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-06-15 Tom LaneReplace cryptic 'Unknown kind of return type' messages...
2003-06-11 Bruce MomjianAdd add_missing_from GUC variable.
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-09-04 Bruce Momjianpgindent run.
2002-08-29 Tom LaneCode review for standalone composite types, query-speci...
2002-08-08 Tom LaneCause view/rule display to work as expected after renam...
2002-08-08 Tom LaneCause schema-qualified FROM items and schema-qualified...
2002-08-06 Bruce Momjian>> Hm. I'd sort of expect the "z" to become both the...
2002-08-06 Bruce MomjianThe attached patch disallows the use of coldeflists...
2002-08-05 Tom LanePreliminary code review for anonymous-composite-types...
2002-08-04 Bruce MomjianAttached are two patches to implement and document...
2002-08-02 Tom LaneALTER TABLE DROP COLUMN works. Patch by Christopher...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-05-12 Tom LaneFirst pass at set-returning-functions in FROM, by Joe...
2002-04-28 Tom LaneSecond try at fixing join alias variables. Instead...
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
2002-03-26 Tom Lanepg_class has a relnamespace column. You can create...
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-12 Tom LaneRestructure representation of join alias variables...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-02 Bruce MomjianCommit to match discussed elog() changes. Only update...
2001-11-05 Bruce MomjianNew pgindent run with fixes suggested by Tom. Patch...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-10-23 Tom LaneFix foreign keys on system columns.
2001-10-22 Tom LaneConsolidate tables of known system attributes into...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-05-07 Tom LaneRewrite of planner statistics-gathering code. ANALYZE...
2001-04-18 Tom LaneMake rule lister do the right thing with Vars represent...
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-02-14 Tom LaneChange scoping of table and join refnames to conform...
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2000-11-08 Tom LaneMake DROP TABLE rollback-able: postpone physical file...
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-08-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-07-02 Bruce MomjianAttached is a new patch which addresses this problem...
2000-06-20 Tom LaneFix handling of type tuple associated with a temp relat...
2000-06-12 Bruce MomjianRename rule CURRENT to OLD in source tree. Add mapping...
2000-06-08 Bruce MomjianMark functions as static and ifdef NOT_USED as appropriate.
2000-06-03 Bruce MomjianNew warning code about auto-created range table entries.
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-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-03-09 Hiroshi InoueTrial implementation of ALTER DROP COLUMN.
2000-02-15 Thomas G. LockhartCarry column aliases from the parser frontend. Enables...
2000-01-26 Bruce MomjianAdd:
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-07-19 Tom LaneRewrite parser's handling of INSERT ... SELECT so that...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
next