aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Rename SortMem and VacuumMem to work_mem and maintenance_work_mem.Tom Lane2004-02-03
* Fix debug elog message to agree with name of its routine.Tom Lane2004-01-30
* Fix oversight in optimization that avoids an unnecessary projection stepTom Lane2004-01-22
* Fix permission-checking bug reported by Tim Burgess 10-Feb-03 (this timeTom Lane2004-01-14
* Implement "WITH / WITHOID OIDS" clause for CREATE TABLE AS. This isNeil Conway2004-01-10
* More janitorial work: remove the explicit casting of NULL literals to aNeil Conway2004-01-07
* Instead of rechecking lossy index operators by putting them into theTom Lane2004-01-06
* Avoid running out of memory during hash_create, by not passing aTom Lane2003-12-30
* Clean up the usage of canonicalize_qual(): in particular, be consistentTom Lane2003-12-28
* Use a shutdown callback to clear setArgsValid in a FuncExprState that isTom Lane2003-12-18
* Ensure set-returning functions in the targetlist of a plan node will beTom Lane2003-12-18
* Add a warning to AtEOXact_SPI() to catch cases where the currentJoe Conway2003-12-02
* This patch refactors execTuples.c in two ways.Bruce Momjian2003-12-01
* This patch adds a new GUC var, "default_with_oids", which follows theBruce Momjian2003-12-01
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* Get rid of hashkeys field of Hash plan node, since it's redundant withTom Lane2003-11-25
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Implement isolation levels read uncommitted and repeatable read as actingPeter Eisentraut2003-11-06
* Back out makeNode() patch to fix gcc 3.3.1 warning.Bruce Momjian2003-10-13
* Use makeNode() to allocate structures that have to be cast to Node *,Bruce Momjian2003-10-12
* Back out -fstrict-aliasing void* casting.Bruce Momjian2003-10-11
* This patch will stop gcc from issuing warnings about type-punned objectsBruce Momjian2003-10-11
* Repair RI trigger visibility problems (this time for sure ;-)) per recentTom Lane2003-10-01
* I discovered that TupleDescGetAttInMetadata and BuildTupleFromCStringsBruce Momjian2003-09-29
* Fix tid scan evaluation of non-constant TID values; can't try to do itTom Lane2003-09-26
* Make the world safe (more or less) for dropped columns in plpgsql rowtypes.Tom Lane2003-09-25
* tlist_matches_tupdesc() needs to defend itself against dropped columns.Tom Lane2003-09-25
* Get rid of ReferentialIntegritySnapshotOverride by extending Executor APITom Lane2003-09-25
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Repair some REINDEX problems per recent discussions. The relcache isTom Lane2003-09-24
* _SPI_cursor_operation forgot to check for failure return fromTom Lane2003-09-23
* Since SPI_modifytuple's natts argument is the number of attributes to beTom Lane2003-09-16
* Fix LISTEN/NOTIFY race condition reported by Gavin Sherry. While aTom Lane2003-09-15
* OK, some of these syntax errors should be given other codes.Peter Eisentraut2003-09-15
* Some "feature not supported" errors are better syntax errors, because thePeter Eisentraut2003-09-09
* Tweak processing of multiple-index-scan plans to reduce overhead whenTom Lane2003-08-22
* Improve dynahash.c's API so that caller can specify the comparison functionTom Lane2003-08-19
* Fix ARRAY[] construct so that in multidimensional case, elements canTom Lane2003-08-17
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-11
* Another pgindent run with updated typedefs.Bruce Momjian2003-08-08
* Fix nasty little order-of-operations bug in _SPI_cursor_operation.Tom Lane2003-08-08
* Suppress unused-variable warnings when building without Asserts.Tom Lane2003-08-08
* Rename fields of DestReceiver to avoid collisions with (ill-considered)Tom Lane2003-08-06
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* Update copyrights to 2003.Bruce Momjian2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Cause ARRAY[] construct to return a NULL array, rather than raising anTom Lane2003-07-30
* Add error stack traceback support for SQL-language functions.Tom Lane2003-07-28