]> granicus.if.org Git - postgresql/history - src/backend/parser
Move some system includes into c.h, and remove duplicates.
[postgresql] / src / backend / parser /
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-17 Bruce MomjianAdd config.h as needed.
1999-07-16 Tom LaneSupport subscripts on bare column names.
1999-07-16 Tom LaneAllow bare column names to be subscripted as arrays...
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-07-11 Tom LaneIgnore resjunk targetlist entries when matching argumen...
1999-07-09 Bruce MomjianMake ^ precidence greater than *.
1999-07-08 Bruce MomjianAdd ^ precidence.
1999-07-04 Bruce MomjianClarify maximum tuple and max attribute lengths.
1999-07-03 Bruce MomjianFix to prevent too large tuple from being created.
1999-06-21 Tom LaneOn second thought, expression_tree_walker should handle...
1999-06-19 Tom LaneMy first chosen victim for expression_tree_walker conve...
1999-06-17 Tom LaneDefend against function calls with more than 8 argument...
1999-06-07 Tom LaneRepair recently-introduced error in makeIndexable for...
1999-06-05 Tom LaneInstead of failing when the constructed name for a...
1999-05-29 Tom LaneAvoid redundant SysCache searches in coerce_type, for...
1999-05-26 Bruce MomjianMake functions static or NOT_USED as appropriate.
1999-05-25 Bruce MomjianMake 0x007f -> (unsigned)0x7f to make pgindent happy.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-23 Tom LaneDo not assign output columns to junk attributes created...
1999-05-23 Tom LaneDetect case of invalid use of GROUP BY when there are no
1999-05-22 Bruce MomjianFix for select 1;select 2 without trailing semi.
1999-05-22 Bruce MomjianFix for DEFAULT ''.
1999-05-22 Bruce MomjianMake postgres prompt backend>, and remove PARSEDEBUG.
1999-05-21 Bruce MomjianFix typo and attempt default fix.
1999-05-21 Bruce MomjianTreat {} as special regex too.
1999-05-21 Bruce MomjianFix problem with | in ~ comparison using index.
1999-05-20 Jan WieckFixed shift/reduce conflict
1999-05-19 Bruce MomjianRemove 4096 string limited key on block size
1999-05-19 Bruce MomjianUpgrade to PyGreSQL (2.4)
1999-05-18 Tom LaneAdd Aggref and ArrayRef to the set of node types that...
1999-05-17 Bruce MomjianSkip junk nodes when comparing UNION target list lengths.
1999-05-17 Bruce MomjianChange resjunk to a boolean.
1999-05-17 Tom LanePrior patch added 2 more characters to string allocated
1999-05-17 Bruce MomjianSELECT * error message fix.
1999-05-17 Bruce MomjianMove IN to proper place.
1999-05-17 Bruce MomjianCleanup
1999-05-17 Bruce MomjianRequire IN in LOCK syntax.
1999-05-13 Thomas G. LockhartAdd double quotes around the sequence name generated...
1999-05-13 Thomas G. LockhartSurround a variable declaration with ENABLE_OUTER_JOINS...
1999-05-13 Tom LaneRip out QueryTreeList structure, root and branch. ...
1999-05-12 Jan WieckReplaced targetlist entry in GroupClause by reference...
1999-05-12 Thomas G. LockhartAdd keywords to implement Vadim's transaction isolation
1999-05-12 Thomas G. LockhartFix problem with multiple indices defined if using...
1999-05-12 Thomas G. LockhartHandle conversion of floating point constants to intern...
1999-05-12 Thomas G. LockhartKeep long non-quoted numeric strings *as* untyped strin...
1999-05-11 Bruce Momjianclean up comments
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-05-03 Bruce Momjianhere are some patches for 6.5.0 which I already submitt...
1999-04-29 Tom LaneDefend against 'update oid'. Someday we might want...
1999-04-29 Tom LaneAggregate functions didn't work on subscripted array...
1999-04-27 Jan WieckFixed DECIMAL data type to handle specified precision...
1999-04-23 Bruce MomjianAdd disk space message to "can not extend" message.
1999-04-19 Bruce MomjianAdd temporary for temp.
1999-04-19 Tom LaneFix problems seen when result of a subselect was used...
1999-04-18 Tom LaneAfter transforming a CASE expr with a default argument,
1999-03-22 Bruce MomjianAdd % to b_expr.
1999-03-21 Tom LaneAdd .cvsignore file so cvs doesn't complain if you...
1999-03-21 Bruce Momjiancleanup
1999-03-21 Bruce MomjianFix for %4 and 4%.
1999-03-20 Tom LaneRemove yacc/lex output files from CVS repository.
1999-03-20 Bruce MomjianReverse out pfree agg part of patch from Erik Riedel.
1999-03-19 Bruce MomjianFix shift/reduce for NULL = Var.
1999-03-18 Bruce Momjiancleanup parser
1999-03-18 Bruce Momjiangrammar cleanup'
1999-03-18 Bruce Momjiancleanup of grammer.
1999-03-18 Bruce MomjianFix optimizer indexing not working for negative numbers.
1999-03-17 Bruce MomjianAdd new postgres -O option to allow system table struct...
1999-03-17 Bruce MomjianLeft associates all operators, instead of non-associati...
1999-03-17 Bruce MomjianHave % operator have precedence like /.
1999-03-16 Bruce MomjianUpdate nextval() code.
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-03-15 Bruce Momjiancleanup
1999-03-15 Bruce MomjianAllow sequence nextval actions to be case-sensitive.
1999-03-14 Bruce MomjianCleanup of hash functions in pg_proc.
1999-03-14 Bruce MomjianI have a problem with Access97 not working properly...
1999-03-07 Bruce MomjianReally remove Recipe.
1999-02-27 Tom LaneSomeone forgot to commit gram.c and parse.h after his...
1999-02-23 Thomas G. LockhartClean up error messages.
1999-02-23 Thomas G. LockhartDo a better job of selecting candidates among functions
1999-02-23 Thomas G. LockhartInclude some new code for outer joins. Disabled by...
1999-02-23 Thomas G. LockhartPut in explicit checks for implicit index name lengths.
1999-02-23 Thomas G. LockhartModify the outer join placeholder code with something...
1999-02-22 Bruce MomjianFinal optimizer cleanups.
1999-02-21 Marc G. FournierFrom: Tatsuo Ishii <t-ishii@sra.co.jp>
1999-02-14 Bruce Momjianoptimizer rename.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-02-09 Bruce MomjianOptimizer fix for samekeys.
1999-02-09 Bruce MomjianMajor optimizer improvement for joining a large number...
1999-02-08 Jan WieckAdded LIMIT/OFFSET functionality including new regressi...
1999-02-07 Tom LaneSimplify scanstr(), fix broken octal-escape code.
1999-02-07 Tom LaneSimplify lexer's rules for string constants, eliminate...
1999-02-07 Jan WieckNew gram.c after modification of gram.y
1999-02-07 Jan WieckReenabled parentheses for grouping multiple rule action...
1999-02-06 Tom LaneFix silly typo causing SELECT INTO TABLE to sometimes be
1999-02-03 Bruce MomjianCleanup of source files where 'return' or 'var =' is...
1999-02-02 Bruce MomjianMake GEQO use dependent on table and index count.
next