index
:
user/sven/postgresql.git
copy-snapshot-fix
master
origin/HEAD
origin/REL2_0B
origin/REL6_4
origin/REL6_5_PATCHES
origin/REL7_0_PATCHES
origin/REL7_1_STABLE
origin/REL7_2_STABLE
origin/REL7_3_STABLE
origin/REL7_4_STABLE
origin/REL8_0_STABLE
origin/REL8_1_STABLE
origin/REL8_2_STABLE
origin/REL8_3_STABLE
origin/REL8_4_STABLE
origin/REL8_5_ALPHA1_BRANCH
origin/REL8_5_ALPHA2_BRANCH
origin/REL8_5_ALPHA3_BRANCH
origin/REL9_0_ALPHA4_BRANCH
origin/REL9_0_ALPHA5_BRANCH
origin/REL9_0_STABLE
origin/REL9_1_STABLE
origin/REL9_2_STABLE
origin/REL9_3_STABLE
origin/REL9_4_STABLE
origin/REL9_5_STABLE
origin/REL9_6_STABLE
origin/REL_10_STABLE
origin/REL_11_STABLE
origin/REL_12_STABLE
origin/REL_13_STABLE
origin/REL_14_STABLE
origin/REL_15_STABLE
origin/REL_16_STABLE
origin/REL_17_STABLE
origin/REL_18_STABLE
origin/Release_1_0_3
origin/WIN32_DEV
origin/ecpg_big_bison
origin/master
PostgreSQL
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2016-08-24
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-07-28
Fix assorted fallout from IS [NOT] NULL patch.
Tom Lane
2014-06-19
Avoid leaking memory while evaluating arguments for a table function.
Tom Lane
2014-05-06
Remove tabs after spaces in C comments
Bruce Momjian
2014-02-17
Avoid repeated name lookups during table and index DDL.
Robert Haas
2013-07-23
Change post-rewriter representation of dropped columns in joinaliasvars.
Tom Lane
2012-12-23
Prevent failure when RowExpr or XmlExpr is parse-analyzed twice.
Tom Lane
2012-11-05
Fix handling of inherited check constraints in ALTER COLUMN TYPE.
Tom Lane
2012-10-18
Fix planning of non-strict equivalence clauses above outer joins.
Tom Lane
2012-09-07
Fix PARAM_EXEC assignment mechanism to be safe in the presence of WITH.
Tom Lane
2012-07-20
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-06-21
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-03-24
Fix planner's handling of outer PlaceHolderVars within subqueries.
Tom Lane
2012-03-16
Revisit handling of UNION ALL subqueries with non-Var output columns.
Tom Lane
2011-11-27
Ensure that whole-row junk Vars are always of composite type.
Tom Lane
2011-11-03
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-10-23
Don't trust deferred-unique indexes for join removal.
Tom Lane
2011-08-21
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-06
Clean up ill-advised attempt to invent a private set of Node tags.
Tom Lane
2011-06-15
Rework parsing of ConstraintAttributeSpec to improve NOT VALID handling.
Tom Lane
2011-06-09
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-05-21
Pull up isReset flag from AllocSetContext to MemoryContext struct. This
Heikki Linnakangas
2011-04-25
Remove partial and undocumented GRANT .. FOREIGN TABLE support.
Robert Haas
2011-04-24
Improve cost estimation for aggregates and window functions.
Tom Lane
2011-04-20
Allow ALTER TABLE name {OF type | NOT OF}.
Robert Haas
2011-04-18
Fix handling of collations in multi-row VALUES constructs.
Tom Lane
2011-04-12
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-10
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-03
Rearrange "add column" logic to merge columns at exec time.
Robert Haas
2011-03-26
More collations cleanup, from trawling for missed collation assignments.
Tom Lane
2011-03-25
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-22
Make FKs valid at creation when added as column constraints.
Simon Riggs
2011-03-22
Reimplement planner's handling of MIN/MAX aggregate optimization (again).
Tom Lane
2011-03-19
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-11
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-09
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-04
Allow non-superusers to create (some) extensions.
Tom Lane
2011-02-27
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-25
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-22
Add a relkind field to RangeTblEntry to avoid some syscache lookups.
Tom Lane
2011-02-20
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-19
Create the catalog infrastructure for foreign-data-wrapper handlers.
Tom Lane
2011-02-16
Fix bogus test for hypothetical indexes in get_actual_variable_range().
Tom Lane
2011-02-12
DDL support for collations
Peter Eisentraut
2011-02-11
Add support for multiple versions of an extension and ALTER EXTENSION UPDATE.
Tom Lane
2011-02-10
Extend "ALTER EXTENSION ADD object" to permit "DROP object" as well.
Tom Lane
2011-02-09
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
Implement "ALTER EXTENSION ADD object".
Tom Lane
2011-02-08
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
Per-column collation support
Peter Eisentraut
[next]