summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* Add support for cross-type hashing in hash index searches and hash joins.Tom Lane2007-01-304-21/+38
* Improve hash join to discard input tuples immediately if they can'tTom Lane2007-01-282-21/+62
* Various fixes in the logic of XML functions:Peter Eisentraut2007-01-251-5/+2
* Add GUC temp_tablespaces to provide a default location for temporaryBruce Momjian2007-01-251-1/+5
* Prevent WAL logging when COPY is done in the same transation thatBruce Momjian2007-01-251-6/+2
* Relax an Assert() that has been found to be too strict in some situationsTom Lane2007-01-241-2/+12
* Remove remains of old depend target.Peter Eisentraut2007-01-201-8/+1
* Fix xmlconcat by properly merging the XML declarations. Add aggregatePeter Eisentraut2007-01-201-12/+13
* Add support for xmlval IS DOCUMENT expression.Peter Eisentraut2007-01-141-1/+20
* Use XML output escaping also in XMLFOREST.Peter Eisentraut2007-01-121-5/+4
* Teach nodeMergejoin how to handle DESC and/or NULLS FIRST sort orders.Tom Lane2007-01-111-77/+55
* Use libxml's xmlwriter API for producing XML elements, instead of doingPeter Eisentraut2007-01-101-51/+6
* Change the planner-to-executor API so that the planner tells the executorTom Lane2007-01-106-69/+60
* Enable another five tuple status bits by using the high bits of theBruce Momjian2007-01-091-3/+3
* Support ORDER BY ... NULLS FIRST/LAST, and add ASC/DESC/NULLS FIRST/NULLS LASTTom Lane2007-01-092-4/+5
* Some fine-tuning of xmlpi in corner cases:Peter Eisentraut2007-01-071-6/+8
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-0537-74/+74
* Fix failure due to accessing an already-freed tuple descriptor in a planTom Lane2006-12-264-48/+58
* Repair bug #2839: the various ExecReScan functions need to resetTom Lane2006-12-268-8/+27
* Repair bug #2836: SPI_execute_plan returned zero if none of the querytreesTom Lane2006-12-261-2/+9
* Code review for XML patch. Instill a bit of sanity in the location ofTom Lane2006-12-241-156/+259
* Restructure operator classes to allow improved handling of cross-data-typeTom Lane2006-12-233-187/+114
* Initial SQL/XML support: xml data type and initial set of functions.Peter Eisentraut2006-12-211-1/+176
* Avoid double free of _SPI_current->tuptable. AtEOSubXact_SPI() now tries toTom Lane2006-12-081-1/+7
* Refactor ExecGetJunkAttribute to avoid searching for junk attributesTom Lane2006-12-042-48/+77
* Fix LIMIT/OFFSET for null limit values. This worked before 8.2 but was brokenTom Lane2006-12-031-16/+26
* Prevent intratransaction memory leak when a subtransaction is abortedTom Lane2006-11-211-1/+14
* Small message equalization fixPeter Eisentraut2006-11-171-2/+2
* Remove a 15-year old comment questioning behavior that is now well-Neil Conway2006-11-081-6/+1
* Repair bug #2694 concerning an ARRAY[] construct whose inputs are emptyTom Lane2006-11-061-5/+34
* Fix mishandling of after-trigger state when a SQL function returns multipleTom Lane2006-10-121-3/+11
* Message style improvementsPeter Eisentraut2006-10-061-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-0422-279/+283
* Fix IS NULL and IS NOT NULL tests on row-valued expressions to conform toTom Lane2006-09-281-25/+75
* Clean up logging for extended-query-protocol operations, as per my recentTom Lane2006-09-071-2/+1
* Change processing of extended-Query mode so that an unnamed statementTom Lane2006-09-062-2/+5
* Revert FETCH/MOVE int64 patch. Was using incorrect checks forBruce Momjian2006-09-031-6/+6
* Change FETCH/MOVE to use int8.Bruce Momjian2006-09-021-6/+6
* Now bind displays prepare as detail, and execute displays prepare andBruce Momjian2006-08-291-1/+2
* Add new return codes SPI_OK_INSERT_RETURNING etc to the SPI API.Tom Lane2006-08-271-5/+24
* Fix oversight in initial implementation of PORTAL_ONE_RETURNING mode: weTom Lane2006-08-141-38/+49
* When executing a list of queries derived from rule expansion,Tom Lane2006-08-141-7/+12
* Tweak SPI_cursor_open to allow INSERT/UPDATE/DELETE RETURNING; this wasTom Lane2006-08-123-41/+40
* Add INSERT/UPDATE/DELETE RETURNING, with basic docs and regression tests.Tom Lane2006-08-122-205/+459
* For protocol-level prepare/bind/execute:Bruce Momjian2006-08-081-1/+2
* Fix domain_in() bug exhibited by Darcy Buskermolen. The idea of an EStateTom Lane2006-08-041-3/+68
* Arrange for ValuesScan to keep per-sublist expression eval state in aTom Lane2006-08-021-70/+77
* Add support for multi-row VALUES clauses as part of INSERT statementsJoe Conway2006-08-024-6/+372
* Change the relation_open protocol so that we obtain lock on a relationTom Lane2006-07-313-62/+22
* Change the bootstrap sequence so that toast tables for system catalogs areTom Lane2006-07-311-3/+3