]> granicus.if.org Git - postgresql/history - src/backend
Make Win32 build use our port/snprintf.c routines, instead of depending
[postgresql] / src / backend /
2005-12-03 Bruce MomjianAllow to_char(interval) and to_char(time) to use AM...
2005-12-03 Tom LaneTweak indexscan machinery to avoid taking an AccessShar...
2005-12-02 Tom LaneAdjust scan plan nodes to avoid getting an extra Access...
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 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 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-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 Tom LaneCome to think of it, the backend doesn't use -lz either.
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 Tom LaneChange the parser to translate "foo [NOT] IN (expressio...
2005-11-27 Tom LaneTeach predtest.c how to reason about ScalarArrayOpExpr...
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-23 Tom LaneGet rid of ExecAssignResultTypeFromOuterPlan() and...
2005-11-23 Tom LaneFix problems with rewriter failing to set Query.hasSubL...
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 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-11-21 Alvaro HerreraImplement DROP OWNED and REASSIGN OWNED. These new...
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 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 Neil ConwayUpdate obsolete comment describing ExecDelete(), per...
2005-11-18 Tom LaneMop-up for nulls-in-arrays patch: fix some places that...
2005-11-17 Tom LaneMake SQL arrays support null elements. This commit...
2005-11-17 Tom LaneDropRelFileNodeBuffers failed to fix the state of the...
2005-11-16 Tom Lanemake_restrictinfo() failed to attach the specified...
2005-11-14 Tom LaneRestore the former RestrictInfo field valid_everywhere...
2005-11-14 Alvaro HerreraTranslation typo fix
2005-11-14 Tom LanePrevent ExecInsert() and ExecUpdate() from scribbling...
2005-11-13 Tom LaneForce the second argument of SUBSTRING(foo FOR bar...
2005-11-10 Andrew Dunstanadd missing quote mark to ident_file sample line -...
2005-11-10 Tom LaneWhen in transaction-aborted state, reject Bind message...
2005-11-09 Tom LaneFix misspelling of 'listen_addresses', per Devrim.
2005-11-07 Tom LaneR-tree is dead ... long live GiST.
2005-11-07 Alvaro HerreraTranslation updates forward-port to HEAD.
2005-11-06 Tom LaneAdd simple sanity checks on newly-read pages to GiST...
2005-11-06 Tom LaneAdd defenses to btree and hash index AMs to do simple...
2005-11-05 Tom LaneClean up representation of SLRU page state. This is...
2005-11-05 Tom LaneRepair an error introduced by log_line_prefix patch...
2005-11-04 Tom LaneImprove description of constraint_exclusion variable.
2005-11-04 Peter EisentrautTranslation updates
2005-11-04 Peter EisentrautRemove a gratuitous string difference (does not affect...
2005-11-04 Peter EisentrautFix logical error in option description.
2005-11-04 Tom LaneDisregard superuserness when checking to see if a role...
2005-11-03 Tom LaneFix a couple of missed None -> DestNone in comments.
2005-11-03 Alvaro HerreraFix one overlooked ocurrence of "None" in EXEC_BACKEND...
2005-11-03 Tom LaneThinking further, it seems we had better also copy...
2005-11-03 Tom LaneFix the recently-added code that eliminates unnecessary...
2005-11-03 Alvaro HerreraRename the members of CommandDest enum so they don...
2005-11-03 Tom LaneFix longstanding race condition in transaction log...
2005-10-29 Tom LaneUpdate a couple of obsolete comments.
2005-10-29 Peter EisentrautTranslation updates
2005-10-29 Peter EisentrautMessage corrections
2005-10-28 Tom LaneReorder code so that we don't have to hold a critical...
2005-10-28 Tom LaneFix race condition in multixact code: it's possible...
2005-10-27 Tom LaneAdd an ifneq to avoid make warning on AIX --- there...
2005-10-27 Tom LaneTweak buffer manager so that 'internal' accesses to...
2005-10-27 Bruce MomjianAdd comment documenting actual failure case of using
2005-10-26 Tom LaneAdjust parser so that POSTQUEL-style implicit RTEs...
2005-10-25 Tom LaneFix longstanding bug that would sometimes let the plann...
2005-10-25 Tom LaneRemove justify_hours call from interval_mul and interva...
2005-10-25 Tom LaneFix Windows setitimer() emulation to not depend on...
2005-10-25 Bruce MomjianChange trace_sort to output to the log, rather than...
2005-10-22 Tom LaneMake code for selecting default WAL sync method less...
2005-10-22 Andrew Dunstanminor code cleanup - replace useless struct timezone...
2005-10-21 Tom LaneImprove performance of CHECK_FOR_INTERRUPTS() macro...
2005-10-21 Tom LaneFix EXPLAIN ANALYZE bug noted by Wiebe Cazemier: althou...
2005-10-20 Tom LanePostpone pg_timezone_initialize() until after creation...
2005-10-20 Tom LaneAdjust not-too-sane calculation of DDD value for to_cha...
2005-10-20 Tom LaneClean up md5.c to make it clearer that it is a frontend...
2005-10-19 Tom LaneBetter solution to the problem of labeling whole-row...
2005-10-19 Tom LaneEnsure that the Datum generated from a whole-row Var...
2005-10-19 Tom LaneFix oversight in recent changes to enable the 'physical...
2005-10-18 Tom LaneImprove trace_sort code to also show the total memory...
2005-10-18 Tom LaneCode review for regexp_replace patch. Improve document...
2005-10-18 Tom LaneA few trivial code cleanups motivated by reading warnin...
2005-10-17 Tom LaneClean up libpq's pollution of application namespace...
2005-10-16 Bruce MomjianAdd space after description.
2005-10-15 Bruce Momjiankerberos error message: localhost -> server hostname
next