summaryrefslogtreecommitdiff
path: root/src/backend
AgeCommit message (Expand)Author
2012-02-08Throw error sooner for unlogged GiST indexes.Tom Lane
2012-02-06Fix postmaster to attempt restart after a hot-standby crash.Tom Lane
2012-02-06Avoid throwing ERROR during WAL replay of DROP TABLESPACE.Tom Lane
2012-02-06Avoid problems with OID wraparound during WAL replay.Tom Lane
2012-02-05Fix transient clobbering of shared buffers during WAL replay.Tom Lane
2012-02-01Resolve timing issue with logging locks for Hot Standby.Simon Riggs
2012-01-30Accept a non-existent value in "ALTER USER/DATABASE SET ..." command.Heikki Linnakangas
2012-01-29Fix pushing of index-expression qualifications through UNION ALL.Tom Lane
2012-01-29Fix handling of init_plans list in inheritance_planner().Tom Lane
2012-01-28Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane
2012-01-18Fix corner case in cleanup of transactions using SSI.Heikki Linnakangas
2012-01-12Fix CLUSTER/VACUUM FULL for toast values owned by recently-updated rows.Tom Lane
2012-01-06Fix variable confusion in BufferSync().Robert Haas
2012-01-04Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane
2012-01-02Fix coerce_to_target_type for coerce_type's klugy handling of COLLATE.Tom Lane
2011-12-21Update per-column ACLs, not only per-table ACL, when changing table owner.Tom Lane
2011-12-21Fix gincostestimate to handle ScalarArrayOpExpr reasonably.Tom Lane
2011-12-20Avoid crashing when we have problems unlinking files post-commit.Tom Lane
2011-12-12Revert the behavior of inet/cidr functions to not unpack the arguments.Heikki Linnakangas
2011-12-09Don't set reachedMinRecoveryPoint during crash recovery. In crash recovery,Heikki Linnakangas
2011-12-07Fix corner cases in readlink() usage.Tom Lane
2011-12-07Avoid using readlink() on platforms that don't support itMagnus Hagander
2011-12-01Translation updatesPeter Eisentraut
2011-12-01Fix getTypeIOParam to support type record[].Tom Lane
2011-11-30Tweak previous patch to ensure edata->filename always gets initialized.Tom Lane
2011-11-30Strip file names reported in error messages in vpath buildsPeter Eisentraut
2011-11-30Prevent autovacuum transactions from running in serializable mode.Tom Lane
2011-11-29Disallow deletion of CurrentExtensionObject while running extension script.Tom Lane
2011-11-28Ensure that whole-row junk Vars are always of composite type.Tom Lane
2011-11-25Fix erroneous replay of GIN_UPDATE_META_PAGE WAL records.Tom Lane
2011-11-19Avoid floating-point underflow while tracking buffer allocation rate.Tom Lane
2011-11-09Wrap appendrel member outputs in PlaceHolderVars in additional cases.Tom Lane
2011-11-08Make DatumGetInetP() unpack inet datums with a 1-byte header, and addHeikki Linnakangas
2011-11-05Don't assume that a tuple's header size is unchanged during toasting.Tom Lane
2011-11-03Fix inline_set_returning_function() to allow multiple OUT parameters.Tom Lane
2011-11-03Fix handling of PlaceHolderVars in nestloop parameter management.Tom Lane
2011-11-02Revert "Stop btree indexscans upon reaching nulls in either direction."Tom Lane
2011-11-02Derive oldestActiveXid at correct time for Hot Standby.Simon Riggs
2011-11-02Start Hot Standby faster when initial snapshot is incomplete.Simon Riggs
2011-11-02Fix timing of Startup CLOG and MultiXact during Hot StandbySimon Riggs
2011-11-01Fix race condition with toast table access from a stale syscache entry.Tom Lane
2011-10-31Stop btree indexscans upon reaching nulls in either direction.Tom Lane
2011-10-29Fix assorted bogosities in cash_in() and cash_out().Tom Lane
2011-10-26Change FK trigger creation order to better support self-referential FKs.Tom Lane
2011-10-23Don't trust deferred-unique indexes for join removal.Tom Lane
2011-10-22Fix overly-complicated usage of errcode_for_file_access().Heikki Linnakangas
2011-10-21More cleanup after failed reduced-lock-levels-for-DDL feature.Tom Lane
2011-10-21Fix DROP OPERATOR FAMILY IF EXISTS.Robert Haas
2011-10-20Simplify and improve ProcessStandbyHSFeedbackMessage logic.Tom Lane
2011-10-18Exclude postmaster.opts from base backupsMagnus Hagander