aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Insert conditional SPI_push/SPI_pop calls into InputFunctionCall,Tom Lane2009-01-07
* Ensure that the contents of a holdable cursor don't depend on out-of-lineTom Lane2008-12-01
* Fix a small memory leak in ExecReScanAgg() in the hashed aggregation case.Neil Conway2008-10-16
* Fix SPI_getvalue and SPI_getbinval to range-check the given attribute numberTom Lane2008-10-16
* Install checks in executor startup to ensure that the tuples produced by anTom Lane2008-08-08
* Do not allow Unique nodes to be scanned backwards. The code claimed that itTom Lane2008-08-05
* Fix mis-calculation of extParam/allParam sets for plan nodes, as seen inTom Lane2008-07-10
* Fix several memory leaks when rescanning SRFs. Arrange for an SRF'sNeil Conway2008-02-29
* Extend whole-row Var evaluation to cope with the case that the sub-planTom Lane2007-08-31
* Repair problems occurring when multiple RI updates have to be done to the sameTom Lane2007-08-15
* Fix a gradual memory leak in ExecReScanAgg(). Because the aggregationNeil Conway2007-08-08
* Fix performance problems in multi-batch hash joins by ensuring that we selectTom Lane2007-06-01
* Fix dynahash.c to suppress hash bucket splits while a hash_seq_search() scanTom Lane2007-04-26
* Fix check_sql_fn_retval to allow the case where a SQL function declared toTom Lane2007-04-02
* SPI_cursor_open failed to enforce that only read-only queries could beTom Lane2007-03-17
* Fix another problem in 8.2 changes that allowed "one-time" qual conditions toTom Lane2007-02-16
* Repair oversight in 8.2 change that improved the handling of "pseudoconstant"Tom Lane2007-02-15
* Remove typmod checking from the recent security-related patches. It turnsTom Lane2007-02-06
* Repair failure to check that a table is still compatible with a previouslyTom Lane2007-02-02
* Repair insufficiently careful type checking for SQL-language functions:Tom Lane2007-02-02
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-24
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-26
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-26
* Repair bug #2836: SPI_execute_plan returned zero if none of the querytreesTom Lane2006-12-26
* Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries toTom Lane2006-12-08
* Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was brokenTom Lane2006-12-03
* Prevent intratransaction memory leak when a subtransaction is abortedTom Lane2006-11-21
* Small message equalization fixPeter Eisentraut2006-11-17
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-08
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-06
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-12
* Message style improvementsPeter Eisentraut2006-10-06
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-28
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-07
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-06
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-03
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-02
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-29
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-27
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-14
* When executing a list of queries derived from rule expansion,Tom Lane2006-08-14
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-12
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-12
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-08
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-04
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-02
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-02
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-31
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-31