]> granicus.if.org Git - postgresql/history - src
Applied patch send by Joachim Wieland to fix INTEGER_DATETIMES under MSVC.
[postgresql] / src /
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-22 Tom LaneRepair planner bug introduced in 8.2 by ability to...
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 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 Tom LaneRemove redundant logging of send failures when SSL...
2007-05-17 Tom LaneTemporary fix for the problem that pg_stat_activity...
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 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 Bruce MomjianUpdate comments for PG_DETOAST_PACKED and VARDATA_ANY...
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-13 Magnus HaganderLog directory we're installing into.
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 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 Peter EisentrautThe appended patch addresses the outstanding issues...
2007-05-07 Alvaro HerreraMake sure we don't skip databases that are supposed...
2007-05-05 Magnus HaganderCheck return code from strxfrm on Windows since it...
2007-05-04 Tom LaneAdd a line to the EXPLAIN ANALYZE output for a Sort...
2007-05-04 Tom Lanetas() support for Renesas' M32R processor. Kazuhiro...
2007-05-04 Tom LaneSuppress a recently-introduced 'variable might be clobb...
2007-05-04 Tom LaneA few fixups in error handling: mark pg_re_throw()...
2007-05-04 Tom LaneTeach tuplesort.c about "top N" sorting, in which only...
2007-05-03 Tom LaneTweak hash index AM to use the new ReadOrZeroBuffer...
2007-05-03 Magnus HaganderRelease builds generate different strangely formatted...
2007-05-02 Tom LaneDept. of second thoughts: add comments cautioning again...
2007-05-02 Tom LaneDuring WAL recovery, when reading a page that we intend...
2007-05-02 Tom LaneFix things so that when CREATE INDEX CONCURRENTLY sets...
2007-05-02 Alvaro HerreraUse the new TimestampDifferenceExceeds API instead...
2007-05-02 Alvaro HerreraFix failure to check for INVALID worker entry in the...
2007-05-02 Tom LaneFix oversight in PG_RE_THROW processing: it's entirely...
2007-05-01 Magnus HaganderAdd wrapper script around install.pl that calls builden...
2007-05-01 Tom LaneFix a thinko in my patch of a couple months ago for...
2007-04-30 Tom LaneChange the timestamps recorded in transaction commit...
2007-04-30 Tom LaneFix oversight in my patch of yesterday: forgot to ensur...
2007-04-30 Tom LaneImplement rate-limiting logic on how often backends...
2007-04-30 Tom LaneMarginal performance hack: use a dedicated routine...
2007-04-30 Tom LaneMarginal performance hack: avoid unnecessary work in...
2007-04-30 Tom LaneMarginal performance hack: remove the loop that used...
2007-04-29 Neil ConwaySupport for MOVE in PL/PgSQL. Initial patch from Magnus...
2007-04-28 Neil ConwayAdd support for IN as alternative to FROM in PL/PgSQL...
2007-04-27 Tom LaneModify processing of DECLARE CURSOR and EXPLAIN so...
2007-04-27 Magnus HaganderProperly set MODULE_PATHNAME based on module name inste...
2007-04-27 Michael MeskesRemoved non-existant function from extern.h
2007-04-27 Michael MeskesInlined two functions to get rid of va_list problems...
2007-04-26 Tom LaneFix dynahash.c to suppress hash bucket splits while...
2007-04-26 Neil ConwayAnother tweak for tab completion of CREATE TEMP. Instea...
2007-04-26 Neil ConwayMinor enhancement to psql tab completion. If we see...
2007-04-26 Neil ConwayRename the newly-added commands for discarding session...
2007-04-26 Magnus Haganderlibpgtypes is a client lib, should not link with backend.
2007-04-26 Magnus HaganderGenerate "fake configure output" for pg_config, so...
2007-04-25 Magnus HaganderInstall libpgport.lib as needed by some client programs.
2007-04-25 Magnus HaganderInstall headers in the same directory structure as...
2007-04-24 Magnus HaganderSet maximum semaphore count to 32767 instead of 1....
2007-04-23 Magnus HaganderDon't try to install uuid-ossp since we don't build it.
2007-04-22 Tom LaneRemove some of the most blatant brain-fade in the recen...
2007-04-21 Tom LaneSome further performance tweaks for planning large...
2007-04-21 Magnus HaganderFix build for directories with spaces in them by quotin...
2007-04-21 Peter EisentrautMake configuration parameters fall back to their defaul...
2007-04-21 Magnus HaganderDon't try to build uuid-ossp on msvc.
2007-04-21 Peter EisentrautContrib module uuid-ossp for generating UUID values...
2007-04-21 Tom LaneAvoid useless work during set_plain_rel_pathlist()...
2007-04-21 Tom LaneTweak make_inh_translation_lists() to check the common...
2007-04-21 Tom LaneImprove the way in which CatalogCacheComputeHashValue...
2007-04-21 Tom LaneAdjust pgstat_initstats() to avoid repeated searches...
2007-04-21 Tom LaneTweak set_rel_width() to avoid redundant executions...
2007-04-20 Bruce MomjianAdd comment on why deadlock detection error messages...
2007-04-20 Bruce MomjianAdd script major_release_split to simplify creating...
2007-04-20 Bruce MomjianAdd mention of checking <link> behavior of HISTORY...
2007-04-20 Tom LaneSupport explicit placement of the temporary-table schem...
next