]> granicus.if.org Git - postgresql/shortlog
postgresql
2007-05-31 Tom LaneThe shortcut exit that I recently added to ExecInitInde...
2007-05-31 Tom LaneChange build_index_pathkeys() so that the expressions...
2007-05-31 Peter EisentrautMake some messages more consistent
2007-05-31 Teodor SigaevReplace ReadBuffer to ReadBufferWithStrategy in all...
2007-05-31 Peter EisentrautDowngrade some low-level startup messages to DEBUG1.
2007-05-30 Tom LaneFix overly-strict sanity check in BeginInternalSubTrans...
2007-05-30 Bruce MomjianUpdate:
2007-05-30 Tom LaneMake large sequential scans and VACUUMs work in a limit...
2007-05-30 Bruce MomjianFix wording:
2007-05-30 Bruce MomjianAdd:
2007-05-30 Bruce MomjianAdd standard error redirection for OS/X & darwin startu...
2007-05-30 Bruce MomjianUpdate documentation mention of VACUUM FULL and CLUSTER...
2007-05-30 Neil ConwayTweak: use memcpy() in text_time(), rather than manuall...
2007-05-30 Bruce MomjianAdd URL for:
2007-05-30 Bruce MomjianAdd documentation reference to statistical functions...
2007-05-30 Bruce MomjianUpdate /contrib OS/X startup files, and move to a separ...
2007-05-30 Bruce MomjianUpdate cvsutils documentation description.
2007-05-30 Bruce MomjianUpdate cvs instructions to suggest cvsutils.
2007-05-30 Tom LaneFix trivial misspelling in comment.
2007-05-29 Neil ConwayFix a bug in input processing for the "interval" type...
2007-05-29 Neil Conwaymmgr README tweak: "either" is no longer correct. The...
2007-05-29 Neil ConwayStop a few regression tests from needlessly disabling...
2007-05-28 Bruce MomjianUpdate wording:
2007-05-28 Bruce MomjianAdd:
2007-05-28 Tom LaneTweak the code in a couple of places to try to deliver...
2007-05-28 Michael MeskesApplied patch send by Joachim Wieland to fix INTEGER_DA...
2007-05-27 Neil ConwayCode cleanup: use "bool" for Boolean variables, rather...
2007-05-27 Tom LaneOoops, I was too busy worrying about getting the transa...
2007-05-27 Michael MeskesSorry guys, I committed the file from my development...
2007-05-27 Michael MeskesThe source code changed, so the expected file changed...
2007-05-27 Michael MeskesApplied Joachim's patch for ecpg_config.h creation...
2007-05-27 Tom Lanepgstat's on-proc-exit hook has to execute after the...
2007-05-27 Tom LaneFix up pgstats counting of live and dead tuples to...
2007-05-26 Tom LaneRepair two constraint-exclusion corner cases triggered...
2007-05-25 Tom LaneCreate hooks to let a loadable plugin monitor (or even...
2007-05-24 Tom LaneRemove ruleutils.c's use of varnoold/varoattno as a...
2007-05-24 Tom LaneAvoid assuming that the fields of struct timeval have...
2007-05-24 Peter EisentrautAdd deprecation notice about planned removal in 8.4...
2007-05-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
2007-05-22 Alvaro HerreraRemove unsupported -u option from pg_standby example...
2007-05-22 Tom LaneFix best_inner_indexscan to return both the cheapest...
2007-05-21 Tom LaneTeach tuplestore.c to throw away data before the "mark...
2007-05-21 Peter EisentrautXPath fixes:
2007-05-21 Peter EisentrautFix spurious German index entry
2007-05-21 Michael MeskesAlso removed the function not just the call, sorry.
2007-05-21 Michael MeskesDo not try to find local timezone in DecodeDateTime...
2007-05-20 Tom LaneTo support external compression of archived WAL data...
2007-05-20 Michael Meskestackling Vista problem - another try
2007-05-19 Alvaro HerreraFix dumb compile error in the last patch.
2007-05-18 Alvaro HerreraHave CLUSTER advance the table's relfrozenxid. The...
2007-05-18 Peter EisentrautMark some intermediate targets as .PRECIOUS, to replace...
2007-05-18 Bruce MomjianDone:
2007-05-18 Tom LaneRemove redundant logging of send failures when SSL...
2007-05-17 Bruce Momjiandded to TODO:
2007-05-17 Neil ConwayTweaks for SGML markup.
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
2007-05-17 Bruce MomjianAdd URL for:
2007-05-17 Bruce MomjianAdd, per Alvaro:
2007-05-17 Bruce MomjianAdd:
2007-05-17 Bruce MomjianAdd CVS comment for recent commit:
2007-05-17 Michael MeskesRemoved mktime() call to hopefully get rid of some...
2007-05-17 Tom LaneFix parameter recalculation for Limit nodes: during...
2007-05-17 Bruce MomjianAdd database page inspection /contrib module.
2007-05-17 Alvaro HerreraMove the tuple freezing point in CLUSTER to a point...
2007-05-16 Alvaro HerreraHave TRUNCATE advance the affected table's relfrozenxid...
2007-05-16 Alvaro HerreraHave the rewriteheap code freeze old tuples. This...
2007-05-15 Alvaro HerreraAvoid emitting empty role names in the GRANTED BY claus...
2007-05-15 Andrew DunstanRemove directory qualification in <ossp/uuid.h> because...
2007-05-15 Neil ConwayFix a bunch of bad grammar in the docs: "<link>, which...
2007-05-15 Neil ConwayVarious fixes for the SGML docs. Consistently use space...
2007-05-15 Bruce MomjianUpdate comments for PG_DETOAST_PACKED and VARDATA_ANY...
2007-05-15 Neil ConwayMake a few marginal improvements to the documentation...
2007-05-15 Neil ConwayAdd a note to the documentation to clarify that even...
2007-05-15 Bruce MomjianAdd URLs for:
2007-05-15 Andrew Dunstanfix perl thinko
2007-05-15 Andrew DunstanUse configured pgport in MSVC config file.
2007-05-14 Tom LaneGet rid of the pg_shdepend entry for a TOAST table...
2007-05-14 Tom LaneFix up grammar and translatability of recent checkShare...
2007-05-14 Tom LanePrevent RevalidateCachedPlan from making any permanent...
2007-05-14 Alvaro HerreraReport all dependent objects to the server log when...
2007-05-14 Bruce MomjianUpdate instructions on creating TODO entry.
2007-05-13 Magnus HaganderLog directory we're installing into.
2007-05-13 Bruce MomjianMark as done, add URL for other item:
2007-05-12 Bruce MomjianAdd:
2007-05-12 Bruce MomjianAdd:
2007-05-12 Tom LaneImprove predicate_refuted_by_simple_clause() to handle...
2007-05-12 Tom LaneFix the problem that creating a user-defined type named...
2007-05-11 Tom LaneFix my oversight in enabling domains-of-domains: ALTER...
2007-05-11 Neil ConwayImprovements to the SGML docs for TRUNCATE and CLUSTER.
2007-05-11 Tom LaneSupport arrays of composite types, including the rowtyp...
2007-05-10 Michael MeskesAdded some more error logging.
2007-05-10 Michael Meskes- Synced parser and keyword list
2007-05-08 Tom LaneReserve some pg_statistic "kind" codes for use by the...
2007-05-08 Neil ConwayAdd a hash function for "numeric". Mark the equality...
2007-05-08 Tom LaneAdd an explicit comment about POSIX time zone names...
2007-05-08 Peter EisentrautThe appended patch addresses the outstanding issues...
2007-05-07 Alvaro HerreraMake sure we don't skip databases that are supposed...
2007-05-07 Peter EisentrautGrammar correction
2007-05-07 Neil ConwayDoc tweak: add an xref.
2007-05-05 Magnus HaganderCheck return code from strxfrm on Windows since it...
next