OSDN Git Service

pg-rex/syncrep.git
2011-04-11 Tom LaneTeach pattern_fixed_prefix() about collations.
2011-04-11 Heikki LinnakangasTransferPredicateLocksToNewTarget should initialize...
2011-04-11 Heikki LinnakangasFix the size of predicate lock manager's shared memory...
2011-04-10 Tom LaneAdd some more mapping macros for Microsoft wide-charact...
2011-04-10 Tom LaneInsert dummy "break"s to silence compiler complaints.
2011-04-10 Andrew DunstanRemove CRLF line endings in new cube results file.
2011-04-10 Tom LaneTeach regular expression operators to honor collations.
2011-04-10 Andrew DunstanAdjust regression tests on cube and ECPG for MinGW...
2011-04-10 Andrew DunstanDon't make "replication" magical as a user name, only...
2011-04-10 Bruce Momjianpgindent run before PG 9.1 beta 1.
2011-04-09 Tom LaneClean up overly complex code for issuing some related...
2011-04-09 Peter EisentrautAdd collation support on Windows (MSVC build)
2011-04-09 Tom LaneFix ILIKE to honor collation when working in single...
2011-04-09 Tom LaneRemove collate.linux.utf8.sql's assumptions about ...
2011-04-09 Tom LaneAdjust collation determination rules as per discussion.
2011-04-09 Tom LaneDon't show unusable collations in psql's \dO command.
2011-04-09 Andrew DunstanLatest consolidated typedef list from buildfarm.
2011-04-08 Tom LaneClean up minor collation issues in indxpath.c.
2011-04-08 Tom LaneFix make_greater_string to not have an undocumented...
2011-04-08 Robert HaasTruncate the predicate lock SLRU to empty, instead...
2011-04-08 Tom LaneTweak collation setup for GIN index comparison functions.
2011-04-08 Tom LaneAvoid an unnecessary syscache lookup in parse_coerce.c.
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...
next