OSDN Git Service

Reimplement parsing and storage of default expressions and constraint
[pg-rex/syncrep.git] / src / backend / parser / analyze.c
1999-10-03 Tom LaneReimplement parsing and storage of default expressions...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-08-21 Tom LaneMajor revision of sort-node handling: push knowledge...
1999-08-15 Thomas G. LockhartRepair the check for redundant UNIQUE and PRIMARY KEY...
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-07-15 Bruce MomjianClean up #include in /include directory. Add scripts...
1999-07-13 Bruce MomjianRemove S*I comments from Stephan.
1999-06-05 Tom LaneInstead of failing when the constructed name for a...
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
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-17 Bruce MomjianChange resjunk to a boolean.
1999-05-17 Tom LanePrior patch added 2 more characters to string allocated
1999-05-13 Thomas G. LockhartAdd double quotes around the sequence name generated...
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Thomas G. LockhartFix problem with multiple indices defined if using...
1999-02-23 Thomas G. LockhartPut in explicit checks for implicit index name lengths.
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...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-02 Bruce MomjianAdd TEMP tables/indexes. Add COPY pfree(). Other...
1999-01-27 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-01-25 Vadim B. MikheevSELECT FOR UPDATE is implemented...
1999-01-21 Bruce MomjianThe following patch finishes primary key support. ...
1999-01-21 Vadim B. MikheevFOR UPDATE is in parser & rules.
1999-01-18 Bruce MomjianHi!
1998-12-14 Marc G. FournierMany more cleanups...
1998-12-04 Thomas G. LockhartImplement CASE expression.
1998-10-28 Bruce MomjianFix for serial creation.
1998-09-25 Thomas G. LockhartClean up code in analyze.c for SERIAL data type.
1998-09-16 Thomas G. LockhartSupport specifying PRIMARY KEY for the SERIAL type.
1998-09-03 Thomas G. LockhartAllow insert statements to have every column
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-26 Bruce MomjianMake attalign match type alignment.
1998-08-26 Thomas G. LockhartFix up crashing symptoms for new serial type by making...
1998-08-25 Thomas G. LockhartSupport SERIAL column type. Expand column marked is_seq...
1998-08-18 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-07-20 Bruce MomjianmakeTargetEntry cleanup.
1998-07-20 Bruce MomjianCleanup makeTargetEntry and remove internal.c.
1998-07-19 Bruce Momjian1) Queries using the having clause on base tables shoul...
1998-05-29 Thomas G. LockhartFix up a couple of comments broken by the automatic...
1998-05-09 Thomas G. LockhartAdd capabilities for automatic type conversion.
1998-03-31 Bruce MomjianSmall HAVING cleanup.
1998-03-30 Bruce MomjianThere's a patch attached to fix gcc 2.8.x warnings...
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-02-10 Bruce MomjianPass attypmod through to executor by adding to Var...
1998-02-06 Bruce MomjianFIx hasSubLinks for Vadim.
1998-01-20 Bruce MomjianAdd Var.varlevelup to code. More parser cleanup.
1998-01-20 Bruce MomjianParser cleanup.
1998-01-19 Bruce MomjianCreate SubLink nodes in parser for Vadim.
1998-01-15 Bruce MomjianRemove Query->qry_aggs and qry_numaggs and replace...
1998-01-11 Bruce MomjianAdd UNION, GROUP, DISTINCT to INSERT.
1998-01-10 Bruce MomjianBye CursorStmt, now use SelectStmt.
1998-01-09 Bruce MomjianRemove old quel labels.
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-29 Bruce MomjianChange some mallocs to palloc.
1997-12-29 Bruce MomjianFix for ORDER BY in UNION.
1997-12-29 Bruce MomjianCleanup of UNION ALL fix. Manual page updates.
1997-12-27 Bruce MomjianUNION work for UNION ALL and other union stuff.
1997-12-24 Bruce MomjianImplementation of UNIONs.
1997-12-23 Thomas G. LockhartChange variable name reference from selectClause to...
1997-12-16 Thomas G. LockhartImprove (well, ok, fix) generated constraint name for...
1997-12-09 Thomas G. LockhartAdd information message about implicitly created indices.
1997-12-04 Thomas G. LockhartAdd SQL92-compliant syntax for constraints.
1997-11-26 Bruce MomjianCleanup up include files.
1997-11-25 Bruce MomjianBreak parser functions into smaller files, group together.
1997-11-20 Bruce MomjianRemove all time travel stuff. Small parser cleanup.
1997-10-30 Thomas G. LockhartFix up elog messages for consistant usage of quotes...
1997-10-25 Bruce MomjianRename strNcpy to StrNCpy, and change third parameter.
1997-10-16 Vadim B. MikheevIgnore copies of columns specified in ORDER/GROUP BY
1997-10-12 Vadim B. MikheevDEFAULT is handled by analyze.c now.
1997-09-18 Bruce MomjianInline memset() as MemSet().
1997-09-18 Vadim B. MikheevConvert sequence names tolower.
1997-09-08 Bruce MomjianUsed modified version of indent that understands over...
1997-09-08 Bruce MomjianAdd typdefs to pgindent run.
1997-09-08 Bruce MomjianAnother PGINDENT run that changes variable indenting...
1997-09-07 Bruce MomjianMassive commit to run PGINDENT on all *.c and *.h files.
1997-09-05 Bruce MomjianCleanups needed for indent.
1997-09-05 Bruce MomjianCleanups needed for indent. Remove };
1997-09-01 Thomas G. LockhartAdd detection and warnings for UNION and HAVING clauses.
1997-08-22 Bruce MomjianAllow functions and operators on internally-identical...
1997-08-19 Bruce MomjianMake functions static where possible, enclose unused...
1997-08-18 Bruce MomjianNow that names are null terminated, no need to do all...
1997-08-12 Bruce MomjianRemove more (void) and fix -Wall warnings.
1997-08-12 Bruce MomjianFix pgproc names over 15 chars in output. Add strNcpy...
1997-08-03 Bruce MomjianCleanup for NAMEDATALEN use.
1997-07-30 Vadim B. MikheevAllow use parameters in target list having aggregates...
1997-05-08 Bruce MomjianFix typechecking problem pointed out by Thomas.
1997-04-29 Vadim B. MikheevFix GroupBy: enable functions over aggregates and Group...
1997-04-27 Thomas G. LockhartModify references to function manager to use lower...
1997-04-05 Vadim B. MikheevNow we can GROUP BY func_results.
1997-04-02 Vadim B. MikheevCREATE/DROP SEQUENCE ...
1997-03-12 Marc G. FournierFrom: Dan McGuirk <mcguirk@indirect.com>
1997-03-02 Bruce MomjianRemove case-sensitive identifiers. Thanks for Dan...
1997-02-07 Bruce MomjianAdd attribute optimization statistics.
next