OSDN Git Service

Have pg_upgrade properly preserve relfrozenxid in toast tables.
[pg-rex/syncrep.git] / src /
2011-04-08 Bruce MomjianHave pg_upgrade properly preserve relfrozenxid in toast...
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 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 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 EisentrautAdd traceback information to PL/Python errors
2011-04-05 Robert HaasRepair some flakiness in CheckTargetForConflictsIn.
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 Alvaro HerreraUpdate MSVC toolchain to match SGML entity uppercasing
2011-04-04 Robert HaasMerge synchronous_replication setting into synchronous_...
2011-04-04 Robert HaasInclude pid in pg_lock_status() results even for SIREAD...
2011-04-04 Robert HaasRearrange "add column" logic to merge columns at exec...
2011-04-03 Robert HaasAvoid possible hang during smart shutdown.
2011-04-02 Tom LaneFix typo in PQconnectStartParams().
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 LinnakangasImprove error message when WAL ends before reaching...
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-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-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-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...
2011-03-25 Tom LaneFix failure to propagate collation in negate_clause().
2011-03-25 Tom LaneFix collation handling in plpgsql functions.
2011-03-25 Robert HaasMake walreceiver send a reply after receiving data...
2011-03-25 Tom LaneFix handling of collation in SQL-language functions.
2011-03-24 Robert HaasAdd post-creation hook for extensions, consistent with...
2011-03-24 Tom LaneClean up handling of COLLATE clauses in index column...
2011-03-23 Simon RiggsMinor changes to recovery pause behaviour.
2011-03-23 Robert HaasRemove synchronous_replication/max_wal_senders cross...
2011-03-23 Simon RiggsPrevent intermittent hang in recovery from bgwriter...
2011-03-22 Simon RiggsMake FKs valid at creation when added as column constra...
2011-03-22 Tom LaneMake initdb ignore locales for client-only encodings.
2011-03-22 Tom LaneImprove reporting of run-time-detected indeterminate...
2011-03-22 Tom LaneThrow error for indeterminate collation of an ORDER...
2011-03-22 Tom LaneAvoid potential deadlock in InitCatCachePhase2().
2011-03-22 Tom LaneReimplement planner's handling of MIN/MAX aggregate...
2011-03-21 Heikki LinnakangasWhen two base backups are started at the same time...
2011-03-20 Tom LaneAdd some platform-independent tests for the collation...
2011-03-20 Tom LaneSuppress platform-dependent unused-variable warning.
2011-03-20 Tom LaneFix up handling of C/POSIX collations.
2011-03-20 Tom LaneRevise collation derivation method and expression-tree...
2011-03-19 Magnus HaganderRename ident authentication over local connections...
2011-03-19 Magnus HaganderProperly clear the verbose output of pg_basebackup
2011-03-19 Robert HaasFix possible "tuple concurrently updated" error in...
2011-03-19 Robert HaasMove synchronous_standbys_defined updates from WAL...
2011-03-19 Robert HaasWoops. Previous patch to remove -X options missed...
2011-03-18 Robert HaasMake synchronous replication query cancel/die messages...
2011-03-18 Robert HaasRemove ancient -X options to pg_dump, pg_dumpall, pg_re...
2011-03-18 Robert HaasRemove bogus semicolons in recoveryPausesHere.
2011-03-17 Robert HaasRemove bogus comment.
2011-03-17 Alvaro HerreraFix PL/Python memory leak involving array slices
2011-03-17 Peter EisentrautRaise maximum value of several timeout parameters
2011-03-17 Robert HaasAdd pause_at_recovery_target to recovery.conf.sample...
2011-03-17 Robert HaasFix various possible problems with synchronous replication.
2011-03-17 Andrew DunstanUse correct PATH separator for Cygwin in pg_regress.c.
2011-03-16 Robert HaasTab completion for \pset format and \pset linestyle.
2011-03-16 Tom LaneImprove handling of unknown-type literals in UNION...
2011-03-16 Bruce MomjianAdd hint suggesting the use of EXECUTE CREATE TABLE...
2011-03-15 Bruce MomjianAdd database comments to template0 and postgres databas...
2011-03-15 Robert HaasRemove 13 keywords that are used only for ROLE options.
2011-03-14 Magnus HaganderRemove special case allowing parameters to ident auth...
2011-03-14 Tom LaneAdjust regression test to avoid platform-dependent...
2011-03-14 Bruce MomjianRemove duplicate time-based macros recently added.
2011-03-13 Tom LaneSimplify list traversal logic in add_path().
2011-03-12 Tom LaneMake all comparisons done for/with statistics use the...
2011-03-12 Bruce MomjianUse "backend process" rather than "backend server"...
2011-03-12 Bruce MomjianUse macros for time-based constants, rather than constants.
2011-03-12 Peter EisentrautAdd test case for collation mismatch in recursive query
2011-03-12 Tom LaneOn further reflection, we'd better do the same in int.c.
2011-03-11 Tom LanePut in some more safeguards against executing a divisio...
2011-03-11 Tom LaneSplit CollateClause into separate raw and analyzed...
2011-03-11 Tom LaneCreate an explicit concept of collations that work...
2011-03-11 Heikki LinnakangasIn ecpg preprocessor, don't try to look up constants...
2011-03-11 Bruce MomjianUpdate C comment about O_DIRECT and fsync().
2011-03-11 Bruce MomjianAdd comment to tools/git-external-diff.
next