OSDN Git Service

pg-rex/syncrep.git
2011-04-27 Tom LaneFix array- and path-creating functions to ensure paddin...
2011-04-27 Andrew DunstanRevert "Remove hard coded formats for INT64 and use...
2011-04-27 Andrew DunstanRemove hard coded formats for INT64 and use configured...
2011-04-27 Andrew DunstanForce use of "%I64d" format for 64 bit ints on MinGW.
2011-04-27 Andrew DunstanUse an explicit format string to keep the compiler...
2011-04-27 Bruce MomjianDoc wording improvement for NUMERIC limit paragraph.
2011-04-27 Bruce MomjianReword documentation for NUMERIC with no specified...
2011-04-26 Tom LaneRephrase some not-supported error messages in pg_hba...
2011-04-26 Tom LaneComplain if pg_hba.conf contains "hostssl" but SSL...
2011-04-26 Bruce MomjianClarify that a non-specified precision NUMERIC has...
2011-04-26 Bruce MomjianNow that pg_upgrade uses -w in pg_ctl, remove loop...
2011-04-26 Bruce MomjianIn pg_upgrade, avoid one start/stop of the postmaster...
2011-04-26 Tom LaneRemove incorrect HINT for use of ALTER FOREIGN TABLE...
2011-04-25 Robert HaasRefactor broken CREATE TABLE IF NOT EXISTS support.
2011-04-25 Robert HaasRemove partial and undocumented GRANT .. FOREIGN TABLE...
2011-04-25 Tom LaneFix pg_size_pretty() to avoid overflow for inputs close...
2011-04-25 Peter EisentrautSupport "make check" in contrib
2011-04-25 Andrew DunstanUse terse mode to avoid variable order dependency outpu...
2011-04-25 Andrew DunstanAssorted minor changes to silence Windows compiler...
2011-04-25 Andrew DunstanPrevent perl header overriding our *snprintf macros...
2011-04-25 Andrew DunstanGive getopt() a prototype and modern style arg specs.
2011-04-25 Bruce MomjianAdd postmaster/postgres undocumented -b option for...
2011-04-25 Robert HaasAdd fast paths for cases when no serializable transacti...
2011-04-25 Robert HaasRegression tests for TOAST.
2011-04-25 Robert HaasFix SSI-related assertion failure.
2011-04-25 Andrew DunstanAdjust yywrap macro for non-reentrant scanners for...
2011-04-25 Michael MeskesIn libecpg do not set an sqlda field that is 'reserved...
2011-04-24 Peter EisentrautNormalize whitespace in the arguments of <indexterm>
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-24 Bruce MomjianIn pg_upgrade, only compile copy_file() on non-Win32...
2011-04-23 Tom LaneImprove findoidjoins to cover more cases.
2011-04-23 Andrew DunstanSilence a few compiler warnings from gcc on MinGW.
2011-04-23 Tom LaneUpdate oidjoins regression test for 9.1 catalog schema...
2011-04-23 Tom LaneHash indexes had better pass the index collation to...
2011-04-23 Tom LaneAdjust comments about collate.linux.utf8 regression...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-23 Tom LaneFix contrib/btree_gist to handle collations properly.
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-22 Tom LaneDe-kludge contrib/btree_gin for collations.
2011-04-22 Peter EisentrautSmall update to emacs example configuration
2011-04-22 Peter EisentrautAdd fill-column setting to emacs example configurations
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
2011-04-22 Bruce MomjianImprove doc wording for SQL syntax of LIMIT/OFFSET.
2011-04-21 Tom LaneAvoid possible divide-by-zero in gincostestimate.
2011-04-21 Robert HaasAllow ALTER TYPE .. ADD ATTRIBUTE .. CASCADE to recurse...
2011-04-21 Robert HaasFix use of incorrect constant RemoveRoleFromObjectACL.
2011-04-21 Robert HaasTypo fix.
2011-04-21 Robert HaasAllow ALTER TABLE name {OF type | NOT OF}.
2011-04-21 Tom LaneFix bugs in indexing of in-doubt HOT-updated tuples.
2011-04-20 Tom LaneSet indcheckxmin true when REINDEX fixes an invalid...
2011-04-20 Tom LaneMake plan_cluster_use_sort cope with no IndexOptInfo...
2011-04-20 Peter EisentrautFix PL/Python traceback for error in separate file
2011-04-20 Bruce MomjianPg_upgrade C comment addition.
2011-04-20 Heikki LinnakangasQuotes in strings injected into bki file need to escape...
2011-04-20 Bruce MomjianThrow error for mismatched pg_upgrade clusters
2011-04-19 Bruce MomjianAdd C comment
2011-04-19 Tom LaneAvoid changing an index's indcheckxmin horizon during...
2011-04-19 Tom LaneRevert "Prevent incorrect updates of pg_index while...
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...
next