| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Optimizer fix for samekeys. | Bruce Momjian | 1999-02-09 | 1 | -48/+50 |
| | | |||||
| * | Add TEMP tables/indexes. Add COPY pfree(). Other cleanups. | Bruce Momjian | 1999-02-02 | 1 | -104/+105 |
| | | |||||
| * | Fix cfor typos. | Bruce Momjian | 1999-01-18 | 1 | -174/+176 |
| | | |||||
| * | SET TRANSACTION ISOLATION LEVEL ... | Vadim B. Mikheev | 1998-12-18 | 1 | -151/+153 |
| | | | | | | LOCK TABLE IN ... MODE ...implemented | ||||
| * | Initial attempt to clean up the code... | Marc G. Fournier | 1998-12-14 | 1 | -196/+202 |
| | | | | | | | Switch sprintf() to snprintf() Remove any/all #if 0 -or- #ifdef NOT_USED -or- #ifdef FALSE sections of code | ||||
| * | Update to track newest gram.y. | Thomas G. Lockhart | 1998-09-30 | 1 | -129/+128 |
| | | |||||
| * | Support SQL92-ish DECLARE and FETCH commands. | Thomas G. Lockhart | 1998-09-13 | 1 | -202/+211 |
| | | | | | Adds a few new keywords, but all are allowed as column names etc. | ||||
| * | Update to match newest gram.c since both are generated from gram.y. | Thomas G. Lockhart | 1998-09-03 | 1 | -228/+227 |
| | | | | | Should be done every time gram.c is refreshed. | ||||
| * | OK, folks, here is the pgindent output. | Bruce Momjian | 1998-09-01 | 1 | -227/+228 |
| | | |||||
| * | Make attalign match type alignment. | Bruce Momjian | 1998-08-26 | 1 | -28/+30 |
| | | |||||
| * | Make large objects their own relkind type. Fix dups in pg_class_mb | Bruce Momjian | 1998-08-06 | 1 | -0/+1 |
| | | | | | files. Fix sequence creation hack for relkind type. | ||||
| * | Fix compile error. Make transaction/work optional on all transaction | Bruce Momjian | 1998-07-26 | 1 | -130/+131 |
| | | | | | | statements. More cleanups of psql help. Fix for shift/reduce on UNION in subselect. | ||||
| * | Someone remove a #define too much from pg_proc.h which breaks | Bruce Momjian | 1998-05-12 | 1 | -97/+99 |
| | | | | | | | | | compiling nbtsearch.c after configuring with --enable-cassert. Patch below. -- --------------------------------------------- Göran Thyni, sysadm, JMS Bildbasen, Kiruna | ||||
| * | Allow parsing expressions with ") -" (scan.l, scan.c only). | Thomas G. Lockhart | 1998-03-18 | 1 | -63/+69 |
| | | | | | | | | | | Make "TABLE" optional in "LOCK TABLE" command and "... INTO TABLE..." clause. Explicitly parse CREATE SEQUENCE options to allow a negative integer as an argument; this is an artifact of unary minus handling in scan.l. Add "PASSWORD" as an allowed column identifier. These fixes will require a "make clean install" but not a dump/reload. | ||||
| * | From: Darren King <darrenk@insightdist.com> | Marc G. Fournier | 1998-02-27 | 1 | -216/+215 |
| | | | | | | | | | | | | | This patch will... 1. Remove the "-Wall" option from the ecpg/lib and ecpg/preproc Makefile. 2. Remove the addition of $(SRCDIR)/include and-or $(SRCDIR)/backend from ecpg/lib, ecpg/preproc, libpq and utils Makefiles. Already in CFLAGS... 3. Set MK_NO_LORDER and RANLIB in Makefile.aix to avoid a couple of extra steps taken care of by the 'ld' command anyways. | ||||
| * | pgindent run before 6.3 release, with Thomas' requested changes. | Bruce Momjian | 1998-02-26 | 1 | -215/+216 |
| | | |||||
| * | Include products of gram.y to allow systems without bison to build Postgres. | Thomas G. Lockhart | 1998-02-18 | 1 | -0/+224 |
| The parser recently grew too big for some yaccs, including FreeBSD. | |||||
