OSDN Git Service

Avoid creating init fork for unlogged indexes when it already exists.
[pg-rex/syncrep.git] / src / backend /
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-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 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-28 Tom LaneFix null-dereference crash in parse_xml_decl().
2011-05-28 Alvaro HerreraRemove unused variable
2011-05-27 Tom LanePreserve caller's memory context in ProcessCompletedNot...
2011-05-26 Tom LaneMake decompilation of optimized CASE constructs more...
2011-05-25 Bruce MomjianAdd C comment about why we don't spell out "month"...
2011-05-24 Tom LaneCleanup for pull-up-isReset patch.
2011-05-24 Peter EisentrautAdd a "local" replication sample entry
2011-05-24 Tom LaneAvoid uninitialized bits in the result of QTN2QT().
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 Tom LaneInstall defenses against overflow in BuildTupleHashTable().
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-20 Peter EisentrautMessage style improvements
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-18 Peter EisentrautSpell checking and markup refinement
2011-05-13 Robert HaasMore cleanup of FOREIGN TABLE permissions handling.
2011-05-12 Robert HaasKill stray "not".
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 Tom LaneAdjust documentation with respect to "unknown" timezone...
2011-05-09 Bruce MomjianAdd C comment about the fact that the autovacuum limit...
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 HaganderClarify error message when attempting to create index...
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 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 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 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 DunstanUse an explicit format string to keep the compiler...
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 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 Andrew DunstanAssorted minor changes to silence Windows compiler...
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 HaasFix SSI-related assertion failure.
2011-04-24 Tom LaneImprove cost estimation for aggregates and window funct...
2011-04-23 Andrew DunstanSilence a few compiler warnings from gcc on MinGW.
2011-04-23 Tom LaneHash indexes had better pass the index collation to...
2011-04-23 Tom LaneFix char2wchar/wchar2char to support collations properly.
2011-04-23 Tom LaneMake GIN and GIST pass the index collation to all their...
2011-04-22 Tom LaneMake a code-cleanup pass over the collations patch.
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-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 Tom LaneRefrain from canonicalizing a client_encoding setting...
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 Robert HaasrecoveryStopsHere() must check the resource manager ID.
2011-04-17 Tom LaneAdd check for matching column collations in ALTER TABLE...
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 Tom LanePrevent incorrect updates of pg_index while reindexing...
2011-04-15 Tom LaneGuard against incoming rowcount estimate of NaN in...
2011-04-15 Heikki LinnakangasReduce the initial size of local lock hash to 16 entries.
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 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-12 Tom LanePass collations to functions in FunctionCallInfoData...
next