OSDN Git Service

pg-rex/syncrep.git
2007-06-19 Tom LaneCode review for log_lock_waits patch. Don't try to...
2007-06-18 Tom LaneArrange for quote_identifier() and pg_dump to not quote...
2007-06-18 Magnus HaganderRemove comment about modifying tab-complete.c for users...
2007-06-18 Tom LaneUpdate obsolete comment: it's no longer the case that...
2007-06-17 Tom LaneMarginal hacking to improve the speed of COPY OUT....
2007-06-17 Tom LaneRevert an ill-considered portion of my patch of 12...
2007-06-15 Tom LaneTweak the API for per-datatype typmodin functions so...
2007-06-15 Michael MeskesApplied patch by Joachim to enable checktcp again
2007-06-14 Alvaro HerreraAvoid having autovacuum run multiple ANALYZE commands...
2007-06-14 Magnus HaganderAdd resultmap entries for mingw - same as for msvc
2007-06-14 Magnus HaganderProperly identify mingw as a win32 platform needing...
2007-06-14 Andrew DunstanImplement a chunking protocol for writes to the syslogg...
2007-06-13 Neil ConwaySchema-qualify several references to the builtin functi...
2007-06-13 Bruce MomjianUpdate item:
2007-06-13 Alvaro HerreraAvoid integer overflow issues in autovacuum.
2007-06-12 Tom LaneAdd some simple defenses against null fields in pg_larg...
2007-06-12 Magnus HaganderECPG requires a local include directory to override...
2007-06-12 Magnus HaganderUpdate documentation of resultmap file format.
2007-06-12 Tom LaneAdd some comments about the safety of accessing rolpass...
2007-06-12 Tom LaneMinor comment fixes.
2007-06-12 Tom LaneFix DecodeDateTime to allow timezone to appear before...
2007-06-12 Alvaro HerreraVPATH fixes.
2007-06-12 Magnus HaganderSpecifying a dbname should override the default databas...
2007-06-12 Magnus HaganderFix missing variable initialization.
2007-06-12 Magnus HaganderFix search/replace error in makefile for ecpg tests
2007-06-12 Michael MeskesFixed reduce/recuce problem due to CURRENT_P.
2007-06-12 Magnus HaganderRewrite ECPG regression test driver in C, by splitting...
2007-06-12 Michael MeskesSynced parser and keyword list.
2007-06-11 Tom LaneImprove UPDATE/DELETE WHERE CURRENT OF so that they...
2007-06-11 Tom LaneMinor wording improvement.
2007-06-11 Michael MeskesShould not try to unlink stdout.
2007-06-11 Michael MeskesFixed one memory leak in descriptor code.
2007-06-11 Bruce MomjianDone:
2007-06-11 Tom LaneSupport UPDATE/DELETE WHERE CURRENT OF cursor_name...
2007-06-09 Tom LaneTeach heapam code to know the difference between a...
2007-06-09 Tom LaneInsert ORDER BY into a few regression test queries...
2007-06-09 Tom LaneAllow numeric_fac() to be interrupted, since it can...
2007-06-08 Alvaro HerreraDisallow the cost balancing code from resulting in...
2007-06-08 Alvaro HerreraAvoid passing zero as a value for vacuum_cost_limit...
2007-06-08 Tom LaneAdd note that LIMIT without ORDER BY can produce outrig...
2007-06-08 Bruce MomjianDone:
2007-06-08 Tom LaneArrange for large sequential scans to synchronize with...
2007-06-07 Tom LaneRedefine IsTransactionState() to only return true for...
2007-06-07 Tom LaneRework temp_tablespaces patch so that temp tablespaces...
2007-06-07 Alvaro HerreraAvoid losing track of data for shared tables in pgstats...
2007-06-07 Tom LaneFix array_dims() example to be consistent with the...
2007-06-07 Magnus HaganderThe functions bt_metap, bt_page_stats and bt_page_items...
2007-06-06 Tom LaneFix up text concatenation so that it accepts all the...
2007-06-05 Tom LaneMinor editorialization: don't flush plan cache without...
2007-06-05 Tom LaneDowngrade implicit casts to text to be assignment-only...
2007-06-05 Jan WieckThe session_replication_role actually can be changed...
2007-06-05 Teodor SigaevMove call of MarkBufferDirty() before XLogInsert()...
2007-06-04 Andrew DunstanRemove ill-conceived CRLF translation for Windows in...
2007-06-04 Andrew DunstanTidy overly long configure help lines.
2007-06-04 Teodor SigaevFix bundle bugs of GIN:
2007-06-04 Magnus HaganderOn win32, retry reading when WSARecv returns WSAEWOULDB...
2007-06-04 Magnus HaganderOn win32, don't use SO_REUSEADDR for TCP sockets.
2007-06-04 Peter EisentrautRemove gratuitous response messages from utility programs.
2007-06-04 Peter EisentrautUpdate expected files for textual changes
2007-06-03 Peter EisentrautClarify some error messages about duplicate things.
2007-06-03 Bruce MomjianRemove description for:
2007-06-03 Tom LaneCreate a GUC parameter temp_tablespaces that allows...
2007-06-02 Peter EisentrautMinimal message corrections found by spell checker.
2007-06-02 Tom LaneFix erroneous error reporting for overlength input...
2007-06-02 Bruce MomjianRe-add TODO and clarify it is for the kernel cache:
2007-06-02 Bruce MomjianTODO item not needed anymore now that the buffer cache is
2007-06-02 Andrew DunstanImprove efficiency of LIKE/ILIKE code, especially for...
2007-06-01 Tom LaneFix aboriginal bug in BufFileDumpBuffer that would...
2007-06-01 Neil ConwayAllow leading and trailing whitespace in the input...
2007-06-01 Tom LaneMake CREATE/DROP/RENAME DATABASE wait a little bit...
2007-06-01 Bruce MomjianAdd URL for:
2007-06-01 Bruce MomjianUpdate wording:
2007-06-01 Tom LaneBuy back some of the cycles spent in more-expensive...
2007-06-01 Tom LaneFix several hash functions that were taking chintzy...
2007-06-01 Bruce MomjianWording improvement.
2007-06-01 Bruce MomjianUpdate FAQ_DEV URL to output for text format.
2007-06-01 Bruce MomjianAdd URL for code comments to developer's FAQ:
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:
next