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
*
Detect duplicate aggregate calls and evaluate only one copy. This
Tom Lane
2003-02-04
*
Determine the set of constraints applied to a domain at executor
Tom Lane
2003-02-03
*
Tweak planner and executor to avoid doing ExecProject() in table scan
Tom Lane
2003-02-03
*
Fix nodeUnique to behave correctly when reversing direction after reaching
Tom Lane
2003-02-02
*
SPI_exec shouldn't return SPI_OK_SELECT if it hasn't actually returned
Tom Lane
2003-01-29
*
Upgrade cost estimation for joins, per discussion with Bradley Baetz.
Tom Lane
2003-01-27
*
Change CREATE TABLE AS / SELECT INTO to create the new table with OIDs,
Tom Lane
2003-01-23
*
Fix coredump problem in plpgsql's RETURN NEXT. When a SELECT INTO
Tom Lane
2003-01-21
*
IN clauses appearing at top level of WHERE can now be handled as joins.
Tom Lane
2003-01-20
*
Fix wrong/misleading comments, be more consistent about where to call
Tom Lane
2003-01-12
*
Replace RelidGetNamespaceId() by get_rel_namespace().
Peter Eisentraut
2003-01-12
*
First cut at implementing IN (and NOT IN) via hashtables. There is
Tom Lane
2003-01-12
*
Create a new file executor/execGrouping.c to centralize utility routines
Tom Lane
2003-01-10
*
Read-only transactions, as defined in SQL.
Peter Eisentraut
2003-01-10
*
Further tweaking of parsetree & plantree representation of SubLinks.
Tom Lane
2003-01-10
*
Adjust parser so that 'x NOT IN (subselect)' is converted to
Tom Lane
2003-01-09
*
Guard against stopping when numberTuples=0 and counter wraps around.
Tom Lane
2003-01-08
*
Adjust Tcl-related code to compile cleanly with Tcl 8.4 (add const modifiers as
Tom Lane
2002-12-30
*
Better solution to integer overflow problem in hash batch-number
Tom Lane
2002-12-30
*
Adjust hash table sizing algorithm to avoid integer overflow in
Tom Lane
2002-12-29
*
Don't try to free executor state of an InitPlan early --- this breaks
Tom Lane
2002-12-26
*
Update EvalPlanQual() to work with new executor memory management method.
Tom Lane
2002-12-18
*
Prevent core dump when ExecMarkPos is called before any tuples have been
Tom Lane
2002-12-18
*
Skip unnecessary plan-copying now that plan trees are read-only in the
Tom Lane
2002-12-17
*
Tweak default memory context allocation policy so that a context is not
Tom Lane
2002-12-15
*
Revise executor APIs so that all per-query state structure is built in
Tom Lane
2002-12-15
*
Clean up plantree representation of SubPlan-s --- SubLink does not appear
Tom Lane
2002-12-14
*
Phase 3 of read-only-plans project: ExecInitExpr now builds expression
Tom Lane
2002-12-13
*
Preliminary code review for domain CHECK constraints patch: add documentation,
Tom Lane
2002-12-12
*
Phase 2 of read-only-plans project: restructure expression-tree nodes
Tom Lane
2002-12-12
*
Re-addd Rod's ALTER DOMAIN patch.
Bruce Momjian
2002-12-06
*
Back out ALTER DOMAIN patch until missing file appears.
Bruce Momjian
2002-12-06
*
ALTER DOMAIN .. SET / DROP NOT NULL
Bruce Momjian
2002-12-06
*
Phase 1 of read-only-plans project: cause executor state nodes to point
Tom Lane
2002-12-05
*
More cleanup of userid to be AclId rather than Oid.
Bruce Momjian
2002-12-05
*
Fix ExecMakeTableFunctionResult() to work with generic expressions as
Tom Lane
2002-12-01
*
Code review for IS DISTINCT FROM patch. Fix incorrect constant-folding
Tom Lane
2002-11-30
*
Be more realistic about plans involving Materialize nodes: take their
Tom Lane
2002-11-30
*
Upgrade planner and executor to allow multiple hash keys for a hash join,
Tom Lane
2002-11-30
*
Tighten selection of equality and ordering operators for grouping
Tom Lane
2002-11-29
*
Suppress compiler warning from newer gcc.
Tom Lane
2002-11-29
*
Use Params, rather than run-time-modified Const nodes, to handle
Tom Lane
2002-11-26
*
Remove unused constisset and constiscast fields of Const nodes. Clean
Tom Lane
2002-11-25
*
This patch implements FOR EACH STATEMENT triggers, per my email to
Bruce Momjian
2002-11-23
*
Redesign internal logic of nodeLimit so that it does not need to fetch
Tom Lane
2002-11-22
*
Add an at-least-marginally-plausible method of estimating the number
Tom Lane
2002-11-19
*
Add DOMAIN check constraints.
Bruce Momjian
2002-11-15
*
Make MOVE/FETCH 0 actually move/fetch 0. Add MOVE LAST to move to end
Bruce Momjian
2002-11-13
*
Add new palloc0 call as merge of palloc and MemSet(0).
Bruce Momjian
2002-11-13
*
Code review for ON COMMIT patch. Make the actual on-commit action happen
Tom Lane
2002-11-11
[next]