]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2004-02-12  Peter EisentrautTranslation updates
2004-02-12  Bruce MomjianAdd bitmap discussion to performance TODO.detail.
2004-02-12  Bruce MomjianRemove TODO.detail files that contained useless or...
2004-02-12  Bruce MomjianDone:
2004-02-12  Bruce MomjianFile not needed:
2004-02-12  Bruce MomjianMostly done:
2004-02-12  Bruce MomjianFile not needed:
2004-02-12  Bruce MomjianRemove:
2004-02-12  Bruce MomjianMerge files:
2004-02-12  Bruce MomjianNot needed:
2004-02-12  Bruce MomjianNot needed:
2004-02-12  Bruce MomjianNot needed:
2004-02-12  Bruce MomjianRemove crossdb content.
2004-02-12  Bruce MomjianAdd, dblink doesn't do this:
2004-02-12  Bruce MomjianDone, mostly by dblink, I think:
2004-02-12  Bruce MomjianFix typo:
2004-02-12  Bruce MomjianAdd:
2004-02-12  Jan WieckFixed bug where FlushRelationBuffers() did call Strateg...
2004-02-12  Bruce MomjianRemove URL for specific pljava implementation:
2004-02-12  Tom LaneCheck only live tuples for OID validity, to avoid issue...
2004-02-12  Jan WieckAdded hints about the reason, why the command string in
2004-02-11  Tom LaneCommit the reasonably uncontroversial parts of J.R...
2004-02-11  Tom LaneRepair some problems in bgwriter start/stop logic....
2004-02-11  Bruce MomjianAdd:
2004-02-11  Bruce MomjianCheck and set thread-safe functions separately, rather...
2004-02-11  Bruce MomjianProperly set NEED_REENTRANT_FUNCS for threaded libpq...
2004-02-11  Bruce MomjianDoes not apply anymore:
2004-02-10  Tom LaneNo need to link libpq into these programs ...
2004-02-10  Neil ConwaySGML markup improvements.
2004-02-10  Tom LaneAdd configure support for determining UINT64_FORMAT...
2004-02-10  Bruce MomjianMore clearly describe why PQinSend returns false for...
2004-02-10  Bruce MomjianAdd URL for most current version.
2004-02-10  Tom LaneRepair missing inclusions of -lintl for shared libraries.
2004-02-10  Tom LaneLooks like we need <unistd.h> for select() on Darwin.
2004-02-10  Tom LaneCentralize implementation of delay code by creating...
2004-02-10  Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-02-08  Neil ConwayWin32 signals cleanup. Patch by Magnus Hagander, with...
2004-02-08  Bruce MomjianAdd mention of the developer's FAQ.
2004-02-08  Bruce MomjianAdd mention of PostgreSQL as a community project.
2004-02-08  Bruce MomjianAdd PITR web page:
2004-02-07  Tom LaneAdd missing dependency, per Wade Klaver.
2004-02-06  Jan WieckCost based vacuum delay feature.
2004-02-05  Joe ConwayDocumentation for generate_series() functions committed...
2004-02-04  Jan WieckBacking out the background writer sync() option.
2004-02-04  Neil ConwayUse memmove() rather than memcpy() in set_var_from_var...
2004-02-03  Tom Lanepwd
2004-02-03  Tom LaneRename SortMem and VacuumMem to work_mem and maintenanc...
2004-02-03  Bruce MomjianAdd:
2004-02-03  Joe ConwayAdd function (actually an int4 and an int8 version...
2004-02-02  Bruce MomjianWin32 adjustments for dirmod and configure/configure.in.
2004-02-02  Tom Laneautoconf run.
2004-02-02  Bruce MomjianSet only LC_ALL for sort in tags creation.
2004-02-02  Bruce Momjian> src/backend/commands/user.c file has some parse error...
2004-02-02  Neil ConwayFix a read of uninitialized memory in next_token()...
2004-02-02  Bruce MomjianAdjustments for Win32-specific rename code, and add...
2004-02-02  Bruce MomjianMove win32 changes from configure to configure.in,...
2004-02-02  Tom LaneDo not let external specification of CFLAGS stop us...
2004-02-02  Tom LaneAvoid generating invalid character encoding sequences...
2004-02-02  Neil ConwayUse Tcl_PutEnv() in place of putenv() in libpgtcl,...
2004-02-02  Bruce MomjianAdjust rename on Win32 to only link to temp name while...
2004-02-02  Bruce MomjianBriefly,
2004-02-01  Bruce MomjianSet locale to C before doing sort in make_ctags.
2004-02-01  Tom LaneUpdate char_length() example for new semantics.
2004-02-01  Tom LaneMake length() disregard trailing spaces in char(n)...
2004-01-31  Neil ConwayFix a probably-harmless read of uninitialized memory...
2004-01-31  Neil ConwayRemove a superfluous semi-colon.
2004-01-31  Neil ConwayMicro-opt: replace calls like
2004-01-31  Tom LaneFix text_position to not scan past end of source string...
2004-01-30  Tom LaneFix debug elog message to agree with name of its routine.
2004-01-30  Bruce MomjianRemove sleep() and use single PG_SLEEP call for Win32...
2004-01-30  Bruce MomjianAdd:
2004-01-29  Neil ConwayFix (debatable) spelling mistake in a comment: 'concate...
2004-01-28  Tom LaneMake USING and WITH optional to bring the syntax of...
2004-01-28  Tom LaneReview uses of IsUnderPostmaster, change some tests...
2004-01-28  Tom LaneFix typo.
2004-01-28  Michael MeskesRemoved some debugging output.
2004-01-28  Michael Meskes- Issue a warning if a cursor is declared but not opened.
2004-01-28  Tom LaneFix oversight in check_ungrouped_columns optimization...
2004-01-28  Tom Lanesimplify_function() mustn't try to evaluate functions...
2004-01-27  Neil ConwayImprove the documentation of the 'join_collapse_limit...
2004-01-27  Tom LaneRun stats test separately, not as part of a parallel...
2004-01-27  Bruce MomjianPgindent win32 signal code.
2004-01-27  Bruce MomjianHere's the latest win32 signals code, this time in...
2004-01-26  Bruce Momjian[all] Removed call to getppid in SendPostmasterSignal...
2004-01-26  Bruce MomjianBack out win32 patch so we can apply it separately.
2004-01-26  Bruce MomjianAttached is a patch that fixes some trivial typos and...
2004-01-26  Bruce MomjianAdd Name:
2004-01-26  Bruce MomjianDone:
2004-01-26  Tom LaneEnsure that close() and fclose() are checked for errors...
2004-01-26  Neil ConwayThe attached patch clarifies (or, rather, makes explici...
2004-01-26  Tom LaneRepair incorrect order of operations in GetNewTransacti...
2004-01-26  Bruce MomjianAdded:
2004-01-26  Neil ConwayAdd usage examples for PREPARE and EXECUTE. Original...
2004-01-26  Teodor SigaevDocs fix from Kris Jurka <books@ejurka.com>
2004-01-26  Bruce MomjianClarify that the 'user' column still applies for 'trust'.
2004-01-26  Bruce MomjianUpdate datestamp.
2004-01-25  Neil ConwayFix an obsolete file path mentioned in a comment.
2004-01-25  Bruce Momjian*** empty log message ***
2004-01-25  Bruce MomjianAdd Joe to TODO:
2004-01-25  Bruce MomjianFix typo I mistakenly added.
next