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