index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Fix rescan logic in nodeCtescan.
Tom Lane
2012-08-15
*
Fix whole-row Var evaluation to cope with resjunk columns (again).
Tom Lane
2012-07-20
*
Fix memory leak in ARRAY(SELECT ...) subqueries.
Tom Lane
2012-06-21
*
Don't allow CREATE TABLE AS to put relations in pg_global.
Robert Haas
2012-03-21
*
Fix handling of data-modifying CTE subplans in EvalPlanQual.
Tom Lane
2012-01-28
*
Make executor's SELECT INTO code save and restore original tuple receiver.
Tom Lane
2012-01-04
*
Fix handling of PlaceHolderVars in nestloop parameter management.
Tom Lane
2011-11-03
*
Fix trigger WHEN conditions when both BEFORE and AFTER triggers exist.
Tom Lane
2011-08-21
*
Avoid integer overflow when LIMIT + OFFSET >= 2^63.
Heikki Linnakangas
2011-08-02
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Move the PredicateLockRelation() call from nodeSeqscan.c to heapam.c. It's
Heikki Linnakangas
2011-06-29
*
Grab predicate locks on matching tuples in a lossy bitmap heap scan.
Heikki Linnakangas
2011-06-29
*
Remove another no-longer-needed inclusion of predicate.h.
Tom Lane
2011-06-16
*
Make non-MVCC snapshots exempt from predicate locking. Scans with non-MVCC
Heikki Linnakangas
2011-06-15
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Disallow SELECT FOR UPDATE/SHARE on sequences.
Tom Lane
2011-06-02
*
Allow hash joins to be interrupted while searching hash table for match.
Tom Lane
2011-06-01
*
Install defenses against overflow in BuildTupleHashTable().
Tom Lane
2011-05-23
*
Reset per-tuple memory context between every row in a scan node, even when
Heikki Linnakangas
2011-05-21
*
Refactor broken CREATE TABLE IF NOT EXISTS support.
Robert Haas
2011-04-25
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
Pass collations to functions in FunctionCallInfoData, not FmgrInfo.
Tom Lane
2011-04-12
*
Clean up most -Wunused-but-set-variable warnings from gcc 4.6
Peter Eisentraut
2011-04-11
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Fix check_exclusion_constraint() to insert correct collations in ScanKeys.
Tom Lane
2011-03-27
*
Clean up cruft around collation initialization for tupdescs and scankeys.
Tom Lane
2011-03-26
*
Pass collation to makeConst() instead of looking it up internally.
Tom Lane
2011-03-25
*
Fix handling of collation in SQL-language functions.
Tom Lane
2011-03-24
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Rearrange snapshot handling to make rule expansion more consistent.
Tom Lane
2011-02-28
*
Refactor the executor's API to support data-modifying CTEs better.
Tom Lane
2011-02-27
*
Fix order of shutdown processing when CTEs contain inter-references.
Tom Lane
2011-02-25
*
Support data-modifying commands (INSERT/UPDATE/DELETE) in WITH.
Tom Lane
2011-02-25
*
Remove ExecRemoveJunk(), which is no longer used anywhere.
Tom Lane
2011-02-21
*
Fix dangling-pointer problem in before-row update trigger processing.
Tom Lane
2011-02-21
*
Implement an API to let foreign-data wrappers actually be functional.
Tom Lane
2011-02-20
*
Fix improper matching of resjunk column names for FOR UPDATE in subselect.
Tom Lane
2011-02-09
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Implement genuine serializable isolation level.
Heikki Linnakangas
2011-02-08
*
Fix wrong error reports in 'number of array dimensions exceeds the
Itagaki Takahiro
2011-02-01
*
Fix PlanRowMark/ExecRowMark structures to handle inheritance correctly.
Tom Lane
2011-01-12
*
Basic foreign table support.
Robert Haas
2011-01-01
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
*
Move symbols for ExecMergeJoin's state machine into nodeMergejoin.c.
Tom Lane
2010-12-30
*
Support RIGHT and FULL OUTER JOIN in hash joins.
Tom Lane
2010-12-30
*
Fix typos.
Robert Haas
2010-12-21
*
Generalize concept of temporary relations to "relation persistence".
Robert Haas
2010-12-13
*
Create core infrastructure for KNNGIST.
Tom Lane
2010-12-02
*
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-12-01
[next]