]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2005-12-06  Tom Laneecpg/pgtypeslib seems to need snprintf.c pulled in...
2005-12-06  Tom LanePut undef's before extern declarations that need 'em...
2005-12-06  Bruce MomjianAdd comment on why pg *printf functions are used uncond...
2005-12-06  Tom LaneMake Win32 build use our port/snprintf.c routines,...
2005-12-05  Tom LaneDocument return-value conventions used by this implemen...
2005-12-05  Teodor SigaevImprove word parser.
2005-12-05  Tom LaneAdd regression test to see if the min/max values of...
2005-12-05  Tom LaneFix a rather sizable number of problems in our homegrow...
2005-12-04  Bruce MomjianUpdate:
2005-12-04  Bruce MomjianAdd:
2005-12-04  Bruce MomjianAdd:
2005-12-04  Bruce MomjianAdd for autovacuum:
2005-12-04  Bruce MomjianAdd configure flag to allow libedit to be preferred...
2005-12-03  Tom LaneTreat procedural languages as owned by the bootstrap...
2005-12-03  Tom LaneFix out-of-order inclusion of -L switches from LDFLAGS...
2005-12-03  Bruce MomjianAllow to_char(interval) and to_char(time) to use AM...
2005-12-03  Bruce MomjianItem removed:
2005-12-03  Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02  Tom LaneFix obsolete description of -h option, per Andreas...
2005-12-02  Tom LaneFix obsolete comment.
2005-12-02  Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
2005-12-02  Bruce MomjianRemove idea of increasing NUMERIC length:
2005-12-02  Michael MeskesAdded special handling of CONNECTION variable that...
2005-12-02  Bruce MomjianAdd calcluation of bitmap storage capacity.
2005-12-02  Bruce MomjianRemove comment on errno=0 lines, but add mention to...
2005-12-02  Tom LaneRearrange code in ExecInitBitmapHeapScan so that we...
2005-12-01  Bruce MomjianAdd all heap page rows visible bitmap idea:
2005-12-01  Bruce MomjianAdd MERGE TODO.detail:
2005-12-01  Bruce MomjianAdd merge TODO.detail item.
2005-12-01  Bruce MomjianSplit out MERGE and REPLACE/UPSERT items.
2005-12-01  Bruce MomjianAdd comment to pg_atoi.
2005-12-01  Bruce MomjianComment "errno = 0" in a more generic way.
2005-12-01  Tom LaneRetry in FileRead and FileWrite if Windows returns...
2005-12-01  Bruce MomjianAdd comments about why errno is set to zero.
2005-12-01  Tom LaneCheck for overflow in strtol() while parsing datetime...
2005-12-01  Neil ConwayFix typo in PL/PgSQL documentation, per Chris KL.
2005-12-01  Alvaro HerreraRefactor some bits in aclchk.c in order to reduce code...
2005-11-30  Tom LaneRearrange code in pg_atoi() to avoid assuming that...
2005-11-30  Tom LaneTweak choose_bitmap_and() heuristics in the light of...
2005-11-30  Michael Meskes- Made several variables "const char *" instead of...
2005-11-29  Bruce MomjianUpdate for 8.2:
2005-11-29  Bruce MomjianItem removed, looping always required:
2005-11-29  Alvaro HerreraDocument PGXS' REGRESS feature.
2005-11-29  Tom LaneFix EXPLAIN and EXECUTE commands to pass portal paramet...
2005-11-28  Tom LaneTweak hash join code to use an additional heuristic...
2005-11-28  Bruce MomjianImprove documentation for COALESCE and NULLIF. Add...
2005-11-28  Tom LaneCome to think of it, the backend doesn't use -lz either.
2005-11-28  Bruce MomjianAdd:
2005-11-28  Tom LaneDon't link readline and supporting libraries into the...
2005-11-28  Alvaro HerreraInstall a more future-proof fix for the snapshot-unset...
2005-11-28  Tom LaneRecent changes to allow hash join to exit early given...
2005-11-28  Alvaro HerreraSet a snapshot before running analyze on a single table...
2005-11-28  Alvaro HerreraInstall pg_regress where PGXS' "make installcheck"...
2005-11-28  Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-27  Tom LaneTeach predtest.c how to reason about ScalarArrayOpExpr...
2005-11-27  Tom LaneAdd missing semicolon. Recent versions of bison seem...
2005-11-26  Tom LaneTeach tid-scan code to make use of "ctid = ANY (array...
2005-11-26  Tom LaneTeach push_nots() how to negate a ScalarArrayOpExpr...
2005-11-26  Tom LaneSome marginal additional hacking to shave a few more...
2005-11-26  Tom LaneChange seqscan logic so that we check visibility of...
2005-11-25  Tom LaneTeach planner and executor to handle ScalarArrayOpExpr...
2005-11-25  Tom LaneImprove ExecStoreTuple to be smarter about replacing...
2005-11-24  Bruce MomjianAdd space.
2005-11-24  Bruce MomjianAdd item:
2005-11-23  Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-23  Tom LaneFix problems with rewriter failing to set Query.hasSubL...
2005-11-23  Tatsuo IshiiHaving blank lines in -f scripts was causing silent...
2005-11-23  Bruce MomjianFix pgindent of libpq-fe.h by hacking pgindent script.
2005-11-22  Bruce MomjianDone:
2005-11-22  Bruce MomjianAdd:
2005-11-22  Tom LaneFix up comment munged by pg_indent. (Not pg_indent...
2005-11-22  Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22  Bruce MomjianUpdate most recent version number.
2005-11-22  Bruce MomjianUpdate wording and cleanup for new items.
2005-11-22  Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-22  Bruce MomjianMarkup TODO as a URL.
2005-11-22  Bruce MomjianFix markup italics problem.
2005-11-22  Bruce MomjianUpdate item tags.
2005-11-22  Bruce MomjianChange to using "id=" HTML tags instead of "name="...
2005-11-22  Bruce MomjianUpdate FAQ to explain process of submitting bug and...
2005-11-22  Teodor SigaevFixes motivated by snake and spoonbill pgbuildfarm...
2005-11-21  Bruce MomjianReorder "who controls PostgreSQL" to near the top.
2005-11-21  Bruce MomjianReorder version FAQ item to be right after "how do...
2005-11-21  Bruce MomjianClarify copyright wording.
2005-11-21  Bruce MomjianReorder bug items.
2005-11-21  Teodor Sigaevremove forgotten // comments
2005-11-21  Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
2005-11-21  Teodor SigaevText parser rewritten:
2005-11-20  Tom LaneClean up after DROP IF EXISTS patch.
2005-11-20  Tom LaneRemove the t_datamcxt field of HeapTupleData. This...
2005-11-20  Tom LaneModify tuptoaster's API so that it does not try to...
2005-11-19  Tom LaneStopgap solution for problem reported by Alexey Beschio...
2005-11-19  Tom LaneChange array comparison rules to consider dimensionalit...
2005-11-19  Andrew DunstanDROP objecttype IF EXISTS for the following objects:
2005-11-19  Tom LaneDefend against nulls-in-arrays in contrib/intarray...
2005-11-19  Tom LaneAdd defenses against nulls-in-arrays to contrib/ltree...
2005-11-19  Tom LaneChange array_push and array_cat so that they retain...
2005-11-18  Tom LaneFix performance issue in exprTypmod(): for a COALESCE...
2005-11-18  Andrew Dunstantranslate undef to NULL for result arrayref, now that...
2005-11-18  Alvaro HerreraAdd tab completion for RESET SESSION AUTHORIZATION.
next