]> granicus.if.org Git - postgresql/history - src
Update EvalPlanQual() to work with new executor memory management method.
[postgresql] / src /
2002-12-18 Tom LaneUpdate EvalPlanQual() to work with new executor memory...
2002-12-18 Tom LanePrevent core dump when ExecMarkPos is called before...
2002-12-17 Tom LaneSkip unnecessary plan-copying now that plan trees are...
2002-12-17 Tom LaneFix typo.
2002-12-17 Tom LaneTo suppress memory leakage in long-lived Lists, lremove...
2002-12-16 Tom LaneFix GEQO to work again in CVS tip, by being more carefu...
2002-12-16 Tom LaneFix ALTER TABLE ADD COLUMN to disallow the same column...
2002-12-16 Tom LaneCode review for palloc0 patch --- avoid dangerous and...
2002-12-15 Tom LaneTweak default memory context allocation policy so that...
2002-12-15 Tom LaneRevise executor APIs so that all per-query state struct...
2002-12-14 Bruce MomjianAdd major/minor release changes info to RELEASE_CHANGES...
2002-12-14 Bruce MomjianThe actual segfault was caused by a double pfree()...
2002-12-14 Bruce MomjianOk, I think I've gotten this figured out now. I saw...
2002-12-14 Peter EisentrautInitial version of the SQL information schema
2002-12-14 Tom LaneClean up plantree representation of SubPlan-s --- SubLi...
2002-12-13 Bruce MomjianIncrement libpq major number for 7.3.1 and minor for...
2002-12-13 Tom LaneAdmit defeat on the prospect of keeping straight exactl...
2002-12-13 Bruce MomjianProtect from null param on ecpg disconnect, verified...
2002-12-13 Tom LaneAdd a basic regression test for IS DISTINCT FROM, which...
2002-12-13 Tom LanePhase 3 of read-only-plans project: ExecInitExpr now...
2002-12-13 Tom LaneAdjust costsize calculations to avoid introducing unnec...
2002-12-13 Bruce MomjianRemove strerror output for openssl SYSCALL error check.
2002-12-13 Bruce MomjianHere's the patch I mentioned on HACKERS to fix up ALTER...
2002-12-12 Bruce Momjian> There is an ugly little problem with the DB wrapper...
2002-12-12 Bruce MomjianCheck SSL_get_error() value SSL_ERROR_SYSCALL to see...
2002-12-12 Bruce MomjianWhile porting my TPC-C implementation from Oracle,...
2002-12-12 Tom LaneDon't produce bogus COPY command when there are no...
2002-12-12 Bruce MomjianTODO marked as done:
2002-12-12 Tom LaneDon't force rebuild of all of backend/parser when we...
2002-12-12 Tom LanePreliminary code review for domain CHECK constraints...
2002-12-12 Tom LaneGuard against overrunning CTZName buffer when TZ is...
2002-12-12 Tom LanePhase 2 of read-only-plans project: restructure express...
2002-12-11 Bruce MomjianMove psql \? Formatting above Large Object/Copy.
2002-12-11 Bruce Momjianpsql \? rearrangement, suggested by Tom.
2002-12-11 Bruce MomjianReorder psql \? help into groupings, idea from Harald...
2002-12-11 Bruce MomjianMark SCO Openserver 5.0.4. supported by 7.3.1 as per...
2002-12-11 Bruce MomjianFix line count error reporting in config files, like...
2002-12-11 Dave Cramerpatch for getTables to fix problems with backends befor...
2002-12-11 Dave CramerMike Beachy's build patch to allow ant builds without...
2002-12-11 Dave CramerAaron's patch for Pooled Connections
2002-12-11 Bruce MomjianBack out psql help change. Not done yet.
2002-12-11 Bruce MomjianBump version for 7.3 and 7.4.
2002-12-10 Tom LaneReverse out unintended resultmap change.
2002-12-10 Tom LaneIf typecmds is going to have its own header file, said...
2002-12-10 D'Arcy J.M. CainAdd an unnecessary assignment to remove a bogus warning...
2002-12-09 Tom LaneSome quick fixes for ALTER DOMAIN patch. It still...
2002-12-09 Peter EisentrautFix Latin9/Unicode conversion by selecting the right...
2002-12-09 Tom LaneUpdate obsolete comment.
2002-12-06 Tom LaneExplain's code for showing quals of SubqueryScan nodes...
2002-12-06 Bruce MomjianAttached are two small patches to expose md5 as a user...
2002-12-06 Bruce MomjianRe-addd Rod's ALTER DOMAIN patch.
2002-12-06 Bruce MomjianBack out V6 code, caused postmaster startup failure.
2002-12-06 Bruce MomjianAdd missing v6utils file.
2002-12-06 Bruce MomjianUpdated IPv6 patch to fix netmask.
2002-12-06 Bruce MomjianWe have just finished porting the old KAME IPv6 patch...
2002-12-06 Bruce MomjianBack out ALTER DOMAIN patch until missing file appears.
2002-12-06 Bruce MomjianALTER DOMAIN .. SET / DROP NOT NULL
2002-12-06 Bruce MomjianPyGreSQL inserttable patch
2002-12-05 Bruce MomjianAs far as I figured from the source code this function...
2002-12-05 Tom Lanelocalbuf.c must be able to do blind writes.
2002-12-05 Tom LaneAvoid pulling up sublinks from a subselect's targetlist...
2002-12-05 Bruce MomjianClearify variables names so it is clear which variable...
2002-12-05 Bruce MomjianAllow 'password' encryption even when pg_shadow has...
2002-12-05 Tom LanePhase 1 of read-only-plans project: cause executor...
2002-12-05 Bruce MomjianDocument get/set bit/byte functions.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-05 Dave Cramerchanged sort of column names to sort by attnum, not...
2002-12-04 Tom LaneRepair oversight in recent change of dependency extract...
2002-12-04 Bruce MomjianStamp minor version numbers for 7.4 release.
2002-12-04 D'Arcy J.M. CainRemove typprtlen from getdescr() as it is not available...
2002-12-04 Bruce MomjianMake usesysid consistently int4, not oid.
2002-12-03 Bruce MomjianDeal with cases where getpeereid _and_ another creditia...
2002-12-03 Bruce MomjianAdd OpenBSD local indent credentials, from William...
2002-12-02 Tom LaneRepair core dump when trying to delete an entry from...
2002-12-01 Tom LaneTeach planner to expand sufficiently simple SQL-languag...
2002-12-01 Tom LaneFix ExecMakeTableFunctionResult() to work with generic...
2002-12-01 Tom LaneFix pg_dump failure against 7.1 or older servers, per
2002-12-01 Tom LaneRun COPY OUT in a temporary memory context that's reset...
2002-11-30 Tom LaneCode review for IS DISTINCT FROM patch. Fix incorrect...
2002-11-30 Tom LaneMissed one place that can be simplified after recent...
2002-11-30 Tom LaneBe more realistic about plans involving Materialize...
2002-11-30 Tom LaneUpgrade planner and executor to allow multiple hash...
2002-11-29 Tom LaneTighten selection of equality and ordering operators...
2002-11-29 Tom LaneRepair prehistoric logic error in lseg_eq and lseg_ne.
2002-11-29 Tom LaneSuppress compiler warning from newer gcc.
2002-11-29 Bruce MomjianThis patch fixes two tiny memory leaks in pg_dump and...
2002-11-27 Tom LaneImprove some comments.
2002-11-27 Michael MeskesSynced parser with backend
2002-11-26 Bruce MomjianAdd -cmdTuples to tcl interface.
2002-11-26 Tom LaneUse Params, rather than run-time-modified Const nodes...
2002-11-26 Tatsuo IshiiGuard against 0 length string encoding conversion case.
2002-11-25 Bruce MomjianRemove check for pg_group file as part of initdb -W...
2002-11-25 Tom LaneRemove unused constisset and constiscast fields of...
2002-11-25 Tom LaneRestructure outfuncs and readfuncs to use macros in...
2002-11-25 Tom LaneUn-break triggers declared for INSERT OR DELETE OR...
2002-11-25 Tom LaneRestructure the code in copyfuncs and equalfuncs to...
2002-11-25 D'Arcy J.M. CainI'm sending you a small patch to pgdb.py module. This
2002-11-25 D'Arcy J.M. CainChange the pkey method so that the caller can optionall...
2002-11-25 D'Arcy J.M. CainChange the debug variable to allow better control by...
2002-11-24 Tom LaneRestructure planning of nestloop inner indexscans so...
next