aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Allow FDWs to push down quals without breaking EvalPlanQual rechecks.Robert Haas2015-10-15
* Improve INSERT .. ON CONFLICT error message.Robert Haas2015-10-13
* Further twiddling of nodeHash.c hashtable sizing calculation.Tom Lane2015-10-04
* Fix some issues in new hashtable size calculations in nodeHash.c.Tom Lane2015-10-04
* Fix ON CONFLICT DO UPDATE for tables with oids.Andres Freund2015-09-28
* RLS refactoringStephen Frost2015-09-15
* Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().Tom Lane2015-08-21
* Fix bug in calculations of hash join buckets.Kevin Grittner2015-08-19
* Correct type of waitMode variable in ExecInsertIndexTuples().Andres Freund2015-08-15
* Fix a number of places that produced XX000 errors in the regression tests.Tom Lane2015-08-02
* Avoid some zero-divide hazards in the planner.Tom Lane2015-07-30
* Plug RLS related information leak in pg_stats view.Joe Conway2015-07-28
* Remove false comment about speculative insertion.Heikki Linnakangas2015-07-27
* Redesign tablesample method API, and do extensive code review.Tom Lane2015-07-25
* Fix rescan of IndexScan node with the new lossy GiST distance functions.Heikki Linnakangas2015-05-25
* Manual cleanup of pgindent results.Tom Lane2015-05-24
* pgindent run for 9.5Bruce Momjian2015-05-23
* Add error check for lossy distance functions in index-only scans.Tom Lane2015-05-23
* Still more fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-23
* More fixes for lossy-GiST-distance-functions patch.Tom Lane2015-05-21
* Collection of typo fixes.Heikki Linnakangas2015-05-20
* Attach ON CONFLICT SET ... WHERE to the correct planstate.Andres Freund2015-05-19
* Fix typo in comment.Heikki Linnakangas2015-05-18
* Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.Tom Lane2015-05-17
* Support GROUPING SETS, CUBE and ROLLUP.Andres Freund2015-05-16
* TABLESAMPLE, SQL Standard and extensibleSimon Riggs2015-05-15
* Fix datatype confusion with the new lossy GiST distance functions.Heikki Linnakangas2015-05-15
* Allow GiST distance function to return merely a lower-bound.Heikki Linnakangas2015-05-15
* Support "expanded" objects, particularly arrays, for better performance.Tom Lane2015-05-14
* Extend abbreviated key infrastructure to datum tuplesorts.Robert Haas2015-05-13
* Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.Tom Lane2015-05-13
* Fix ON CONFLICT bugs that manifest when used in rules.Andres Freund2015-05-13
* Add support for doing late row locking in FDWs.Tom Lane2015-05-12
* Code review for foreign/custom join pushdown patch.Tom Lane2015-05-10
* Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.Andres Freund2015-05-08
* Represent columns requiring insert and update privileges indentently.Andres Freund2015-05-08
* Use outerPlanState macro instead of referring to leffttree.Robert Haas2015-05-04
* Allow FDWs and custom scan providers to replace joins with scans.Robert Haas2015-05-01
* Create an infrastructure for parallel computation in PostgreSQL.Robert Haas2015-04-30
* Fix various typos and grammar errors in comments.Andres Freund2015-04-26
* Perform RLS WITH CHECK before constraints, etcStephen Frost2015-04-24
* Add comments explaining how unique and exclusion constraints are enforced.Heikki Linnakangas2015-04-24
* Move functions related to index maintenance to separate source file.Heikki Linnakangas2015-04-24
* Fix ExecOpenScanRelation to take a lock on a ROW_MARK_COPY relation.Tom Lane2015-03-24
* Allow foreign tables to participate in inheritance.Tom Lane2015-03-22
* Ensure tableoid reads correctly in EvalPlanQual-manufactured tuples.Tom Lane2015-03-12
* Use the typcache to cache constraints for domain types.Tom Lane2015-03-01
* In array_agg(), don't create a new context for every group.Jeff Davis2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER for HeapTupleHeaderData.t_bits[].Tom Lane2015-02-21
* Use FLEXIBLE_ARRAY_MEMBER in some more places.Tom Lane2015-02-20