summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
1997-08-03Cleanup for NAMEDATALEN use.Bruce Momjian
1997-08-03Comment out code that makes no sense, and Purify complains about.Bruce Momjian
1997-07-30Allow use parameters in target list having aggregates in functions.Vadim B. Mikheev
1997-07-24Various compile errors concerning overflow due to shifts, unsigned, and bad p...Bruce Momjian
1997-06-29Fox case-sensitivity for \d and allow trailing ; on backslash commands.Bruce Momjian
1997-05-31If there is no table in RangeTable for colname thenVadim B. Mikheev
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-05-22From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier
1997-05-08Fix typechecking problem pointed out by Thomas.Bruce Momjian
1997-04-29Fix GroupBy: enable functions over aggregates and GroupBy-ed fieldsVadim B. Mikheev
1997-04-27Modify references to function manager to use lower-case calls.Thomas G. Lockhart
1997-04-231. SHOW/RESET var fixed.Vadim B. Mikheev
1997-04-23To: Thomas Lockhart <Thomas.G.Lockhart@jpl.nasa.gov>Marc G. Fournier
1997-04-18Fix for -Wno-errorVadim B. Mikheev
1997-04-15Fix up the -Wno-error problem for non-gcc compilersMarc G. Fournier
1997-04-05Now we can GROUP BY func_results.Vadim B. Mikheev
1997-04-05Fix for 'SET var_name TO var_value': var_name already defined.Vadim B. Mikheev
1997-04-04This commit represents a clean compile with the new templates underMarc G. Fournier
1997-04-02From: "Martin J. Laubach" <mjl@CSlab.tuwien.ac.at>Marc G. Fournier
1997-04-02From: Oleg Bartunov <oleg@sai.msu.su>Marc G. Fournier
1997-04-02New keyword: SEQUENCE.Vadim B. Mikheev
1997-04-02CREATE/DROP SEQUENCE ...Vadim B. Mikheev
1997-03-26Added syntax for multi-column indices.Vadim B. Mikheev
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-03-12From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier
1997-03-02Remove case-sensitive identifiers. Thanks for Dan McGuirk for a reversal patch.Bruce Momjian
1997-02-28Allow update x =-3, not just x = -3.Bruce Momjian
1997-02-19Prevent under/over flow of float8 constants in parser. Small regression fix.Bruce Momjian
1997-02-14Oper_right added, broken with const. conversion.Bruce Momjian
1997-02-14Remove WIN32 defines. They never worked.Bruce Momjian
1997-02-13Only allow NULL in the prpoer places.Bruce Momjian
1997-02-07Add attribute optimization statistics.Bruce Momjian
1997-01-26|From: Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1997-01-26Bring in a patch from Keith Parks to move the use of European datesMarc G. Fournier
1997-01-22Cast constants to the type of the other binary operand.Bruce Momjian
1997-01-16Change EXPLAIN options to just use VERBOSE.Bruce Momjian
1997-01-13Added VERBOSE option to vacuum command.Bruce Momjian
1997-01-10include sem.h added, include string.h neede, from Erik Bertelsen for UltrixBruce Momjian
1996-12-26I have this annoying habit (among others) of puttingBruce Momjian
1996-12-20Improve handling of semicolons ending statements.Bruce Momjian
1996-12-17Make GROUP BY work with aliases, ORDER BY with column numbersBruce Momjian
1996-12-11Require seimcolons between statements.Bruce Momjian
1996-12-11Use "Oid" type where applicable and %ud instead of %d. Thanks Darren King.Bryan Henderson
1996-12-07Remove Dan's fix of SELECT NULL to fix INSERT NULL.Bruce Momjian
1996-12-04Remove duplicate patch for COUNT fix.Bruce Momjian
1996-12-03Change tests to lowercase for esthetics.Bruce Momjian
1996-12-03Make COUNT,SUM case insensitive.Bruce Momjian
1996-11-30This patch changes quite a few instances of references of Oid'sBruce Momjian
1996-11-30As someone asked for this feature - patch for 1.09 follows.Bruce Momjian
1996-11-30Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian