summaryrefslogtreecommitdiff
path: root/src/backend/parser/parse.h
AgeCommit message (Expand)Author
1999-03-20Remove yacc/lex output files from CVS repository.Tom Lane
1999-03-18cleanup parserBruce Momjian
1999-02-27Someone forgot to commit gram.c and parse.h after his latestTom Lane
1999-02-09Optimizer fix for samekeys.Bruce Momjian
1999-02-02Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian
1999-01-18Fix cfor typos.Bruce Momjian
1998-12-18SET TRANSACTION ISOLATION LEVEL ...Vadim B. Mikheev
1998-12-14Initial attempt to clean up the code...Marc G. Fournier
1998-09-30Update to track newest gram.y.Thomas G. Lockhart
1998-09-13Support SQL92-ish DECLARE and FETCH commands.Thomas G. Lockhart
1998-09-03Update to match newest gram.c since both are generated from gram.y.Thomas G. Lockhart
1998-09-01OK, folks, here is the pgindent output.Bruce Momjian
1998-08-26Make attalign match type alignment.Bruce Momjian
1998-08-06Make large objects their own relkind type. Fix dups in pg_class_mbBruce Momjian
1998-07-26Fix compile error. Make transaction/work optional on all transactionBruce Momjian
1998-05-12Someone remove a #define too much from pg_proc.h which breaksBruce Momjian
1998-03-18Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart
1998-02-27From: Darren King <[email protected]>Marc G. Fournier
1998-02-26pgindent run before 6.3 release, with Thomas' requested changes.Bruce Momjian
1998-02-18Include products of gram.y to allow systems without bison to build Postgres.Thomas G. Lockhart