aboutsummaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAge
* A few minor mods:Marc G. Fournier1998-04-17
* Move HAVING function to proper file.Bruce Momjian1998-04-15
* Update gram.c.nd *.h files.Bruce Momjian1998-04-14
* Cleanup up code.Bruce Momjian1998-04-13
* More work in the right direction on linux/alphaMarc G. Fournier1998-04-12
* linuxalpha patches from Ryan Kirkpatrick <rkirkpat@nag.cs.colorado.edu>Marc G. Fournier1998-04-11
* Oops...I used Relation->rd_fd->relname exactly, instead of using the actualMarc G. Fournier1998-04-10
* Okay, add relation name to the file generating the error...Marc G. Fournier1998-04-10
* See if I can determine where the BTP_CHAIN error is coming from...Marc G. Fournier1998-04-10
* Prepare the EXTRACT() clause for supporting TIMEZONE_HOURThomas G. Lockhart1998-04-08
* Temporarily back out fixes for unary minus parsing.Thomas G. Lockhart1998-04-08
* Back out char2-char16 removal. Add later.Bruce Momjian1998-04-07
* ASSERT fixes.Bruce Momjian1998-04-06
* DESTDIR removed, again.Bruce Momjian1998-04-06
* Cleanup of compiler warnings.Bruce Momjian1998-04-06
* Make DESTDIR consistent, and verious Linux cleanups.Bruce Momjian1998-04-06
* Hi,Bruce Momjian1998-04-06
* Remove GetDatabaseName/Path and use globals. Make consts later.Bruce Momjian1998-04-05
* Fix for memory leak.Bruce Momjian1998-04-05
* Fix merging pathes of pruned rels ("indices are unused" problem).Vadim B. Mikheev1998-04-02
* From: Maurice Gittens <mgittens@david.gits.nl>Marc G. Fournier1998-04-01
* remove the call to port-protos.h ...Marc G. Fournier1998-04-01
* Small HAVING cleanup.Bruce Momjian1998-03-31
* Merge rename name page into alter table. Fix UNION with DISTINCTBruce Momjian1998-03-31
* documentation for HAVING, clean up UNION comment.Bruce Momjian1998-03-30
* This simple patch to catalog/pg_type.c fixes a buffer overrun. ItBruce Momjian1998-03-30
* The following uuencoded, gzip'd file will ...Bruce Momjian1998-03-30
* The buffer overrun while creating sequences turns out to be a readBruce Momjian1998-03-30
* There's a patch attached to fix gcc 2.8.x warnings, except for theBruce Momjian1998-03-30
* I started adding the Having Clause and it works quite fine forBruce Momjian1998-03-30
* BETWEEN and LIKE patch from ThomasBruce Momjian1998-03-26
* OK...here is a patch that will cause the magnetic disk storageBruce Momjian1998-03-20
* The real trick is to add -Dalpha to the CFLAGS setting. The changesBruce Momjian1998-03-20
* > > I'm using text[] arrays. Some of my array elements have '"'Bruce Momjian1998-03-20
* Allow parsing expressions with ") -" (scan.l, scan.c only).Thomas G. Lockhart1998-03-18
* Add checks for UNION target fields, and add optional TABLE to LOCKBruce Momjian1998-03-18
* Fix for Datasize = 0 error, from Vadim.Bruce Momjian1998-03-16
* subselect notes from Vadim.Bruce Momjian1998-03-16
* From: hankin <hankin@consultco.com>Marc G. Fournier1998-03-15
* From: t-ishii@sra.co.jpMarc G. Fournier1998-03-15
* From: "Thomas G. Lockhart" <lockhart@alumni.caltech.edu>Marc G. Fournier1998-03-15
* From: t-ishii@sra.co.jpMarc G. Fournier1998-03-15
* Remove postgres95.Bruce Momjian1998-03-14
* Get the ultrix4 ports back in sync...Marc G. Fournier1998-03-10
* Repair "LIKE" behavior with two adjacent wildcard characters ("_").Thomas G. Lockhart1998-03-07
* Add one-line fix to allow redefining built-in functions.Thomas G. Lockhart1998-03-07
* pg_user cleanup.Bruce Momjian1998-03-06
* Last minute clean up for SunOS...Marc G. Fournier1998-03-02
* Fix money type USE_LOCALE support at least for default "C" locale.Thomas G. Lockhart1998-03-02
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-03-01