]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_relation.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parse_relation.c
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.
1999-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-02-23 Thomas G. LockhartClean up error messages.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
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-08-18 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-05 Bruce MomjianFIx for varchar(), char() and INSERT .. SELECT.
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-16 Bruce MomjianNew pg_attribute.atttypmod for type-specific informatio...
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-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.