OSDN Git Service

pg-rex/syncrep.git
2010-11-18 Robert HaasDocument the dummy_seclabel contrib module.
2010-11-17 Tom LaneMake TRUNCATE ... RESTART IDENTITY restart sequences...
2010-11-17 Peter EisentrautAdditional fixes for parallel make
2010-11-17 Andrew DunstanRequire VALUE keyword when extending an enum type....
2010-11-16 Magnus HaganderSend paramHandle to subprocesses as 64-bit on Win64
2010-11-16 Heikki LinnakangasThe GiST scan algorithm uses LSNs to detect concurrent...
2010-11-15 Tom LaneFix aboriginal mistake in plpython's set-returning...
2010-11-15 Robert HaasAdd new buffers_backend_fsync field to pg_stat_bgwriter.
2010-11-15 Robert HaasRemove outdated comments from the regression test files.
2010-11-15 Robert HaasFix copy-and-pasteo a little more completely.
2010-11-15 Alvaro HerreraFix copy-and-pasteo.
2010-11-15 Simon RiggsAvoid spurious Hot Standby conflicts from btree delete...
2010-11-15 Tom LaneAdjust comments about what's needed to avoid make 3...
2010-11-15 Robert HaasCorrect poor grammar in comment.
2010-11-15 Robert HaasFix bug in cube picksplit algorithm.
2010-11-15 Robert HaasCleanup various comparisons with the constant "true".
2010-11-14 Tom LaneFix canAcceptConnections() bugs introduced by replicati...
2010-11-14 Tom LaneWork around make 3.80 bug with long expansions of ...
2010-11-13 Tom LaneAdd missing outfuncs.c support for struct InhRelation.
2010-11-13 Andrew DunstanAttempt to fix MSVC builds broken by parallel make...
2010-11-12 Robert HaasMove copydir() prototype into its own header file.
2010-11-12 Tom LaneFix old oversight in const-simplification of COALESCE...
2010-11-12 Peter EisentrautImproved parallel make support
2010-11-12 Peter Eisentrautdocs -> documentation
2010-11-12 Heikki LinnakangasAdd missing support for removing foreign data wrapper...
2010-11-11 Heikki LinnakangasFix bug introduced by the recent patch to check that...
2010-11-10 Tom LaneFix line_construct_pm() for the case of "infinite"...
2010-11-10 Bruce MomjianMention that pg_upgrade requires compatible 32/64-bit...
2010-11-10 Robert HaasAdd monitoring function pg_last_xact_replay_timestamp.
2010-11-10 Itagaki TakahiroDon't use __declspec (dllimport) for PGDLLEXPORT to...
2010-11-09 Alvaro HerreraMerge docs for CREATE CONSTRAINT TRIGGER and CREATE...
2010-11-09 Tom LaneImprove pg_ctl's man page.
2010-11-09 Tom LaneRepair memory leakage while ANALYZE-ing complex index...
2010-11-09 Heikki LinnakangasIn rewriteheap.c (used by VACUUM FULL and CLUSTER)...
2010-11-09 Alvaro Herreraplpython has plpy.Error instead of plpy.ERROR
2010-11-09 Tom LaneFix error handling in temp-file deletion with log_temp_...
2010-11-08 Alvaro HerreraFix permanent memory leak in autovacuum launcher
2010-11-08 Tom LaneUse appendrel planning logic for top-level UNION ALL...
2010-11-07 Tom LanePrevent invoking I/O conversion casts via functional...
2010-11-07 Tom LaneImplement an "S" option for psql's \dn command.
2010-11-06 Tom LaneAdd support for detecting register-stack overrun on...
2010-11-06 Tom LaneMake get_stack_depth_rlimit() handle RLIM_INFINITY...
2010-11-04 Tom LaneInclude the current value of max_stack_depth in stack...
2010-11-04 Tom LaneAllow moddatetime's target column to be of type timesta...
2010-11-04 Tom LaneUse appendStringInfoString() where appropriate in elog.c.
2010-11-04 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2010-11-03 Tom LaneReduce recursion depth in recently-added regression...
2010-11-03 Tom LaneUse only one hash entry for all instances of a pltcl...
2010-11-03 Peter EisentrautPrint a make warning when using GNU make older than...
2010-11-02 Tom LaneFix adjust_semi_join to be more cautious about clausele...
2010-11-02 Tom LaneFix buffer overrun in pg_upgrade.
2010-11-02 Tom LaneEnsure an index that uses a whole-row Var still depends...
2010-11-02 Michael MeskesSome cleanup in ecpg code:
2010-11-02 Heikki LinnakangasBootstrap WAL to begin at segment logid=0 logseg=1...
2010-11-01 Tom LaneAvoid using a local FunctionCallInfoData struct in...
2010-11-01 Heikki LinnakangasFix corner-case bug in tracking of latest removed WAL...
2010-10-31 Tom LaneRevert removal of trigger flag from plperl function...
2010-10-31 Tom LaneProvide hashing support for arrays.
2010-10-30 Peter EisentrautChange version number in release notes to 9.1alpha2
2010-10-30 Peter EisentrautLast-minute updates to 9.1alpha2 release notes
2010-10-29 Tom LaneFix comparisons of pointers with zero to compare with...
2010-10-29 Tom LaneOops, missed one fix for EquivalenceClass rearrangement.
2010-10-29 Tom LaneAvoid creation of useless EquivalenceClasses during...
2010-10-29 Heikki LinnakangasGive a more specific error message if you try to COMMIT...
2010-10-29 Andrew DunstanAllow generic record arguments to plperl functions
2010-10-28 Peter EisentrautAdd tab completion for psql \dg and \z
2010-10-28 Peter EisentrautMake \? output of \dg and \du the same
2010-10-28 Tom LaneSave a few cycles in plpgsql simple-expression initiali...
2010-10-28 Tom LaneFix plpgsql's handling of "simple" expression evaluation.
2010-10-28 Peter EisentrautRelease notes for 9.1alpha2
2010-10-28 Peter EisentrautRemove obsolete release-alpha.sgml
2010-10-28 Peter EisentrautRemove tabs from SGML
2010-10-28 Robert HaasRevert "Correct WAL space calculation formula in docs."
2010-10-28 Robert HaasReorganize OS-specific details about write caching...
2010-10-27 Tom LanePrevious patch had no detectable virtue other than...
2010-10-27 Heikki LinnakangasFix long-standing segfault when accept() or one of...
2010-10-27 Tom LaneFix up some oversights in psql's Unicode-escape support.
2010-10-27 Robert HaasNote that effective_io_concurrency only affects bitmap...
2010-10-27 Robert HaasAdd a client authentication hook.
2010-10-26 Robert HaasMinor fixups for psql's process_file() function.
2010-10-26 Heikki LinnakangasNote explicitly that hash indexes are also not replicat...
2010-10-26 Robert HaasFix dumb typo in SECURITY LABEL error message.
2010-10-26 Heikki LinnakangasBefore removing backup_label and irrevocably changing...
2010-10-26 Peter EisentrautAdd missing newlines at end of files
2010-10-26 Itagaki TakahiroFix typos "are are".
2010-10-26 Itagaki TakahiroAdd .gitignore for contrib/uuid-ossp.
2010-10-25 Peter EisentrautRefactor typenameTypeId()
2010-10-25 Tom LaneFix overly-enthusiastic Assert in printing of Param...
2010-10-25 Tom LaneFix inline_set_returning_function() to preserve the...
2010-10-25 Alvaro Herrerafind -path is not portable, so use grep -v instead.
2010-10-25 Tom LaneWork around rounding misbehavior exposed by buildfarm.
2010-10-25 Andrew DunstanRemove unnecessary use of trigger flag to hash plperl...
2010-10-25 Tom LaneAllow new values to be added to an existing enum type.
2010-10-24 Peter EisentrautSupport suffix matching of host names in pg_hba.conf
2010-10-22 Robert HaasCorrect a mistake in levenshtein_less_equal() multibyte...
2010-10-22 Heikki LinnakangasAdd semicolon, missed in previous patch. And update...
2010-10-22 Heikki LinnakangasMake OFF keyword unreserved. It's not hard to imagine...
2010-10-21 Bruce MomjianMention limited usefulness of .pgpass database field.
2010-10-21 Tom LaneImprove handling of domains over arrays.
2010-10-20 Tom LaneRemove obsolete comment, per Josh Kupershmidt.
next