summaryrefslogtreecommitdiff
path: root/src/backend
Commit message (Expand)AuthorAgeFilesLines
* From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier1998-01-251-7/+6
* getpid/pid cleanupBruce Momjian1998-01-2514-94/+57
* Wish ppl would make up their mnd :)Marc G. Fournier1998-01-251-4/+1
* OOps...missed the second patch of patch two that uses pfree() instead ofMarc G. Fournier1998-01-251-1/+4
* This is the second of two patches required to fix the the grant andMarc G. Fournier1998-01-251-6/+1
* Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashesMarc G. Fournier1998-01-251-2/+2
* This patch fixes one of two problems with grant/revoke statements on theMarc G. Fournier1998-01-251-3/+3
* More up to date scan.cMarc G. Fournier1998-01-241-2/+2
* Fix a variety of locking problems like newer lock waiters gettingBruce Momjian1998-01-232-4/+18
* LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier1998-01-231-5/+5
* Minor cleanups for i386_solaris portMarc G. Fournier1998-01-231-2/+1
* A dummy file so that configure under solaris worksMarc G. Fournier1998-01-231-0/+4
* Cleanup deadlock message.Bruce Momjian1998-01-232-6/+6
* Add LOCK command as DELETE FROM ... WHERE false.Bruce Momjian1998-01-222-4/+27
* Small varlena cleanup.Bruce Momjian1998-01-211-2/+2
* Make subqueries rewrite properly.Bruce Momjian1998-01-213-104/+234
* FIx for regression-test found bug.Bruce Momjian1998-01-201-4/+7
* Add Var.varlevelup to code. More parser cleanup.Bruce Momjian1998-01-2021-97/+146
* Parser cleanup.Bruce Momjian1998-01-2017-512/+256
* Fix problem with nodes handling.Bruce Momjian1998-01-194-24/+28
* Added code so SubLinks make it to optimizer.Bruce Momjian1998-01-191-2/+7
* Create SubLink nodes in parser for Vadim.Bruce Momjian1998-01-197-36/+125
* Fix for SELECT INTO TABLE for varchar().Bruce Momjian1998-01-192-2/+51
* From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier1998-01-171-1/+1
* Gram.y cleanup.Bruce Momjian1998-01-171-10/+65
* Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian1998-01-175-100/+160
* New pg_attribute.atttypmod for type-specific information likeBruce Momjian1998-01-1619-204/+78
* Temporary varchar patch.Bruce Momjian1998-01-161-1/+27
* Fix for aggreg problem and fmgr.c compile problems.Bruce Momjian1998-01-152-4/+5
* Fix:Marc G. Fournier1998-01-155-9/+24
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-1530-380/+318
* Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian1998-01-1516-258/+163
* Function cleanupo for List* when it should be Node *.Bruce Momjian1998-01-141-25/+26
* Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian1998-01-143-25/+14
* Various cleanups for the i386_solaris environmentMarc G. Fournier1998-01-132-22/+15
* isinf() doesn't exist under i386_solaris, so code it such thatMarc G. Fournier1998-01-131-2/+2
* Further clean up "auto-configuration" for portsMarc G. Fournier1998-01-131-2/+2
* Work on getting the i386_solaris compile to work ...Marc G. Fournier1998-01-132-34/+0
* Add a 'dummy' file for i386_solaris.c for configureMarc G. Fournier1998-01-131-0/+4
* Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier1998-01-1312-152/+128
* > It seems there is a mistake in substr function:Marc G. Fournier1998-01-131-2/+2
* Fix from Peter for BLOBsMarc G. Fournier1998-01-111-2/+2
* Clean up of copyfuncs.Bruce Momjian1998-01-112-81/+42
* Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian1998-01-112-8/+37
* Fix CLUSTER.Bruce Momjian1998-01-101-1/+4
* Bye CursorStmt, now use SelectStmt.Bruce Momjian1998-01-102-49/+22
* Remove old quel labels.Bruce Momjian1998-01-091-2/+2
* Remove old quel labels.Bruce Momjian1998-01-092-68/+70
* Yohoo UNIONS of VIEWS.Bruce Momjian1998-01-093-17/+38
* Cleanup of varchar.Bruce Momjian1998-01-081-33/+18