summaryrefslogtreecommitdiff
path: root/src/include/executor
Commit message (Expand)AuthorAgeFilesLines
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-031-1/+0
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-231-1/+1
* Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane2015-10-041-1/+1
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-251-1/+1
* pgindent run for 9.5Bruce Momjian2015-05-232-9/+11
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-151-0/+24
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-142-0/+2
* Add support for doing late row locking in FDWs.Tom Lane2015-05-121-1/+1
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-101-0/+1
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-081-5/+8
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-241-1/+1
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-241-6/+10
* Define integer limits independently from the system definitions.Andres Freund2015-04-021-1/+1
* Centralize definition of integer limits.Andres Freund2015-03-251-1/+1
* Move LockClauseStrength, LockWaitPolicy into new file nodes/lockoptions.h.Tom Lane2015-03-151-1/+0
* Use FLEXIBLE_ARRAY_MEMBER in a bunch more places.Tom Lane2015-02-201-1/+1
* Update copyright for 2015Bruce Momjian2015-01-0644-44/+44
* Rearrange CustomScan API.Tom Lane2014-11-211-1/+0
* Remove dead code supporting mark/restore in SeqScan, TidScan, ValuesScan.Tom Lane2014-11-203-6/+0
* Initial code review for CustomScan patch.Tom Lane2014-11-202-5/+6
* Ensure that RowExprs and whole-row Vars produce the expected column names.Tom Lane2014-11-101-1/+2
* Introduce custom path and scan providers.Robert Haas2014-11-072-1/+32
* Increase number of hash join buckets for underestimate.Kevin Grittner2014-10-131-0/+5
* Implement SKIP LOCKED for row-level locksAlvaro Herrera2014-10-071-1/+3
* Pack tuples in a hash join batch densely, to save memory.Heikki Linnakangas2014-09-101-0/+22
* Fix FOR UPDATE NOWAIT on updated tuple chainsAlvaro Herrera2014-08-271-1/+1
* Avoid leaking memory while evaluating arguments for a table function.Tom Lane2014-06-191-0/+1
* pgindent run for 9.4Bruce Momjian2014-05-064-11/+11
* Update copyright for 2014Bruce Momjian2014-01-0743-43/+43
* Prevent leakage of SPI tuple tables during subtransaction abort.Tom Lane2013-07-252-1/+6
* WITH CHECK OPTION support for auto-updatable VIEWsStephen Frost2013-07-181-0/+2
* Incidental cleanup of matviews code.Tom Lane2013-04-271-1/+1
* Add a materialized view relations.Kevin Grittner2013-03-031-0/+1
* Fix plpgsql's reporting of plan-time errors in possibly-simple expressions.Tom Lane2013-01-301-0/+3
* Improve concurrency of foreign key lockingAlvaro Herrera2013-01-231-1/+1
* Invent a "one-shot" variant of CachedPlans for better performance.Tom Lane2013-01-041-0/+7
* Update copyrights for 2013Bruce Momjian2013-01-0143-43/+43
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-301-0/+1
* Run pgindent on 9.2 source tree in preparation for first 9.3Bruce Momjian2012-06-103-9/+9
* Rename I/O timing statistics columns to blk_read_time and blk_write_time.Tom Lane2012-04-291-6/+6
* New GUC, track_iotiming, to track I/O timings.Robert Haas2012-03-271-0/+2
* Restructure SELECT INTO's parsetree representation into CreateTableAsStmt.Tom Lane2012-03-191-3/+8
* Make EXPLAIN (BUFFERS) track blocks dirtied, as well as those written.Robert Haas2012-02-221-0/+2
* Preserve column names in the execution-time tupledesc for a RowExpr.Tom Lane2012-02-141-1/+1
* Add TIMING option to EXPLAIN, to allow eliminating of timing overhead.Robert Haas2012-02-071-1/+3
* Update copyright notices for year 2012.Bruce Momjian2012-01-0143-43/+43
* Rearrange the implementation of index-only scans.Tom Lane2011-10-112-2/+31
* Make EXPLAIN ANALYZE report the numbers of rows rejected by filter steps.Tom Lane2011-09-221-1/+5
* Redesign the plancache mechanism for more flexibility and efficiency.Tom Lane2011-09-162-18/+24
* Clean up the #include mess a little.Tom Lane2011-09-043-0/+3