OSDN Git Service

pg-rex/syncrep.git
2007-07-16 Bruce MomjianUpdate docs that GNU tar versions >=1.16 exit with...
2007-07-16 Tom LaneFix pg_buffercache to release buffer partition locks...
2007-07-16 Tom LaneAdd comments spelling out why it's a good idea to relea...
2007-07-16 Neil ConwayWith the native compiler on Unixware, disable optimizat...
2007-07-16 Tom LaneAllow plpgsql function parameter names to be qualified...
2007-07-16 Tom LaneHmm, so evidently _check_lock and _clear_lock take...
2007-07-16 Magnus HaganderQuote pathnames so pg_standby works with paths that...
2007-07-16 Tom LaneSo our reward for including <sys/atomic_op.h> seems...
2007-07-16 Tom LaneOn AIX, include <sys/atomic_op.h> so that the functions...
2007-07-15 Tom LaneGet rid of overly cute, unportable, probably not very...
2007-07-15 Tom LaneFix CHECK_RELATION_BLOCK_RANGE macro, which was not...
2007-07-15 Tom LaneFix a passel of signed vs unsigned char warnings.
2007-07-15 Tom LaneSilence a rather odd compiler warning. In passing...
2007-07-15 Tom LaneAvoid possibly-unportable initializer, per buildfarm...
2007-07-15 Tom LaneChange a couple of exit(0) to return 0 to suppress...
2007-07-15 Tom LaneSilence Solaris compiler warnings, per buildfarm.
2007-07-15 Tom LaneSilence Solaris compiler warning, per buildfarm.
2007-07-15 Tom LaneFix compile warning on Solaris, per buildfarm. (Why...
2007-07-15 Tom LaneFix possible portability problem, per buildfarm warnings.
2007-07-15 Tom LaneFix unportable use of isspace(), per buildfarm results.
2007-07-15 Tom LaneBecause plpgsql's scanner uses %option case-insensitive...
2007-07-15 Tom LaneReject zero or negative BY step in plpgsql integer...
2007-07-15 Tom LaneNote incompatibility with Oracle's version of FOR ...
2007-07-14 Tom LaneEditorial overhaul of plpgsql documentation. Provide...
2007-07-14 Magnus HaganderSupport for finding gssapi functions in the library...
2007-07-13 Tom LaneVolatile-qualify a dozen variables in plpython.c to...
2007-07-13 Tom LaneFix map_sql_typecoll_to_xmlschema_types() to not fail...
2007-07-13 Tom LaneAdd casts to suppress warnings about m68k-specific...
2007-07-12 Tom LaneFix a portability bug (ye olde not casting a <ctype...
2007-07-12 Tom LaneGet dirmod.c on the same page as port.h about whether...
2007-07-12 Neil ConwayFixup the indentation of a comment that was mangled...
2007-07-12 Tom LaneSimplify overly-cute array coding to avoid an apparent...
2007-07-12 Tom LaneSuppress Sun Studio warnings, per Stefan.
2007-07-12 Tom LaneSuppress an integer-overflow warning.
2007-07-12 Tom LaneSome of our port-specific dynloader implementations...
2007-07-12 Tom LaneCompute max and min int8 values using unsigned arithmet...
2007-07-12 Tom LaneFix some warnings (probably actual bugs) generated...
2007-07-12 Tom LaneFix mistaken Assert in adjust_appendrel_attr_needed...
2007-07-12 Magnus HaganderSilence compile warning on win32, per Stefan and Buildfarm.
2007-07-12 Magnus HaganderEnable GSSAPI to build using MSVC. Always build GSSAPI...
2007-07-12 Magnus HaganderSupport GSSAPI builds where the header is <gssapi.h...
2007-07-12 Magnus HaganderFix freenig of names in Kerberos when using MIT - need...
2007-07-11 Tom LaneSuppress a warning that some versions of gcc emit about...
2007-07-11 Magnus HaganderA bunch of GSSAPI fixes per comments from Tom:
2007-07-10 Tom LaneAdd note that building from CVS requires bison and...
2007-07-10 Tom LaneFix misspelling.
2007-07-10 Magnus HaganderAdd support for GSSAPI authentication.
2007-07-10 Tom LaneAdjust processSQLNamePattern() so that $ within the...
2007-07-09 Tom LaneFix stddev_pop(numeric) and var_pop(numeric), which...
2007-07-09 Tom LaneFix single-user mode so that interrupts (particularly...
2007-07-09 Tom LaneMinor copy-editing.
2007-07-08 Tom LaneRemove the pgstat_drop_relation() call from smgr_intern...
2007-07-08 Tom LaneGet rid of client-code dependencies on the exact text...
2007-07-08 Tom LaneCloser code review for PQconnectionUsedPassword() patch...
2007-07-08 Tom LaneFix broken markup.
2007-07-08 Joe ConwayRestrict non-superusers to password authenticated conne...
2007-07-08 Joe ConwayArrange for the authentication request type to be prese...
2007-07-08 Bruce MomjianRemove TODO.detail/win32intr, no longer needed.
2007-07-08 Bruce MomjianRemove, per Magnus:
2007-07-07 Tom LaneFix a couple of planner bugs introduced by the new...
2007-07-07 Magnus HaganderMove parse.h into src/backend on msvc, which is where...
2007-07-06 Jan WieckChanged new \usleep command into \sleep with an optiona...
2007-07-06 Jan WieckAdded a new scripting meta command
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...
next