index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Commit message (
Expand
)
Author
Age
*
Remove trailing commas in enums.
Andres Freund
2016-04-14
*
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-11
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
*
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
*
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
*
Improve HJDEBUG code a bit.
Tom Lane
2016-02-06
*
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-04
*
Improve some messages
Peter Eisentraut
2015-12-10
*
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-10
*
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-12-08
*
Message style improvements
Peter Eisentraut
2015-10-28
*
Allow FDWs to push down quals without breaking EvalPlanQual rechecks.
Robert Haas
2015-10-15
*
Improve INSERT .. ON CONFLICT error message.
Robert Haas
2015-10-13
*
Further twiddling of nodeHash.c hashtable sizing calculation.
Tom Lane
2015-10-04
*
Fix some issues in new hashtable size calculations in nodeHash.c.
Tom Lane
2015-10-04
*
Fix ON CONFLICT DO UPDATE for tables with oids.
Andres Freund
2015-09-28
*
RLS refactoring
Stephen Frost
2015-09-15
*
Avoid O(N^2) behavior when enlarging SPI tuple table in spi_printtup().
Tom Lane
2015-08-21
*
Fix bug in calculations of hash join buckets.
Kevin Grittner
2015-08-19
*
Correct type of waitMode variable in ExecInsertIndexTuples().
Andres Freund
2015-08-15
*
Fix a number of places that produced XX000 errors in the regression tests.
Tom Lane
2015-08-02
*
Avoid some zero-divide hazards in the planner.
Tom Lane
2015-07-30
*
Plug RLS related information leak in pg_stats view.
Joe Conway
2015-07-28
*
Remove false comment about speculative insertion.
Heikki Linnakangas
2015-07-27
*
Redesign tablesample method API, and do extensive code review.
Tom Lane
2015-07-25
*
Fix rescan of IndexScan node with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-25
*
Manual cleanup of pgindent results.
Tom Lane
2015-05-24
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add error check for lossy distance functions in index-only scans.
Tom Lane
2015-05-23
*
Still more fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-23
*
More fixes for lossy-GiST-distance-functions patch.
Tom Lane
2015-05-21
*
Collection of typo fixes.
Heikki Linnakangas
2015-05-20
*
Attach ON CONFLICT SET ... WHERE to the correct planstate.
Andres Freund
2015-05-19
*
Fix typo in comment.
Heikki Linnakangas
2015-05-18
*
Fix failure to copy IndexScan.indexorderbyops in copyfuncs.c.
Tom Lane
2015-05-17
*
Support GROUPING SETS, CUBE and ROLLUP.
Andres Freund
2015-05-16
*
TABLESAMPLE, SQL Standard and extensible
Simon Riggs
2015-05-15
*
Fix datatype confusion with the new lossy GiST distance functions.
Heikki Linnakangas
2015-05-15
*
Allow GiST distance function to return merely a lower-bound.
Heikki Linnakangas
2015-05-15
*
Support "expanded" objects, particularly arrays, for better performance.
Tom Lane
2015-05-14
*
Extend abbreviated key infrastructure to datum tuplesorts.
Robert Haas
2015-05-13
*
Fix postgres_fdw to return the right ctid value in EvalPlanQual cases.
Tom Lane
2015-05-13
*
Fix ON CONFLICT bugs that manifest when used in rules.
Andres Freund
2015-05-13
*
Add support for doing late row locking in FDWs.
Tom Lane
2015-05-12
*
Code review for foreign/custom join pushdown patch.
Tom Lane
2015-05-10
*
Add support for INSERT ... ON CONFLICT DO NOTHING/UPDATE.
Andres Freund
2015-05-08
*
Represent columns requiring insert and update privileges indentently.
Andres Freund
2015-05-08
*
Use outerPlanState macro instead of referring to leffttree.
Robert Haas
2015-05-04
*
Allow FDWs and custom scan providers to replace joins with scans.
Robert Haas
2015-05-01
*
Create an infrastructure for parallel computation in PostgreSQL.
Robert Haas
2015-04-30
[next]