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 a gradual memory leak in ExecReScanAgg(). Because the aggregation
Neil Conway
2007-08-08
*
Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scan
Tom Lane
2007-04-26
*
Repair insufficiently careful type checking for SQL-language functions:
Tom Lane
2007-02-02
*
Relax an Assert() that has been found to be too strict in some situations
Tom Lane
2007-01-24
*
Repair bug #2839: the various ExecReScan functions need to reset
Tom Lane
2006-12-26
*
Repair bug #2694 concerning an ARRAY[] construct whose inputs are empty
Tom Lane
2006-11-06
*
Fix nasty bug in nodeIndexscan.c's detection of duplicate tuples during
Tom Lane
2006-05-19
*
Repair "Halloween problem" in EvalPlanQual: a tuple that's been inserted by
Tom Lane
2006-01-12
*
Back-patch fixes for problems with VACUUM destroying t_ctid chains too soon,
Tom Lane
2005-08-25
*
Back-patch fix for a typo that unintentionally disabled backward scans
Tom Lane
2005-02-10
*
Check that aggregate creator has the right to execute the transition
Tom Lane
2005-01-27
*
Hashed LEFT JOIN would miss outer tuples with no inner match if the join
Tom Lane
2004-09-17
*
Back-patch fix to disallow BEGIN/COMMIT/ROLLBACK inside SQL functions.
Tom Lane
2004-09-06
*
Test HAVING condition before computing targetlist of an Aggregate node.
Tom Lane
2004-07-10
*
Still another place to make the world safe for zero-column tables.
Tom Lane
2004-04-07
*
Repair memory leakage introduced into the non-hashed aggregate case by
Tom Lane
2004-03-13
*
Junkfilter logic to force a projection step during SELECT INTO was too
Tom Lane
2004-03-02
*
Fix oversight in optimization that avoids an unnecessary projection step
Tom Lane
2004-01-22
*
Avoid running out of memory during hash_create, by not passing a
Tom Lane
2003-12-30
*
Use a shutdown callback to clear setArgsValid in a FuncExprState that is
Tom Lane
2003-12-18
*
Ensure set-returning functions in the targetlist of a plan node will be
Tom Lane
2003-12-18
*
Band-aid solution for problems with SubPlans used in hash join clauses,
Tom Lane
2003-11-25
*
Back out makeNode() patch to fix gcc 3.3.1 warning.
Bruce Momjian
2003-10-13
*
Use makeNode() to allocate structures that have to be cast to Node *,
Bruce Momjian
2003-10-12
*
Back out -fstrict-aliasing void* casting.
Bruce Momjian
2003-10-11
*
This patch will stop gcc from issuing warnings about type-punned objects
Bruce Momjian
2003-10-11
*
Repair RI trigger visibility problems (this time for sure ;-)) per recent
Tom Lane
2003-10-01
*
I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStrings
Bruce Momjian
2003-09-29
*
Fix tid scan evaluation of non-constant TID values; can't try to do it
Tom Lane
2003-09-26
*
Make the world safe (more or less) for dropped columns in plpgsql rowtypes.
Tom Lane
2003-09-25
*
tlist_matches_tupdesc() needs to defend itself against dropped columns.
Tom Lane
2003-09-25
*
Get rid of ReferentialIntegritySnapshotOverride by extending Executor API
Tom Lane
2003-09-25
*
Message editing: remove gratuitous variations in message wording, standardize
Peter Eisentraut
2003-09-25
*
Repair some REINDEX problems per recent discussions. The relcache is
Tom Lane
2003-09-24
*
_SPI_cursor_operation forgot to check for failure return from
Tom Lane
2003-09-23
*
Since SPI_modifytuple's natts argument is the number of attributes to be
Tom Lane
2003-09-16
*
Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While a
Tom Lane
2003-09-15
*
OK, some of these syntax errors should be given other codes.
Peter Eisentraut
2003-09-15
*
Some "feature not supported" errors are better syntax errors, because the
Peter Eisentraut
2003-09-09
*
Tweak processing of multiple-index-scan plans to reduce overhead when
Tom Lane
2003-08-22
*
Improve dynahash.c's API so that caller can specify the comparison function
Tom Lane
2003-08-19
*
Fix ARRAY[] construct so that in multidimensional case, elements can
Tom Lane
2003-08-17
*
Code cleanup inspired by recent resname bug report (doesn't fix the bug
Tom Lane
2003-08-11
*
Another pgindent run with updated typedefs.
Bruce Momjian
2003-08-08
*
Fix nasty little order-of-operations bug in _SPI_cursor_operation.
Tom Lane
2003-08-08
*
Suppress unused-variable warnings when building without Asserts.
Tom Lane
2003-08-08
*
Rename fields of DestReceiver to avoid collisions with (ill-considered)
Tom Lane
2003-08-06
*
Fix some copyright notices that weren't updated. Improve copyright tool
Tom Lane
2003-08-04
*
Update copyrights to 2003.
Bruce Momjian
2003-08-04
*
pgindent run.
Bruce Momjian
2003-08-04
[next]