aboutsummaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAge
* Move the "instr_time" typedef and associated macros into a new headerTom Lane2008-05-14
* Since createplan.c no longer cares whether index operators are lossy, it hasTom Lane2008-04-13
* Add SPI-level support for executing SQL commands with one-time-use plans,Tom Lane2008-04-01
* Support statement-level ON TRUNCATE triggers. Simon RiggsTom Lane2008-03-28
* Arrange to "inline" SQL functions that appear in a query's FROM clause,Tom Lane2008-03-18
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* Avoid incrementing the CommandCounter when CommandCounterIncrement is calledTom Lane2007-11-30
* Re-run pgindent with updated list of typedefs. (Updated README shouldBruce Momjian2007-11-15
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Arrange to cache a ResultRelInfo in the executor's EState for relations thatTom Lane2007-08-15
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict withMagnus Hagander2007-07-25
* Improve UPDATE/DELETE WHERE CURRENT OF so that they can be used from plpgsqlTom Lane2007-06-11
* Support UPDATE/DELETE WHERE CURRENT OF cursor_name, per SQL standard.Tom Lane2007-06-11
* Rework temp_tablespaces patch so that temp tablespaces are assigned separatelyTom Lane2007-06-07
* Create a GUC parameter temp_tablespaces that allows selection of theTom Lane2007-06-03
* Buy back some of the cycles spent in more-expensive hash functions byTom Lane2007-06-01
* Support scrollable cursors (ie, 'direction' clause in FETCH) in plpgsql.Tom Lane2007-04-16
* Expose more cursor-related functionality in SPI: specifically, allowTom Lane2007-04-16
* Remove the prohibition on executing cursor commands through SPI_execute.Tom Lane2007-03-25
* Make use of plancache module for SPI plans. In particular, since plpgsqlTom Lane2007-03-15
* Get rid of the separate EState for subplans, and just let them share theTom Lane2007-02-27
* Turn the rangetable used by the executor into a flat list, and avoid storingTom Lane2007-02-22
* Remove the Query structure from the executor's API. This allows us to stopTom Lane2007-02-20
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-15
* Add support for cross-type hashing in hashed subplans (hashed IN/NOT IN casesTom Lane2007-02-06
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-30
* Improve hash join to discard input tuples immediately if they can'tTom Lane2007-01-28
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-10
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-26
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-04
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-04
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* More include file adjustments.Bruce Momjian2006-07-13
* More include file adjustments.Bruce Momjian2006-07-13
* Allow include files to compile own their own.Bruce Momjian2006-07-13
* Alphabetically order reference to include files, "S"-"Z".Bruce Momjian2006-07-11
* Sort reference of include files, "A" - "F".Bruce Momjian2006-07-11
* Convert hash join code to use MinimalTuple format in tuple hash tableTom Lane2006-06-27
* Create infrastructure for 'MinimalTuple' representation of in-memoryTom Lane2006-06-27
* Fix problems with cached tuple descriptors disappearing while still in useTom Lane2006-06-16
* Revert sampling patch for EXPLAIN ANALYZE; it turns out to be too unreliableTom Lane2006-06-09
* Code review for EXPLAIN patch. Fix some typos, make it behave sanelyTom Lane2006-05-30