]> granicus.if.org Git - postgresql/history - src
Make some functions immutable.
[postgresql] / src /
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...
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-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 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-17 Tom LaneFix condition for whether end_heap_rewrite must fsync...
2007-04-17 Tom LaneDon't assume rd_smgr stays open across all of a rewrite...
2007-04-17 Tom LaneRewrite choose_bitmap_and() to make it more robust...
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-13 Magnus HaganderAllow \timing in psql to have a better resolution than...
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 ConwayFixes for RESET SESSION patch, per Alvaro. Fix a typo...
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 Tom LaneCode review for btree page split WAL reduction patch...
2007-04-09 Tom LaneMinor tweaking of index special-space definitions so...
2007-04-09 Magnus HaganderAdd cancel handlers so it's possible to Ctrl-C clusterd...
2007-04-08 Tom LaneMake CLUSTER MVCC-safe. Heikki Linnakangas
2007-04-08 Bruce MomjianSupport syntax "CLUSTER table USING index", which is...
2007-04-06 Tom LaneDon't remove the 'alias' field from flattened rangetabl...
2007-04-06 Tom LaneMake 'col IS NULL' clauses be indexable conditions.
2007-04-06 Andrew DunstanOnly run contrib check if there is a Makefile
2007-04-06 Tom LaneNow that core functionality is depending on autoconf...
2007-04-06 Tom LaneSupport varlena fields with single-byte headers and...
2007-04-05 Bruce MomjianUpdate XML error message text for missing libxml; updat...
2007-04-05 Magnus HaganderContinue running contrib regression tests if one fails...
2007-04-05 Magnus HaganderMake sure list of tests is cleared out before getting...
2007-04-05 Bruce MomjianImprove documentation/warning when --with-libxml is...
2007-04-04 Andrew Dunstanimprove test headings
2007-04-04 Andrew DunstanDon't install files for xml2 when building without...
2007-04-04 Bruce MomjianRemove plpython casts C source code casts:
2007-04-04 Magnus HaganderDon't install files for sslinfo when building without...
2007-04-03 Tom LaneRemove the CheckpointStartLock in favor of having backe...
2007-04-03 Bruce MomjianAllow pl/pythonu >= version 2.3 to return boolean,...
2007-04-03 Bruce MomjianAllow PL/PythonU to compile on Python 2.5. Change...
2007-04-03 Bruce MomjianUpdate comment for new thread_test location.
2007-04-03 Tom LaneDecouple the values of TOAST_TUPLE_THRESHOLD and TOAST_...
2007-04-02 Bruce MomjianAllow NOTIFY/LISTEN/UNLISTEN to only take relation...
2007-04-02 Andrew DunstanCheck length of enum literals on definition and input...
2007-04-02 Tom LaneFix check_sql_fn_retval to allow the case where a SQL...
2007-04-02 Magnus Haganderxcopy can only deal with forward-slashed paths when...
2007-04-02 Tom LaneSupport enum data types. Along the way, use macros...
2007-04-01 Peter EisentrautUpdate catversion for new XML mapping functions
2007-04-01 Peter EisentrautUpdate SQL conformance for SQL to XML mappings
2007-04-01 Peter EisentrautMapping schemas and databases to XML and XML Schema.
2007-04-01 Peter EisentrautComplete cleaning
2007-03-30 Magnus HaganderAdd some instrumentation to the bgwriter, through the...
2007-03-30 Tom LaneFix oversight in coding of _bt_start_vacuum: we can...
2007-03-29 Bruce Momjianpg_char_to_encoding() was redundant in initdb because
2007-03-29 Magnus HaganderInstall include files
2007-03-29 Tom Laneexec_parse_message neglected to copy parameter type...
2007-03-29 Magnus HaganderMake ECPG regression tests use native threading instead...
2007-03-29 Michael Meskes- Added patch by Magnus Hagander <magnus@hagander.net...
2007-03-29 Tom LaneTeach CLUSTER to skip writing WAL if not needed (ie...
2007-03-28 Neil ConwayCode cleanup for the new regexp UDFs: we can hardcode...
2007-03-28 Alvaro HerreraAdd the "recheck" logic to autovacuum worker code....
2007-03-28 Magnus HaganderFix compiler warnings in ereport messages on mingw.
2007-03-27 Tom LaneFix array coercion expressions to ensure that the corre...
2007-03-27 Magnus HaganderInstall import libraries used to link to libpq, ecpg...
2007-03-27 Alvaro HerreraCosmetic changes: rename some struct fields, and move...
2007-03-27 Bruce MomjianFix typo in Makefile.
2007-03-27 Tom LaneFix typo, ensable -> enable, per Steve Gieseking.
2007-03-26 Bruce MomjianRemove Andrew Yu copyright, with permission from author.
2007-03-26 Bruce MomjianRemove advertising clause from Berkeley BSD-licensed...
2007-03-26 Tom LaneAllow non-superuser database owners to create procedura...
next