OSDN Git Service

pg-rex/syncrep.git
2011-04-08 Robert HaasMake psql use pg_table_size instead of pg_relation_size...
2011-04-08 Robert HaasFix bug in propagating ALTER TABLE actions to typed...
2011-04-08 Tom LaneModify initdb to complain only when no usable system...
2011-04-08 Robert HaasPartially roll back overenthusiastic SSI optimization.
2011-04-08 Bruce MomjianHave pg_upgrade properly preserve relfrozenxid in toast...
2011-04-08 Tom LaneAvoid extra whitespace in the arguments of <indexterm>.
2011-04-08 Tom LaneAdd an example of WITH (UPDATE RETURNING) INSERT to...
2011-04-08 Robert HaasFix some sloppiness in new PL/python get_source_line...
2011-04-08 Andrew DunstanAvoid use of mixed slash style paths in arguments to...
2011-04-07 Robert HaasTweaks for SSI out-of-shared memory behavior.
2011-04-07 Tom LaneModernize dlopen interface code for FreeBSD and OpenBSD.
2011-04-07 Peter EisentrautAllow pg_upgrade with PGCLIENTENCODING set
2011-04-07 Tom LaneFix SortTocFromFile() to cope with lines that are too...
2011-04-07 Bruce MomjianPreserve pg_largeobject_metadata.relfrozenxid in pg_upg...
2011-04-07 Bruce MomjianSimplify structure of query used to gather database...
2011-04-07 Tom LaneFix collations when we call transformWhereClause from...
2011-04-07 Tom LaneRevise the API for GUC variable assign hooks.
2011-04-06 Peter EisentrautUpdate regression test files for PL/Python traceback...
2011-04-06 Peter EisentrautReplace the confusing exit_nicely() by an atexit/on_exi...
2011-04-06 Peter EisentrautAdd traceback information to PL/Python errors
2011-04-05 Peter EisentrautUpdate key words table for 9.1
2011-04-05 Robert HaasRepair some flakiness in CheckTargetForConflictsIn.
2011-04-05 Alvaro HerreraChange "Id" to "id" in some SGML tags
2011-04-05 Robert HaasTypo fixes.
2011-04-05 Robert HaasAdd casts from int4 and int8 to numeric.
2011-04-04 Simon RiggsAvoid assuming there will be only 3 states for synchron...
2011-04-04 Simon RiggsCentralise release note items related to recovery and...
2011-04-04 Simon RiggsUpdate comments and credit doc proofreaders
2011-04-04 Alvaro HerreraUpdate MSVC toolchain to match SGML entity uppercasing
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-04-04 Alvaro HerreraUppercase <!ENTITY> and <!DOCTYPE> tags in SGML source
2011-04-04 Robert HaasAdd missing check on invocation of trusted procedures.
2011-04-04 Robert HaasInclude pid in pg_lock_status() results even for SIREAD...
2011-04-04 Alvaro HerreraDuplicate expansion of "direction" from FETCH's synopsi...
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-04-03 Robert HaasImprove documentation on the range of the numeric data...
2011-04-03 Robert HaasRemove mention of using "man" from the tutorial.
2011-04-03 Robert HaasAvoid possible hang during smart shutdown.
2011-04-02 Tom LaneFix typo in PQconnectStartParams().
2011-04-02 Heikki LinnakangasEscape greater than and less than characters in docs.
2011-04-01 Magnus HaganderAvoid palloc before CurrentMemoryContext is set up...
2011-04-01 Robert HaasTab completion for COMMENT ON FOREIGN DATA WRAPPER...
2011-04-01 Robert Haaspg_dump support for comments on FOREIGN DATA WRAPPER...
2011-04-01 Robert HaasSupport comments on FOREIGN DATA WRAPPER and SERVER...
2011-04-01 Robert HaasFix compiler warning.
2011-04-01 Heikki LinnakangasFix two missing spaces in error messages.
2011-03-31 Heikki LinnakangasFix a tiny race condition in predicate locking. Need...
2011-03-31 Heikki LinnakangasIncrease SHMEM_INDEX_SIZE from 32 to 64. We're currentl...
2011-03-31 Heikki LinnakangasDon't leak the temporary PLyProcedure struct we create...
2011-03-31 Heikki LinnakangasReword the phrase on zero replication_timeout in the...
2011-03-31 Heikki LinnakangasImprove error message when WAL ends before reaching...
2011-03-30 Bruce MomjianMention pg_upgrade sets autovacuum_freeze_max_age to...
2011-03-30 Bruce MomjianExpand comment on how pg_upgrade is turning off autovacuum.
2011-03-30 Andrew DunstanAttempt to unbreak windows builds broken by commit...
2011-03-30 Heikki LinnakangasCheck that we've reached end-of-backup also when we...
2011-03-30 Heikki LinnakangasAutomatically terminate replication connections that...
2011-03-30 Heikki LinnakangasAdjust error message, now that we expect other message...
2011-03-29 Peter EisentrautUpdate SQL features list
2011-03-29 Bruce MomjianIn pg_upgrade, add C comment about how autovacuum is...
2011-03-28 Peter EisentrautAdd maintainer-check target
2011-03-28 Peter EisentrautMake duplicate_oids return nonzero exit status if dupli...
2011-03-28 Tom LanePrevent a rowtype from being included in itself.
2011-03-28 Bruce MomjianAdd 9.1 release note link for synchronous replication.
2011-03-28 Robert HaasMark up release notes using <link>.
2011-03-28 Alvaro HerreraAdd missing #include
2011-03-28 Tom LaneGet rid of links that don't work when building HISTORY.
2011-03-28 Robert HaasTypo fix in SSI docs.
2011-03-28 Robert HaasCorrect "characters" to "bytes" in createdb docs.
2011-03-27 Greg Starkfix up a couple non-prototypes of the form foo() to...
2011-03-27 Tom LaneFix check_exclusion_constraint() to insert correct...
2011-03-27 Tom LaneFix plpgsql to release SPI plans when a function or...
2011-03-27 Robert HaasRemove disclaimer stating that fsync=off slows down...
2011-03-27 Robert HaasUpdate release notes for latest commits.
2011-03-26 Tom LaneClean up cruft around collation initialization for...
2011-03-26 Tom LaneMore collations cleanup, from trawling for missed colla...
2011-03-26 Tom LaneClean up a few failures to set collation fields in...
2011-03-26 Simon RiggsAdditional test for each commit in sync rep path to...
2011-03-26 Tom LanePass collation to makeConst() instead of looking it...
2011-03-25 Tom LaneFix failure to propagate collation in negate_clause().
2011-03-25 Tom LaneDocument collation handling in SQL and plpgsql functions.
2011-03-25 Tom LaneFix collation handling in plpgsql functions.
2011-03-25 Robert HaasRemove alpha release notes.
2011-03-25 Robert HaasMake walreceiver send a reply after receiving data...
2011-03-25 Alvaro HerreraFix broken markup, and remove tabs
2011-03-25 Michael MeskesDocumented some ecpg command line options that were...
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-24 Robert HaasAdd post-creation hook for extensions, consistent with...
2011-03-24 Robert HaasEdits to 9.1 release notes.
2011-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-23 Tom LaneImprove user-defined-aggregates documentation.
2011-03-23 Simon RiggsMinor changes to recovery pause behaviour.
2011-03-23 Tom LaneFix ancient typo in user-defined-aggregates documentation.
2011-03-23 Robert HaasRemove synchronous_replication/max_wal_senders cross...
2011-03-23 Simon RiggsPrevent intermittent hang in recovery from bgwriter...
2011-03-23 Peter EisentrautCosmetic capitalization fix
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneMake initdb ignore locales for client-only encodings.
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-22 Tom LaneThrow error for indeterminate collation of an ORDER...
2011-03-22 Tom LaneAvoid potential deadlock in InitCatCachePhase2().
next