summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
1999-05-22Fix for select 1;select 2 without trailing semi.Bruce Momjian
1999-05-22Fix for DEFAULT ''.Bruce Momjian
1999-05-22Make postgres prompt backend>, and remove PARSEDEBUG.Bruce Momjian
1999-05-21Fix typo and attempt default fix.Bruce Momjian
1999-05-21Treat {} as special regex too.Bruce Momjian
1999-05-21Fix problem with | in ~ comparison using index.Bruce Momjian
1999-05-20Fixed shift/reduce conflictJan Wieck
1999-05-19Remove 4096 string limited key on block sizeBruce Momjian
1999-05-19Upgrade to PyGreSQL (2.4)Bruce Momjian
1999-05-18Add Aggref and ArrayRef to the set of node types that transformExprTom Lane
1999-05-17Skip junk nodes when comparing UNION target list lengths.Bruce Momjian
1999-05-17Change resjunk to a boolean.Bruce Momjian
1999-05-17Prior patch added 2 more characters to string allocatedTom Lane
1999-05-17SELECT * error message fix.Bruce Momjian
1999-05-17Move IN to proper place.Bruce Momjian
1999-05-17CleanupBruce Momjian
1999-05-17Require IN in LOCK syntax.Bruce Momjian
1999-05-13Add double quotes around the sequence name generated to support theThomas G. Lockhart
1999-05-13Surround a variable declaration with ENABLE_OUTER_JOINS to suppressThomas G. Lockhart
1999-05-13Rip out QueryTreeList structure, root and branch. QuerytreeTom Lane
1999-05-12Replaced targetlist entry in GroupClause by reference numberJan Wieck
1999-05-12Add keywords to implement Vadim's transaction isolationThomas G. Lockhart
1999-05-12Fix problem with multiple indices defined if using column- and table-Thomas G. Lockhart
1999-05-12Handle conversion of floating point constants to internal strings.Thomas G. Lockhart
1999-05-12Keep long non-quoted numeric strings *as* untyped strings if they failThomas G. Lockhart
1999-05-11clean up commentsBruce Momjian
1999-05-10Change error messages to oids come out as %u and not %d. Change has noBruce Momjian
1999-05-03here are some patches for 6.5.0 which I already submitted but have neverBruce Momjian
1999-04-29Defend against 'update oid'. Someday we might want to supportTom Lane
1999-04-29Aggregate functions didn't work on subscripted array references.Tom Lane
1999-04-27Fixed DECIMAL data type to handle specified precision in atttypmodJan Wieck
1999-04-23Add disk space message to "can not extend" message.Bruce Momjian
1999-04-19Add temporary for temp.Bruce Momjian
1999-04-19Fix problems seen when result of a subselect was used in anTom Lane
1999-04-18After transforming a CASE expr with a default argument,Tom Lane
1999-03-22Add % to b_expr.Bruce Momjian
1999-03-21Add .cvsignore file so cvs doesn't complain if you have lex/yaccTom Lane
1999-03-21cleanupBruce Momjian
1999-03-21Fix for %4 and 4%.Bruce Momjian
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-20Reverse out pfree agg part of patch from Erik Riedel.Bruce Momjian
1999-03-19Fix shift/reduce for NULL = Var.Bruce Momjian
1999-03-18cleanup parserBruce Momjian
1999-03-18grammar cleanup'Bruce Momjian
1999-03-18cleanup of grammer.Bruce Momjian
1999-03-18Fix optimizer indexing not working for negative numbers.Bruce Momjian
1999-03-17Add new postgres -O option to allow system table structure changes.Bruce Momjian
1999-03-17Left associates all operators, instead of non-associating them.Bruce Momjian
1999-03-17Have % operator have precedence like /.Bruce Momjian
1999-03-16Update nextval() code.Bruce Momjian