OSDN Git Service

pg-rex/syncrep.git
2011-04-19 Peter EisentrautRefix the unaccent regression test on MSVC properly
2011-04-19 Peter EisentrautTreat config.pl as optional in vcregress.pl
2011-04-19 Peter EisentrautFix typo
2011-04-19 Peter EisentrautAdd gitignore entries for Windows MSVC builds
2011-04-19 Peter EisentrautAvoid unused variable warnings for certain configurations
2011-04-19 Tom LaneRefrain from canonicalizing a client_encoding setting...
2011-04-19 Andrew DunstanSilence compiler warning about casting HANDLE to long...
2011-04-19 Heikki LinnakangasSilence compiler warning about unused variable on Windows.
2011-04-18 Tom LaneFix handling of collations in multi-row VALUES constructs.
2011-04-18 Robert HaasOnly allow typed tables to hang off composite types...
2011-04-18 Andrew DunstanAttempt to remedy buildfarm breakage caused by commit...
2011-04-18 Robert HaasrecoveryStopsHere() must check the resource manager ID.
2011-04-17 Tom LaneFix assorted infelicities in collation handling in...
2011-04-17 Tom LaneDocument COLLATE option in CREATE TYPE reference page.
2011-04-17 Tom LaneFix pg_dump to handle collations applied to columns...
2011-04-17 Tom LaneAdd check for matching column collations in ALTER TABLE...
2011-04-17 Tom LaneSupport a COLLATE clause in plpgsql variable declarations.
2011-04-17 Tom Laneforeach() and list_delete() don't mix.
2011-04-16 Tom LaneAdd an Assert that indexam.c isn't used on an index...
2011-04-16 Tom LaneSimplify reindex_relation's API.
2011-04-16 Tom LaneClean up collation processing in prepunion.c.
2011-04-16 Peter EisentrautSet client encoding explicitly in plpython_unicode...
2011-04-16 Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-15 Tom LaneSuppress unused-function warning on non-WIN32 builds.
2011-04-15 Tom LaneGuard against incoming rowcount estimate of NaN in...
2011-04-15 Heikki Linnakangassetlocale() on Windows doesn't work correctly if the...
2011-04-15 Heikki LinnakangasOn Windows, if the encoding implied by locale is not...
2011-04-15 Magnus HaganderNote that Bison on GnuWin32 has trouble with paths...
2011-04-15 Magnus HaganderSpecify which versions of the Platform SDK are supported
2011-04-15 Heikki LinnakangasReduce the initial size of local lock hash to 16 entries.
2011-04-15 Peter EisentrautRename pg_regress option --multibyte to --encoding
2011-04-14 Tom LaneUpdate release notes for releases 9.0.4, 8.4.8, 8.3...
2011-04-14 Robert HaasAdvise Debian/Ubuntu users to use openjade1.3.
2011-04-14 Robert HaasRemove obsolete comment.
2011-04-14 Robert HaasFix toast table creation.
2011-04-13 Tom LaneEnsure mark_dummy_rel doesn't create dangling pointers...
2011-04-13 Tom LaneUpdate time zone data files to tzdata release 2011f.
2011-04-13 Robert HaasAvoid incorrectly granting replication to roles created...
2011-04-13 Heikki LinnakangasOn HP/UX, the structs used by ioctl(SIOCGLIFCONF) are...
2011-04-13 Heikki LinnakangasRevert the patch to check if we've reached end-of-backu...
2011-04-13 Heikki LinnakangasOn IA64 architecture, we check the depth of the registe...
2011-04-13 Tom LaneAdd some useful cross-references to the CREATE EXTENSIO...
2011-04-12 Tom LanePass collations to functions in FunctionCallInfoData...
2011-04-12 Tom LaneSuppress compiler warnings about "value computed is...
2011-04-12 Tom LaneBe more wary of missing statistics in eqjoinsel_semi().
2011-04-12 Tom LaneFix RI_Initial_Check to use a COLLATE clause when neede...
2011-04-11 Peter EisentrautClean up most -Wunused-but-set-variable warnings from...
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
next