summaryrefslogtreecommitdiff
path: root/src/backend/parser
Commit message (Expand)AuthorAgeFilesLines
* This allows GROUP BY to use column aliases, and ORDER and GROUP BY canMarc G. Fournier1996-12-222-57/+101
* Require seimcolons between statements.Bruce Momjian1996-12-111-9/+7
* Remove Dan's fix of SELECT NULL to fix INSERT NULL.Bruce Momjian1996-12-072-6/+4
* Remove duplicate patch for COUNT fix.Bruce Momjian1996-12-041-17/+2
* Change tests to lowercase for esthetics.Bruce Momjian1996-12-031-11/+11
* Make COUNT,SUM case insensitive.Bruce Momjian1996-12-031-2/+17
* This patch changes quite a few instances of references of Oid'sBruce Momjian1996-11-304-68/+76
* As someone asked for this feature - patch for 1.09 follows.Bruce Momjian1996-11-301-4/+7
* Added BETWEEN and IN to grammar. Map != to <>.Bruce Momjian1996-11-303-17/+55
* Allow select oid,* from table. Allow * anywhere in target list.Bruce Momjian1996-11-292-21/+23
* Changed saved_relname size to save memory.Bruce Momjian1996-11-281-5/+7
* Make it compile on Ultrix. Thanks Erik Bertelson.Bryan Henderson1996-11-262-2/+6
* Prevent empty queries from crashing server.Bruce Momjian1996-11-251-5/+3
* Can't add a keyword without making it a keyword. :-)Bruce Momjian1996-11-201-2/+2
* Removed old Assert's used during development.Bruce Momjian1996-11-191-6/+1
* Remove quote removal. Moved to parser.Bruce Momjian1996-11-151-29/+3
* Use -Wno-error option only if compiler is gcc.Bryan Henderson1996-11-141-8/+15
* Commit of a *MAJOR* patch from Dan McGuirk <djm@indirect.com>Marc G. Fournier1996-11-136-32/+135
* Various cleanups from D'ArcyMarc G. Fournier1996-11-111-3/+1
* Warning removal cleanupBruce Momjian1996-11-112-2/+6
* prototype cleanupBruce Momjian1996-11-101-2/+1
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-103-11/+11
* Quiet compiler warnings.Bryan Henderson1996-11-101-3/+3
* Makefile cleanup after reorganizationBruce Momjian1996-11-091-2/+1
* More compile cleanupsBruce Momjian1996-11-083-13/+16
* Compile and warning cleanupBruce Momjian1996-11-086-23/+30
* Add some missing includesMarc G. Fournier1996-11-081-3/+4
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-063-3/+8
* Remove NULL_PATCH defineBruce Momjian1996-11-044-16/+4
* Remove ARRAY_PATCH defineBruce Momjian1996-11-041-7/+1
* Remove ESCAPE_PATCH defineBruce Momjian1996-11-041-5/+1
* Add #include "postgres.h"Marc G. Fournier1996-10-311-2/+2
* Added prototypes missing from parser patch.Bruce Momjian1996-10-312-2/+4
* Parser OverhaulBruce Momjian1996-10-303-473/+380
* Simplify make files, add full dependencies.Bryan Henderson1996-10-272-45/+58
* E Use EUROPEAN_DATES from config.h instead of -D optionBryan Henderson1996-10-251-1/+3
* More closing of relations left open by parser.Bruce Momjian1996-10-141-1/+3
* I checked the alter table code, and started suspecting the relationBruce Momjian1996-10-131-7/+10
* Fixed YACC depenencies and 'make clean' now cleans totally.Bruce Momjian1996-09-261-3/+3
* |This fixes the bug introduced yesterday that causes "not found" errorsMarc G. Fournier1996-09-211-4/+3
* Various patches from Bryan that *should* clean up the compile problemsMarc G. Fournier1996-09-202-7/+7
* modifications required to reflect centralized include filesMarc G. Fournier1996-08-283-7/+7
* Clean up th ecompile process by centralizing the include filesMarc G. Fournier1996-08-288-321/+0
* added #include "config.h" for ESCAPE_PATCH defineMarc G. Fournier1996-08-271-1/+4
* Quick fix of the PG-GiST import pointed out by DanMarc G. Fournier1996-08-261-2/+2
* There, now we support GiST...now what? :)Marc G. Fournier1996-08-261-8/+14
* The patch does several things:Marc G. Fournier1996-08-242-11/+17
* Added a SVR4 portMarc G. Fournier1996-08-191-0/+5
* Fixes a bug in 'create index'Marc G. Fournier1996-08-151-6/+10
* Fixes:Marc G. Fournier1996-08-132-7/+7