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
*
Fix corner-case coredump in _SPI_error_callback().
Tom Lane
2017-12-11
*
Fix creation of resjunk tlist entries for inherited mixed UPDATE/DELETE.
Tom Lane
2017-11-27
*
Repair failure with SubPlans in multi-row VALUES lists.
Tom Lane
2017-11-25
*
Revert bogus fixes of HOT-freezing bug
Alvaro Herrera
2017-11-02
*
Fix crash when logical decoding is invoked from a PL function.
Tom Lane
2017-10-06
*
Fix traversal of half-frozen update chains
Alvaro Herrera
2017-10-06
*
Fix typo in comment.
Heikki Linnakangas
2017-06-21
*
Make sure that hash join's bulk-tuple-transfer loops are interruptible.
Tom Lane
2017-02-15
*
Fix typos in comments.
Heikki Linnakangas
2017-02-06
*
Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.
Tom Lane
2017-01-14
*
Fix handling of expanded objects in CoerceToDomain and CASE execution.
Tom Lane
2016-12-22
*
Improve speed of aggregates that use array_append as transition function.
Tom Lane
2016-10-30
*
Avoid testing tuple visibility without buffer lock.
Tom Lane
2016-10-23
*
Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.
Tom Lane
2016-10-23
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.
Tom Lane
2016-08-11
*
Fix two errors with nested CASE/WHEN constructs.
Tom Lane
2016-08-08
*
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
*
Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.
Tom Lane
2016-06-05
*
Mark read/write expanded values as read-only in ValuesNext(), too.
Tom Lane
2016-06-03
*
Mark read/write expanded values as read-only in ExecProject().
Tom Lane
2016-06-03
*
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-23
*
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
[next]