OSDN Git Service

pg-rex/syncrep.git
2007-07-06 Tom LaneFix up hash functions for datetime datatypes so that...
2007-07-05 Tom LaneImprove description of SPI_scroll_cursor_move's return...
2007-07-03 Tom LaneFix incorrect comment about the timing of AbsorbFsyncRe...
2007-07-03 Neil ConwayAdd ALTER VIEW ... RENAME TO, and a RENAME TO clause...
2007-07-02 Magnus Hagander- Fix the -w (wait) option to work in Windows service...
2007-07-02 Tom LaneFix failure to restart Postgres when Linux kernel retur...
2007-07-01 Magnus HaganderAdd notes about configuring Visual Studio Express for...
2007-07-01 Tom LaneReduce the maximum sleep interval in the autovac launch...
2007-07-01 Tom LaneTreat the autovac launcher more like a regular backend...
2007-07-01 Tom LaneAvoid memory leakage when a series of subtransactions...
2007-07-01 Tom LaneFix comments not updated in recent patch.
2007-07-01 Tom LaneAdd 'volatile' to suppress 'variable might be clobbered...
2007-06-30 Tom LaneImprove logging of checkpoints. Patch by Greg Smith...
2007-06-30 Alvaro HerreraAvoid crash in interrupted autovacuum worker, caused...
2007-06-29 Alvaro HerreraArrange for SIGINT in autovacuum workers to cancel...
2007-06-29 Tom LaneFix computation of PG_VERSION_NUM by configure: remove...
2007-06-29 Tom LaneAdd a note that pg_start_backup will take awhile becaus...
2007-06-29 Tom LaneFix a passel of ancient bugs in to_char(), including...
2007-06-28 Bruce MomjianDone:
2007-06-28 Tom LaneFix incorrect tests for undef Perl values in some place...
2007-06-28 Neil ConwayAdd the function's volatility to the output of psql...
2007-06-28 Tom LaneImplement "distributed" checkpoints in which the checkp...
2007-06-26 Tom LaneFix PGXS conventions so that extensions can be built...
2007-06-26 Alvaro HerreraRemove unused "caller" argument from stringToQualifiedN...
2007-06-26 Magnus HaganderAdd extra checks for buildfarm to pick up errors when...
2007-06-25 Alvaro HerreraRemove unused BAD_LOCATION definition.
2007-06-25 Alvaro HerreraImprove autovacuum launcher's ability to detect a probl...
2007-06-23 Tom LaneSeparate parse-analysis for utility commands out of...
2007-06-22 Tom LaneAdd a <tip> that log_line_prefix should usually end...
2007-06-22 Neil ConwayIn psql, when running a SELECT query using a cursor...
2007-06-21 Tom LaneAllow trailing whitespace in parse_real(), for consiste...
2007-06-21 Tom LaneProvide a HINT listing the allowed unit names when...
2007-06-21 Peter EisentrautUpdate password example.
2007-06-21 Peter EisentrautUpdate examples of create/drop scripts.
2007-06-20 Tom LaneAdd a caveat pointing out that constraint exclusion...
2007-06-20 Neil ConwayRemove some empty columns from a few system catalog...
2007-06-20 Tom LaneRestrict deadlock_timeout to the range for which the...
2007-06-20 Tom LanetransformColumnDefinition failed to complain about
2007-06-20 Tom LaneCREATE DOMAIN ... DEFAULT NULL failed because gram...
2007-06-20 Andrew DunstanQuiet warnings about redefined PGPORT macros for MSVC.
2007-06-20 Neil ConwayMinor code cleanup: calling FreeFile() before ereport...
2007-06-19 Tom LaneOnly log 'process acquired lock' if we actually did...
2007-06-19 Neil ConwayRemove duplicate #include.
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.
next