summaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAgeFilesLines
* Don't allow system columns in CHECK constraints, except tableoid.Robert Haas2013-09-231-0/+12
* Allow aggregate functions to be VARIADIC.Tom Lane2013-09-032-0/+2
* Reset the binary heap in MergeAppend rescans.Tom Lane2013-08-301-0/+1
* Improve error message when view is not updatablePeter Eisentraut2013-08-141-3/+3
* Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)Greg Stark2013-07-291-22/+154
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-251-7/+95
* Use InvalidSnapshot, now SnapshotNow, as the default snapshot.Robert Haas2013-07-231-1/+1
* Adjust HeapTupleSatisfies* routines to take a HeapTuple.Robert Haas2013-07-221-0/+1
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-182-0/+76
* Implement the FILTER clause for aggregate function calls.Noah Misch2013-07-165-4/+35
* Add support for REFRESH MATERIALIZED VIEW CONCURRENTLY.Kevin Grittner2013-07-162-6/+9
* Make comments reflect that omission of SPI_gettypmod() is intentional.Noah Misch2013-07-121-0/+6
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-021-4/+4
* Improve updatability checking for views and foreign tables.Tom Lane2013-06-121-0/+18
* pgindent run for release 9.3Bruce Momjian2013-05-297-44/+50
* Fix handling of strict non-set functions with NULLs in set-valued inputs.Tom Lane2013-05-121-1/+9
* Editorialize a bit on new ProcessUtility() API.Tom Lane2013-04-282-4/+4
* Incidental cleanup of matviews code.Tom Lane2013-04-278-86/+32
* Fix assertion failure for REFRESH MATERIALIZED VIEW in PL.Kevin Grittner2013-04-241-7/+0
* Clean up references to SQL92Peter Eisentraut2013-04-201-1/+1
* Improve error message when an FDW doesn't support WHERE CURRENT OF.Tom Lane2013-04-191-4/+8
* sepgsql: Enforce db_procedure:{execute} permission.Robert Haas2013-04-123-0/+11
* Create a distinction between a populated matview and a scannable one.Kevin Grittner2013-04-091-25/+30
* Support writable foreign tables.Tom Lane2013-03-103-24/+172
* Arrange to cache FdwRoutine structs in foreign tables' relcache entries.Tom Lane2013-03-061-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-032-0/+87
* Fix SQL function execution to be safe with long-lived FmgrInfos.Tom Lane2013-03-031-12/+76
* Fix performance issue in EXPLAIN (ANALYZE, TIMING OFF).Tom Lane2013-02-071-13/+11
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-301-0/+72
* Provide database object names as separate fields in error messages.Tom Lane2013-01-293-6/+17
* Fix SPI documentation for new handling of ExecutorRun's count parameter.Tom Lane2013-01-241-2/+4
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-233-13/+39
* Fix obsolete SQL syntax in comment.Tom Lane2013-01-141-0/+1
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-16/+128
* Update copyrights for 2013Bruce Momjian2013-01-0147-47/+47
* Add defenses against integer overflow in dynahash numbuckets calculations.Tom Lane2012-12-111-1/+3
* Support automatically-updatable views.Tom Lane2012-12-081-7/+13
* Basic binary heap implementation.Robert Haas2012-11-291-83/+31
* Fix assorted bugs in CREATE/DROP INDEX CONCURRENTLY.Tom Lane2012-11-281-0/+3
* Revert patch for taking fewer snapshots.Tom Lane2012-11-261-7/+11
* Throw error if expiring tuple is again updated or deleted.Kevin Grittner2012-10-263-43/+120
* Get rid of COERCE_DONTCARE.Tom Lane2012-10-121-3/+3
* Fix cross-type case in partial row matching for hashed subplans.Tom Lane2012-10-111-6/+11
* Return the number of rows processed when COPY is executed through SPI.Heikki Linnakangas2012-10-031-9/+15
* Fix serializable mode with index-only scans.Kevin Grittner2012-09-041-1/+15
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-3014-0/+14
* Split heapam_xlog.h from heapam.hAlvaro Herrera2012-08-281-0/+1
* Fix rescan logic in nodeCtescan.Tom Lane2012-08-151-17/+20
* Fix whole-row Var evaluation to cope with resjunk columns (again).Tom Lane2012-07-202-178/+286
* Make new event trigger facility actually do something.Robert Haas2012-07-202-4/+4