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
*
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
*
Dept of second thoughts: don't try to push LIMIT below a SRF.
Tom Lane
2010-11-18
*
Further fallout from the MergeAppend patch.
Tom Lane
2010-11-18
*
Avoid using a local FunctionCallInfoData struct in ExecMakeFunctionResult
Tom Lane
2010-11-01
*
Support MergeAppend plans, to allow sorted output from append relations.
Tom Lane
2010-10-14
*
Support triggers on views.
Tom Lane
2010-10-10
*
Remove cvs keywords from all files.
Magnus Hagander
2010-09-20
*
SERIALIZABLE transactions are actually implemented beneath the covers with
Joe Conway
2010-09-11
*
Fix ExecMakeTableFunctionResult to verify that all rows returned by a SRF
Tom Lane
2010-08-26
*
Reset the per-output-tuple exprcontext each time through the main loop in
Tom Lane
2010-08-18
*
Standardize get_whatever_oid functions for object types with
Robert Haas
2010-08-05
*
Fix oversight in new EvalPlanQual logic: the second loop over the ExecRowMark
Tom Lane
2010-07-28
*
Fix potential failure when hashing the output of a subplan that produces
Tom Lane
2010-07-28
*
CREATE TABLE IF NOT EXISTS.
Robert Haas
2010-07-25
*
Centralize DML permissions-checking logic.
Robert Haas
2010-07-22
*
Remove a sanity check in the exclusion-constraint code that prevented users
Tom Lane
2010-07-16
*
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-07-12
*
Add a hook in ExecCheckRTPerms().
Robert Haas
2010-07-09
*
pgindent run for 9.0, second run
Bruce Momjian
2010-07-06
*
Add C comment that we will have to remove an exclusion constraint check
Bruce Momjian
2010-05-29
*
Rejigger mergejoin logic so that a tuple with a null in the first merge column
Tom Lane
2010-05-28
*
Introduce wal_level GUC to explicitly control if information needed for
Heikki Linnakangas
2010-04-28
*
Message tuning
Peter Eisentraut
2010-03-21
*
Modify error context callback functions to not assume that they can fetch
Tom Lane
2010-03-19
*
pgindent run for 9.0
Bruce Momjian
2010-02-26
*
Clean up handling of XactReadOnly and RecoveryInProgress checks.
Tom Lane
2010-02-20
*
Fix ExecEvalArrayRef to pass down the old value of the array element or slice
Tom Lane
2010-02-18
*
Wrap calls to SearchSysCache and related functions using macros.
Robert Haas
2010-02-14
*
Extend the set of frame options supported for window functions.
Tom Lane
2010-02-12
*
Fix up rickety handling of relation-truncation interlocks.
Tom Lane
2010-02-09
[next]