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 mistaken failure to allow parallelism in corner case.
Robert Haas
2017-10-27
*
Fix AggGetAggref() so it won't lie to aggregate final functions.
Tom Lane
2017-10-12
*
Prevent sharing transition states between ordered-set aggregates.
Tom Lane
2017-10-11
*
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
*
Avoid passing function pointers across process boundaries.
Tom Lane
2017-04-15
*
Spelling fixes
Peter Eisentraut
2017-03-14
*
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
*
Fix sharing Agg transition state of DISTINCT or ordered aggs.
Heikki Linnakangas
2016-12-20
*
Fix bogus comment.
Robert Haas
2016-12-08
*
Fix interaction of parallel query with prepared statements.
Robert Haas
2016-12-06
*
Ensure gatherstate->nextreader is properly initialized.
Robert Haas
2016-12-05
*
Fix typo in comment
Magnus Hagander
2016-11-25
*
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
*
Fix incorrect handling of polymorphic aggregates used as window functions.
Tom Lane
2016-10-09
*
Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.
Tom Lane
2016-09-22
*
Add macros to make AllocSetContextCreate() calls simpler and safer.
Tom Lane
2016-08-27
*
Fix improper repetition of previous results from a hashed aggregate.
Tom Lane
2016-08-24
*
Fix possible crash due to incorrect allocation context.
Robert Haas
2016-08-16
*
Add SQL-accessible functions for inspecting index AM properties.
Tom Lane
2016-08-13
*
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
*
Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.
Tom Lane
2016-08-01
*
Code review for tqueue.c: fix memory leaks, speed it up, other fixes.
Tom Lane
2016-07-31
*
Fix worst memory leaks in tqueue.c.
Tom Lane
2016-07-29
*
Fix tqueue.c's range-remapping code.
Tom Lane
2016-07-29
*
Message style improvements
Peter Eisentraut
2016-07-28
*
tqueue.c's record-typmod hashtables need the HASH_BLOBS option.
Tom Lane
2016-07-28
*
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-07-26
*
Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.
Tom Lane
2016-07-26
*
Message style improvements
Peter Eisentraut
2016-07-25
*
Avoid invalidating all foreign-join cached plans when user mappings change.
Tom Lane
2016-07-15
*
Fix failure to handle conflicts in non-arbiter exclusion constraints.
Tom Lane
2016-07-04
*
Rethink node-level representation of partial-aggregation modes.
Tom Lane
2016-06-26
*
Fix type-safety problem with parallel aggregate serial/deserialization.
Tom Lane
2016-06-22
*
Fix handling of argument and result datatypes for partial aggregation.
Tom Lane
2016-06-17
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Stop the executor if no more tuples can be sent from worker to leader.
Robert Haas
2016-06-06
*
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
*
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-06
*
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-05-03
[next]