summaryrefslogtreecommitdiff
path: root/src/backend/parser
AgeCommit message (Expand)Author
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
1996-11-29Allow select oid,* from table. Allow * anywhere in target list.Bruce Momjian
1996-11-28Changed saved_relname size to save memory.Bruce Momjian
1996-11-26Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson
1996-11-25Prevent empty queries from crashing server.Bruce Momjian
1996-11-20Can't add a keyword without making it a keyword. :-)Bruce Momjian
1996-11-19Removed old Assert's used during development.Bruce Momjian
1996-11-15Remove quote removal. Moved to parser.Bruce Momjian
1996-11-14Use -Wno-error option only if compiler is gcc.Bryan Henderson
1996-11-13Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier
1996-11-11Various cleanups from D'ArcyMarc G. Fournier
1996-11-11Warning removal cleanupBruce Momjian
1996-11-10prototype cleanupBruce Momjian
1996-11-10All external function definitions now have prototypes that are checked.Bruce Momjian
1996-11-10Quiet compiler warnings.Bryan Henderson
1996-11-09Makefile cleanup after reorganizationBruce Momjian
1996-11-08More compile cleanupsBruce Momjian
1996-11-08Compile and warning cleanupBruce Momjian
1996-11-08Add some missing includesMarc G. Fournier
1996-11-06Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier
1996-11-04Remove NULL_PATCH defineBruce Momjian
1996-11-04Remove ARRAY_PATCH defineBruce Momjian
1996-11-04Remove ESCAPE_PATCH defineBruce Momjian
1996-10-31Add #include "postgres.h"Marc G. Fournier
1996-10-31Added prototypes missing from parser patch.Bruce Momjian
1996-10-30Parser OverhaulBruce Momjian
1996-10-27Simplify make files, add full dependencies.Bryan Henderson
1996-10-25E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson
1996-10-14More closing of relations left open by parser.Bruce Momjian
1996-10-13I checked the alter table code, and started suspecting the relationBruce Momjian
1996-09-26Fixed YACC depenencies and 'make clean' now cleans totally.Bruce Momjian
1996-09-21|This fixes the bug introduced yesterday that causes "not found" errorsMarc G. Fournier
1996-09-20Various patches from Bryan that *should* clean up the compile problemsMarc G. Fournier