OSDN Git Service

pg-rex/syncrep.git
2005-08-29 Tom LaneSigh, looks like you need '.set mips2' before you can...
2005-08-28 Tom LaneTweak nodeBitmapAnd to stop evaluating sub-plan scans...
2005-08-28 Bruce MomjianFix initdb quoting for Win32 paths in final examples...
2005-08-28 Bruce MomjianUpdate pthread_self() on Win32 to return DWORD.
2005-08-28 Bruce MomjianAdd:
2005-08-28 Bruce MomjianUse GetCurrentThreadId, per Magnus.
2005-08-28 Tom LaneAdd a SYNC instruction to the S_UNLOCK sequence for...
2005-08-28 Bruce MomjianAdd comment about pthread_self() cast.
2005-08-28 Tom LanedumpUserConfig failed (in a pretty harmless way, but...
2005-08-27 Tom Lanecost_agg really ought to charge something per output...
2005-08-27 Tom LaneChange the division of labor between grouping_planner...
2005-08-27 Tom LaneWindows needs WSAStartup() before getaddrinfo() will...
2005-08-27 Tom LaneFix two separate bugs in setrefs.c. set_subqueryscan_r...
2005-08-27 Tom LaneGet the MIPS assembler syntax right. Also add a separa...
2005-08-27 Bruce MomjianFix typo:
2005-08-27 Bruce MomjianAdd:
2005-08-27 Bruce MomjianUpdate:
2005-08-26 Tom LaneAnother try at the inlined MIPS spinlock code. Can...
2005-08-26 Bruce MomjianAdd:
2005-08-26 Bruce MomjianAdd description and item:
2005-08-26 Bruce MomjianUpdate based on user comments:
2005-08-26 Bruce MomjianUpdate constraint_exclusion items:
2005-08-26 Bruce MomjianRemove completed items:
2005-08-26 Bruce MomjianGreat TODO updates from Tom:
2005-08-26 Tom LaneThe idea of using _strncoll() on Windows doesn't work...
2005-08-26 Tom LaneAdjust m68k spinlock code to avoid duplicate in-line...
2005-08-26 Tom LaneSome more mop-up for Windows IPv6 support. Andrew...
2005-08-26 Tom LaneArrange for indexes and toast tables to inherit their...
2005-08-25 Tom LaneFix bogus freeaddrinfo() call in WIN32 code, extend...
2005-08-25 Tom LaneReplace out-of-line tas() assembly code for MIPS with...
2005-08-25 Tom LaneFactor out the common subexpression month_remainder...
2005-08-25 Bruce MomjianBack out pfrees for justify_hour function calls.
2005-08-25 Tom LaneAdd comment explaining that autoconf's failure to find...
2005-08-25 Tom LaneOriginal assumption that our own getaddrinfo routine...
2005-08-25 Bruce MomjianAdd mention of Win32 IPv6 connections.
2005-08-25 Bruce MomjianFix memory leak when using justify_hours.
2005-08-25 Bruce MomjianCompleted:
2005-08-25 Bruce MomjianRemove TODO.detail/trigger. It is done now.
2005-08-25 Bruce MomjianSmall cleanup.
2005-08-25 Bruce MomjianUpdate release checklist.
2005-08-24 Tom LaneAdd code to use Windows getaddrinfo and friends if...
2005-08-24 Tom LanePreliminary pass at release note editing.
2005-08-24 PostgreSQL... fix up a few references to 8.1devel -> 8.1beta1
2005-08-24 Tom LaneRemove statement that to_char(interval) is deprecated...
2005-08-24 Bruce MomjianRemove sentence:
2005-08-24 Tom LaneBack off allow_nonpic_in_shlib for FreeBSD builds:...
2005-08-24 Bruce MomjianUpdate:
2005-08-24 Bruce MomjianRun spellchecker over release notes.
2005-08-24 Bruce MomjianMore beta1 cleanup.
2005-08-24 Tom LaneFix SHOW and RESET grammar to accept custom variable...
2005-08-24 Bruce MomjianSuggest markup items for the future.
2005-08-24 Tom LaneMake the plperl regression tests pass in 'use_strict...
2005-08-24 Bruce MomjianUpdate release notes for beta1.
2005-08-24 Tom LaneMention BEGIN { strict->import(); } as a substitute...
2005-08-24 Tom LaneGet rid of inappropriate use of croak(). Per report...
2005-08-24 Tom LaneAdjust description of use_strict parameter. Some other...
2005-08-24 Tom LaneFix broken markup.
2005-08-24 Tom LaneFix up plperl 'use_strict' so that it can be enabled...
2005-08-24 Bruce MomjianAdditem:
2005-08-24 Tom LaneAdd small hack to support use of Unicode-based locales...
2005-08-24 Tom LaneFix ExecBRDeleteTriggers so that deletion is not suppre...
2005-08-24 Tom LaneAdd documentation for ALTER TABLE ENABLE/DISABLE TRIGGER.
2005-08-24 Bruce MomjianAdd:
2005-08-24 Bruce MomjianAdd to release notes.
2005-08-24 Tom LaneFix broken markup.
2005-08-24 Bruce MomjianUpdate release notes.
2005-08-24 Bruce MomjianFix typo.
2005-08-24 Bruce MomjianMark "easy" items.
2005-08-24 Bruce MomjianUpdate:
2005-08-24 Bruce MomjianAdd explaination:
2005-08-24 Michael Meskes - Check for NULL before checking whether argume...
2005-08-24 Bruce MomjianRemove periods on bullet items.
2005-08-23 Bruce MomjianMark item as complete, add another:
2005-08-23 Bruce MomjianRelease note cleanups.
2005-08-23 Tom LaneAdd ALTER TABLE ENABLE/DISABLE TRIGGER commands. Chang...
2005-08-23 Bruce MomjianUpdate pgcrypto items.
2005-08-23 Bruce MomjianUpdate ALTER OWNER description.
2005-08-23 Bruce MomjianAdd new file for win32 threading.
2005-08-23 Bruce MomjianThe attached patch updates the thread test program...
2005-08-23 Bruce MomjianFix function name.
2005-08-23 Tom LaneClean up some very old and crufty code for TID scan...
2005-08-23 Bruce MomjianBack out incorrect commit.
2005-08-23 Bruce MomjianFix function name.
2005-08-23 Bruce MomjianUpdate release notes.
2005-08-23 Bruce MomjianMore release note updates.
2005-08-23 Tom LaneFix broken lrand48() implementation, per Merlin Moncure.
2005-08-23 Bruce MomjianRelease note updates.
2005-08-23 Bruce MomjianRelease note updates.
2005-08-23 Bruce MomjianAvoid bullets in subparagraphs.
2005-08-23 Bruce MomjianFix markup for para.
2005-08-23 Bruce MomjianAdjust SGML so major feature items are all not in a...
2005-08-23 Bruce MomjianUpdate release notes from community comments.
2005-08-23 Bruce MomjianUpdate release notes for 8.1.
2005-08-23 Tom LaneFix wrong dependency on owner created by ALTER OPCLASS...
2005-08-23 Bruce MomjianFix SGML sect1-3 alignment in the 8.0.X series.
2005-08-22 Tom LaneRewrite gather-write patch into something less obviousl...
2005-08-22 Bruce MomjianUpdate documentation that non-super users can now do...
2005-08-22 Bruce MomjianBack out incorrect use of E'' escape addition.
2005-08-22 Tom LaneCause ALTER INDEX OWNER to generate a warning and do...
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
next