OSDN Git Service

Avoid creating init fork for unlogged indexes when it already exists.
[pg-rex/syncrep.git] / src /
2011-06-02 Robert HaasAvoid creating init fork for unlogged indexes when...
2011-06-02 Tom LaneImplement getpeereid() as a src/port compatibility...
2011-06-01 Tom LaneAllow hash joins to be interrupted while searching...
2011-06-01 Tom LaneFurther improvements in pg_ctl's new wait-for-postmaste...
2011-05-31 Tom LaneProtect GIST logic that assumes penalty values can...
2011-05-31 Peter EisentrautRecode non-ASCII characters in source to UTF-8
2011-05-31 Tom LaneReplace use of credential control messages with getsock...
2011-05-30 Tom LaneFix portability bugs in use of credentials control...
2011-05-30 Tom LaneFix VACUUM so that it always updates pg_class.reltuples...
2011-05-30 Peter EisentrautSuppress foreign data wrappers and foreign servers...
2011-05-30 Magnus HaganderRefuse "local" lines in pg_hba.conf on platforms that...
2011-05-30 Magnus HaganderDon't include local line on platforms without support
2011-05-30 Heikki LinnakangasThe row-version chaining in Serializable Snapshot Isola...
2011-05-30 Alvaro HerreraMake message more consistent
2011-05-30 Alvaro HerreraRemove usage of &PL_sv_undef in hashes and arrays
2011-05-29 Peter EisentrautAdd pg_basebackup -z option for compression with defaul...
2011-05-28 Peter EisentrautAllow pg_basebackup compressed tar output to stdout
2011-05-28 Peter EisentrautAvoid compiler warning when building without zlib
2011-05-28 Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-28 Alvaro HerreraRemove unused variable
2011-05-27 Tom LaneImprove corner cases in pg_ctl's new wait-for-postmaste...
2011-05-27 Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-05-27 Heikki LinnakangasCheck the return code of pthread_create(). Otherwise...
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-25 Tom LaneSuppress extensions in partial dumps.
2011-05-25 Peter EisentrautPut options in some sensible order
2011-05-25 Andrew DunstanConvert builddoc.bat into a perl script that actually...
2011-05-25 Bruce MomjianAdd C comment about why we don't spell out "month"...
2011-05-24 Tom LaneGrammar cleanup for src/test/isolation/README
2011-05-24 Tom LaneCleanup for pull-up-isReset patch.
2011-05-24 Peter EisentrautAdd a "local" replication sample entry
2011-05-24 Peter EisentrautMessage improvements
2011-05-24 Tom LaneAvoid uninitialized bits in the result of QTN2QT().
2011-05-23 Tom LaneMake plpgsql complain about conflicting IN and OUT...
2011-05-23 Heikki LinnakangasFix integer overflow in text_format function, reported...
2011-05-23 Robert HaasImprove hash_array() logic for combining hash values.
2011-05-23 Peter EisentrautMessage style improvements
2011-05-23 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
2011-05-23 Andrew DunstanRemove spurious underscore in name of isolation tester...
2011-05-22 Andrew DunstanUse the right pgsql for isolation tests.
2011-05-22 Tom LaneMake plpgsql provide the typmods for its variables...
2011-05-22 Peter EisentrautMessage style improvements
2011-05-21 Peter EisentrautMessage improvement
2011-05-21 Heikki LinnakangasPull up isReset flag from AllocSetContext to MemoryCont...
2011-05-21 Heikki LinnakangasReset per-tuple memory context between every row in...
2011-05-21 Heikki LinnakangasIn binary-upgrade mode, dump dropped attributes of...
2011-05-20 Peter EisentrautMessage style improvements
2011-05-19 Peter EisentrautRename pg_dump --no-security-label to --no-security...
2011-05-19 Peter EisentrautFix untranslatable assembly of libpq connection failure...
2011-05-19 Peter EisentrautConsistent spacing for lengthy error messages
2011-05-19 Magnus HaganderAdd example for replication in pg_hba.conf
2011-05-19 Robert HaasFix race condition in CheckTargetForConflictsIn.
2011-05-19 Alvaro HerreraFix declaration of $_TD in "strict" trigger functions
2011-05-18 Peter EisentrautSpell checking and markup refinement
2011-05-16 Tom LaneFix pg_dump's handling of extension-member casts and...
2011-05-16 Andrew DunstanQuote isolationtester command name so Windows will...
2011-05-16 Andrew DunstanAdd required psqldir setting for isolation checks.
2011-05-15 Andrew DunstanFix bad macro call noticed by MSVC compiler.
2011-05-15 Andrew DunstanAdd missing check function lookup.
2011-05-15 Andrew DunstanBuild and run isolation test programs under MSVC.
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-05-12 Robert HaasKill stray "not".
2011-05-12 Tom LaneFix write-past-buffer-end in ldapServiceLookup().
2011-05-12 Alvaro HerreraFix assorted typos
2011-05-11 Tom LaneSplit PGC_S_DEFAULT into two values, for true boot_val...
2011-05-11 Tom LaneClean up parsing of CREATE TRIGGER's argument list.
2011-05-11 Heikki LinnakangasShut down WAL receiver if it's still running at end...
2011-05-11 Tom LanePrevent datebsearch() from crashing on base == NULL...
2011-05-10 Bruce MomjianFor create/dropdb, only connect once to the server...
2011-05-10 Tom LaneAdjust documentation with respect to "unknown" timezone...
2011-05-10 Tom LaneBe more wary in initdb's creation of platform-dependent...
2011-05-09 Tom LaneRemove "make check" target in src/test/isolation/Makefile.
2011-05-09 Bruce MomjianAdd C comment about the fact that the autovacuum limit...
2011-05-08 Tom LaneFix some portability issues in isolation regression...
2011-05-07 Robert HaasAdd comment about memory reordering to PredicateLockTup...
2011-05-06 Tom LaneMove RegisterPredicateLockingXid() call to a safer...
2011-05-06 Tom LaneRemove precedence labeling of keywords TRUE, FALSE...
2011-05-05 Magnus HaganderUnbreak the regression tests from my previous commit
2011-05-05 Magnus HaganderClarify error message when attempting to create index...
2011-05-04 Peter EisentrautRemove redundant port number check
2011-05-04 Peter EisentrautMessage style cleanup
2011-05-04 Peter EisentrautFix alignment of --help output
2011-05-02 Tom LaneFix pull_up_sublinks' failure to handle nested pull...
2011-05-02 Tom LaneImprove aset.c's space management in contexts with...
2011-05-01 Peter EisentrautCatch errors in for loop in makefile
2011-05-01 Peter EisentrautRewrite installation makefile rules without for loops
2011-05-01 Tom LaneMake CLUSTER lock the old table's toast table before...
2011-04-30 Bruce MomjianLowercase status labels in pg_stat_replication view.
2011-04-29 Tom LaneRemove special case for xmin == xmax in HeapTupleSatisf...
2011-04-29 Tom LaneRewrite pg_size_pretty() to avoid compiler bug.
2011-04-28 Andrew DunstanUse non-literal format for possibly non-standard strfti...
2011-04-28 Andrew DunstanAdd some casts to try to silence most of the remaining...
2011-04-28 Andrew DunstanUse a macro variable PG_PRINTF_ATTRIBUTE for the style...
2011-04-27 Tom LaneTag 9.1beta1.
2011-04-27 Peter EisentrautFix binary upgrade of altered typed tables
2011-04-27 Andrew DunstanRevert "Force use of "%I64d" format for 64 bit ints...
2011-04-27 Magnus Hagandertimeline is not needed in BaseBackup()
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...
next