]> git.ipfire.org Git - thirdparty/postgresql.git/shortlog
thirdparty/postgresql.git
2007-04-23  Magnus HaganderDon't try to install uuid-ossp since we don't build it.
2007-04-23  Neil ConwayFix newly-introduced documentation typo.
2007-04-22  Peter EisentrautMake some functions immutable.
2007-04-22  Peter EisentrautFix typo
2007-04-22  Bruce MomjianDone:
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 EisentrautFix alignment of help output.
2007-04-21  Peter EisentrautContrib module uuid-ossp for generating UUID values...
2007-04-21  Andrew DunstanDocument new -with-libxslt build option.
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  Peter EisentrautDocumentation for UUID type
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  Bruce MomjianRemove duplicate text, per Magnus.
2007-04-20  Tom LaneFix markup.
2007-04-20  Tom LaneSupport explicit placement of the temporary-table schem...
2007-04-19  Tom LaneSync timezone data with 2007e zic release.
2007-04-19  Tom LaneRepair PANIC condition in hash indexes when a previous...
2007-04-19  Tom LaneFix plpgsql to avoid reference to already-freed memory...
2007-04-19  Alvaro HerreraSilence compiler warnings, per Bruce.
2007-04-19  Bruce MomjianRelease wording updates for releases 8.2.4, 8.1.9,...
2007-04-19  Bruce MomjianUpdate FAQ for 8.2.4.
2007-04-19  Bruce MomjianRelease note updates for 8.2.4, 8.1.9, 8.0.13, 7.4...
2007-04-18  Bruce MomjianRemove tabs from SGML source files.
2007-04-18  Alvaro HerreraEnable configurable log of autovacuum actions. Initial...
2007-04-18  Magnus HaganderEnable building of 64-bit libpq using visual studio...
2007-04-18  Bruce MomjianItem not done, per Pavel:
2007-04-18  Magnus HaganderChange default build to release, to be consistent with...
2007-04-18  Magnus HaganderSilence mingw compiler warning
2007-04-18  Bruce MomjianUpdate docs/error message for CSV quote/escape ---...
2007-04-18  Bruce MomjianUpdate error message for COPY with a multi-byte delimiter.
2007-04-18  Bruce MomjianDocument that the COPY delimiter must be an ASCII byte...
2007-04-17  Bruce MomjianUpdate TODO for plpgsql cursors:
2007-04-17  Tom LaneFix condition for whether end_heap_rewrite must fsync...
2007-04-17  Bruce MomjianAlso done for PL/pgSQL:
2007-04-17  Bruce MomjianDone:
2007-04-17  Bruce MomjianAdd warning about TODO item:
2007-04-17  Tom LaneDon't assume rd_smgr stays open across all of a rewrite...
2007-04-17  Bruce MomjianNot easy, per Alvaro:
2007-04-17  Tom LaneRewrite choose_bitmap_and() to make it more robust...
2007-04-17  Tom LaneFix erroneous column counts in some documentation table...
2007-04-17  Tom LaneAnd remove 'em again ...
2007-04-17  Tom LaneTemporarily re-add derived files, in hopes of straighte...
2007-04-16  Magnus HaganderDon't write timing output in quiet mode.
2007-04-16  Tom LaneTweak clean_encoding_name() API to avoid need to cast...
2007-04-16  Tom LaneFix pg_dump to not crash if -t or a similar switch...
2007-04-16  Magnus HaganderEnable IPV6 for all MSVC builds, including the VC6...
2007-04-16  Alvaro HerreraAdd a multi-worker capability to autovacuum. This...
2007-04-16  Tom LaneMake plancache store cursor options so it can pass...
2007-04-16  Tom LaneSupport scrollable cursors (ie, 'direction' clause...
2007-04-16  Tom LaneExpose more cursor-related functionality in SPI: specif...
2007-04-15  Tom LaneAvoid running build_index_pathkeys() in situations...
2007-04-15  Andrew DunstanAdd --with-libxslt configure option
2007-04-15  Tatsuo IshiiMake JOHAB client only encoding per discussions in...
2007-04-15  Tatsuo IshiiFix description how to create conversion function.
2007-04-14  Andrew Dunstanrevert change to build xml2 until a better fix is found
2007-04-13  Bruce MomjianUpdate TODO:
2007-04-13  Magnus HaganderAllow \timing in psql to have a better resolution than...
2007-04-13  Bruce MomjianUpdate Win32 FAQ HTML version to match corrected text...
2007-04-13  Andrew DunstanEnable building contrib/xml2 if configured using -...
2007-04-13  Magnus HaganderAdd O_DIRECT support on Windows.
2007-04-12  Neil ConwayMinor fixes for the EXPLAIN reference page. Mention...
2007-04-12  Neil ConwayFixes for RESET SESSION patch, per Alvaro. Fix a typo...
2007-04-12  Bruce MomjianDone:
2007-04-12  Tom LaneRearrange mdsync() looping logic to avoid the problem...
2007-04-12  Tom LaneCancel pending fsync requests during WAL replay of...
2007-04-12  Magnus HaganderInstall debugger symbols (in their own directory)
2007-04-12  Magnus HaganderEnable IPV6 when building with MSVC.
2007-04-12  Neil ConwayRESET SESSION, plus related new DDL commands. Patch...
2007-04-11  Bruce MomjianUpdate text, per Greg Stark:
2007-04-11  Tom LaneCode review for btree page split WAL reduction patch...
2007-04-10  Bruce MomjianAdd:
2007-04-10  Bruce MomjianAdd:
2007-04-09  Tom LaneMinor tweaking of index special-space definitions so...
2007-04-09  Bruce MomjianAdd URL for:
2007-04-09  Magnus HaganderAdd cancel handlers so it's possible to Ctrl-C clusterd...
2007-04-08  Bruce MomjianDone:
2007-04-08  Tom LaneMinor editorialization on CLUSTER reference page.
2007-04-08  Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-04-08  Tatsuo IshiiAdd -F option to set fillfactor for tellers, accounts...
2007-04-08  Bruce MomjianDone:
2007-04-08  Bruce MomjianSupport syntax "CLUSTER table USING index", which is...
2007-04-07  Tom LaneAdd note that TRUNCATE is not MVCC-safe.
2007-04-07  Bruce MomjianAdd the usage count statistics to the information avail...
2007-04-07  Bruce MomjianSlight wording improvement.
2007-04-07  Neil ConwayFix a few typos in the docs.
2007-04-07  Bruce MomjianRemove example of SQL-standard syntax for GRANT/REVOKE...
2007-04-07  Bruce MomjianIn docs, Symetric -> Symmetric.
2007-04-07  Bruce MomjianDone:
2007-04-07  Bruce MomjianDone:
2007-04-06  Tom LaneDon't remove the 'alias' field from flattened rangetabl...
next