]> granicus.if.org Git - postgresql/history - src/backend/parser/parse_target.c
Implement feature of new FE/BE protocol whereby RowDescription identifies
[postgresql] / src / backend / parser / parse_target.c
2003-05-06 Tom LaneImplement feature of new FE/BE protocol whereby RowDesc...
2003-04-29 Tom LaneInfrastructure for deducing Param types from context...
2003-04-08 Tom LaneFirst phase of work on array improvements. ARRAY[x...
2003-02-16 Tom LaneCOALESCE() and NULLIF() are now first-class expressions...
2003-02-13 Bruce Momjian[ Revert patch ]
2003-02-13 Bruce Momjian> ================================================...
2003-02-09 Tom LaneCreate a distinction between Lists of integers and...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-11-15 Bruce MomjianAdd DOMAIN check constraints.
2002-09-28 Tom LaneMake the world at least somewhat safe for zero-column...
2002-09-18 Tom LaneExtend pg_cast castimplicit column to a three-way value...
2002-09-04 Bruce Momjianpgindent run.
2002-08-19 Tom LaneRemove Ident nodetype in favor of using String nodes...
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-04-11 Tom LaneRestructure representation of aggregate functions so...
2002-04-09 Tom LaneFunctions live in namespaces. Qualified function names...
2002-04-05 Bruce MomjianAdd INSERT(..., DEFAULT, ).
2002-04-02 Hiroshi InoueRemoved obsolete DROP_COLUMN_HACK stuff.
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-12 Tom LaneRestructure representation of join alias variables...
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-08 Tom LaneAnother go-round with FigureColname, to produce less...
2001-09-28 Thomas G. LockhartMeasure the current transaction time to milliseconds.
2001-09-17 Tom LaneSimplify and clean up FigureColname; make it work witho...
2001-09-10 Bruce MomjianBug #1: attribute name when column is type cast:
2001-08-09 Peter EisentrautUse format_type sibling in backend error messages,...
2001-06-24 Bruce MomjianBack out BYTEA binary compatibility changes.
2001-06-23 Bruce Momjian> Marko Kreen <marko@l-t.ee> writes:
2001-05-21 Bruce MomjianPrint error on SELECT tab FROM tab:
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-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-08 Tom LaneRemove 'func_tlist' from Func expression nodes, likewis...
2000-06-15 Bruce MomjianClean up #include's.
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
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:
2000-01-17 Tom LanePass atttypmod to CoerceTargetExpr, so that it can...
2000-01-17 Tom LaneCreate a new parsetree node type, TypeCast, so that...
2000-01-10 Bruce MomjianMake number of args to a function configurable.
1999-12-10 Tom LaneTeach grammar and parser about aggregate(DISTINCT ...
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-11-07 Bruce MomjianNew NameStr macro to convert Name to Str. No need...
1999-11-01 Tom LaneEliminate local inefficiencies in updateTargetListEntry...
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 MomjianRemove unused #includes in *.c files.
1999-06-17 Tom LaneDefend against function calls with more than 8 argument...
1999-05-29 Tom LaneAvoid redundant SysCache searches in coerce_type, for...
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-23 Tom LaneDo not assign output columns to junk attributes created...
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-17 Bruce MomjianSELECT * error message fix.
1999-04-29 Tom LaneDefend against 'update oid'. Someday we might want...
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-01-24 Bruce MomjianRename Aggreg to Aggref.
1998-12-13 Thomas G. LockhartImprove CASE statement support.
1998-12-04 Thomas G. LockhartImplement CASE expression.
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-02 Bruce MomjianFix for indexing problems.
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-26 Bruce MomjianFix for select bug.
1998-08-25 Bruce MomjianCleanup of target file.
1998-08-25 Bruce MomjianMake sure resdomno for update/insert match attribute...
1998-08-23 Bruce Momjiancleanup
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-05 Marc G. FournierFrom: David Hartwig <daybee@bellatlantic.net>
1998-07-20 Bruce MomjianCleanup makeTargetEntry and remove internal.c.
1998-07-12 Bruce MomjianChange atttypmod from int16 to int32, for Thomas.
1998-07-08 Thomas G. LockhartAllow floating point constants for "def_arg" numeric...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-05 Bruce MomjianI made several adjustments to my earlier patch to handl...
1998-05-29 Thomas G. LockhartDo type conversion to match columns in UNION clauses.
1998-05-21 Marc G. FournierFrom: David Hartwig <daveh@insightdist.com>
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-13 Bruce MomjianAtttypmod cleanup.
1998-02-10 Bruce MomjianPass around typmod as int16.
1998-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
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.
next