aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Support writable foreign tables.Tom Lane2013-03-10
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-06
* Add a materialized view relations.Kevin Grittner2013-03-03
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-03
* Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).Tom Lane2013-02-07
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-30
* Provide database object names as separate fields in error messages.Tom Lane2013-01-29
* Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane2013-01-24
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-23
* Fix obsolete SQL syntax in comment.Tom Lane2013-01-14
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-04
* Update copyrights for 2013Bruce Momjian2013-01-01
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-11
* Support automatically-updatable views.Tom Lane2012-12-08
* Basic binary heap implementation.Robert Haas2012-11-29
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-28
* Revert patch for taking fewer snapshots.Tom Lane2012-11-26
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-26
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-12
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-11
* Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas2012-10-03
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-04
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-28
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-15
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-20
* Make new event trigger facility actually do something.Robert Haas2012-07-20
* Remove unreachable codePeter Eisentraut2012-07-16
* Fix memory leak in ARRAY(SELECT ...) subqueries.Tom Lane2012-06-21
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-10
* Fix more crash-safe visibility map bugs, and improve comments.Robert Haas2012-06-07
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-29
* Lots of doc corrections.Robert Haas2012-04-23
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-27
* Clean up compiler warnings from unused variables with asserts disabledPeter Eisentraut2012-03-21
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-19
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-22
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-14
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-07
* Allow SQL-language functions to reference parameters by name.Tom Lane2012-02-04
* Assorted comment fixes, mostly just typos, but some obsolete statements.Tom Lane2012-01-29
* Fix handling of data-modifying CTE subplans in EvalPlanQual.Tom Lane2012-01-28
* Instrument index-only scans to count heap fetches performed.Robert Haas2012-01-25
* Prevent adding relations to a concurrently dropped schema.Robert Haas2012-01-16
* Make executor's SELECT INTO code save and restore original tuple receiver.Tom Lane2012-01-04
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Take fewer snapshots.Robert Haas2011-12-21
* Add support for privileges on typesPeter Eisentraut2011-12-20
* Miscellaneous cleanup to silence compiler warnings seen on Mingw.Andrew Dunstan2011-12-10
* Create a "sort support" interface API for faster sorting.Tom Lane2011-12-07