summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
1998-01-25From: Jeroen van Vianen <jeroenv@design.nl>Marc G. Fournier
1998-01-25getpid/pid cleanupBruce Momjian
1998-01-25Wish ppl would make up their mnd :)Marc G. Fournier
1998-01-25OOps...missed the second patch of patch two that uses pfree() instead ofMarc G. Fournier
1998-01-25This is the second of two patches required to fix the the grant andMarc G. Fournier
1998-01-25Patch against src/backend/nodes/outfuncs.c.orig fixes backend crashesMarc G. Fournier
1998-01-25This patch fixes one of two problems with grant/revoke statements on theMarc G. Fournier
1998-01-24More up to date scan.cMarc G. Fournier
1998-01-23Fix a variety of locking problems like newer lock waiters gettingBruce Momjian
1998-01-23LOCK_LEVEL is defined in an i386_solaris system file, causing the compileMarc G. Fournier
1998-01-23Minor cleanups for i386_solaris portMarc G. Fournier
1998-01-23A dummy file so that configure under solaris worksMarc G. Fournier
1998-01-23Cleanup deadlock message.Bruce Momjian
1998-01-22Add LOCK command as DELETE FROM ... WHERE false.Bruce Momjian
1998-01-21Small varlena cleanup.Bruce Momjian
1998-01-21Make subqueries rewrite properly.Bruce Momjian
1998-01-20FIx for regression-test found bug.Bruce Momjian
1998-01-20Add Var.varlevelup to code. More parser cleanup.Bruce Momjian
1998-01-20Parser cleanup.Bruce Momjian
1998-01-19Fix problem with nodes handling.Bruce Momjian
1998-01-19Added code so SubLinks make it to optimizer.Bruce Momjian
1998-01-19Create SubLink nodes in parser for Vadim.Bruce Momjian
1998-01-19Fix for SELECT INTO TABLE for varchar().Bruce Momjian
1998-01-17From: "Billy G. Allie" <Bill.Allie@mug.org>Marc G. Fournier
1998-01-17Gram.y cleanup.Bruce Momjian
1998-01-17Creates the SubLink structure, and the Query->hasSubLink field,Bruce Momjian
1998-01-16New pg_attribute.atttypmod for type-specific information likeBruce Momjian
1998-01-16Temporary varchar patch.Bruce Momjian
1998-01-15Fix for aggreg problem and fmgr.c compile problems.Bruce Momjian
1998-01-15Fix:Marc G. Fournier
1998-01-15Thank god for searchable mail archives.PostgreSQL Daemon
1998-01-15Remove Query->qry_aggs and qry_numaggs and replace with Query->hasAggs.Bruce Momjian
1998-01-14Function cleanupo for List* when it should be Node *.Bruce Momjian
1998-01-14Cleanup of prototypes. FIx for PQtrace start/stop several times.Bruce Momjian
1998-01-13Various cleanups for the i386_solaris environmentMarc G. Fournier
1998-01-13isinf() doesn't exist under i386_solaris, so code it such thatMarc G. Fournier
1998-01-13Further clean up "auto-configuration" for portsMarc G. Fournier
1998-01-13Work on getting the i386_solaris compile to work ...Marc G. Fournier
1998-01-13Add a 'dummy' file for i386_solaris.c for configureMarc G. Fournier
1998-01-13Some *very* major changes by darrenk@insightdist.com (Darren King)Marc G. Fournier
1998-01-13> It seems there is a mistake in substr function:Marc G. Fournier
1998-01-11Fix from Peter for BLOBsMarc G. Fournier
1998-01-11Clean up of copyfuncs.Bruce Momjian
1998-01-11Add UNION, GROUP, DISTINCT to INSERT.Bruce Momjian
1998-01-10Fix CLUSTER.Bruce Momjian
1998-01-10Bye CursorStmt, now use SelectStmt.Bruce Momjian
1998-01-09Remove old quel labels.Bruce Momjian
1998-01-09Remove old quel labels.Bruce Momjian
1998-01-09Yohoo UNIONS of VIEWS.Bruce Momjian
1998-01-08Cleanup of varchar.Bruce Momjian