aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* Fix mistaken failure to allow parallelism in corner case.Robert Haas2017-10-27
* Fix AggGetAggref() so it won't lie to aggregate final functions.Tom Lane2017-10-12
* Prevent sharing transition states between ordered-set aggregates.Tom Lane2017-10-11
* Fix crash when logical decoding is invoked from a PL function.Tom Lane2017-10-06
* Fix traversal of half-frozen update chainsAlvaro Herrera2017-10-06
* Fix typo in comment.Heikki Linnakangas2017-06-21
* Avoid passing function pointers across process boundaries.Tom Lane2017-04-15
* Spelling fixesPeter Eisentraut2017-03-14
* Make sure that hash join's bulk-tuple-transfer loops are interruptible.Tom Lane2017-02-15
* Fix typos in comments.Heikki Linnakangas2017-02-06
* Throw suitable error for COPY TO STDOUT/FROM STDIN in a SQL function.Tom Lane2017-01-14
* Fix handling of expanded objects in CoerceToDomain and CASE execution.Tom Lane2016-12-22
* Fix sharing Agg transition state of DISTINCT or ordered aggs.Heikki Linnakangas2016-12-20
* Fix bogus comment.Robert Haas2016-12-08
* Fix interaction of parallel query with prepared statements.Robert Haas2016-12-06
* Ensure gatherstate->nextreader is properly initialized.Robert Haas2016-12-05
* Fix typo in commentMagnus Hagander2016-11-25
* Improve speed of aggregates that use array_append as transition function.Tom Lane2016-10-30
* Avoid testing tuple visibility without buffer lock.Tom Lane2016-10-23
* Don't throw serialization errors for self-conflicts in INSERT ON CONFLICT.Tom Lane2016-10-23
* Fix incorrect handling of polymorphic aggregates used as window functions.Tom Lane2016-10-09
* Be sure to rewind the tuplestore read pointer in non-leader CTEScan nodes.Tom Lane2016-09-22
* Add macros to make AllocSetContextCreate() calls simpler and safer.Tom Lane2016-08-27
* Fix improper repetition of previous results from a hashed aggregate.Tom Lane2016-08-24
* Fix possible crash due to incorrect allocation context.Robert Haas2016-08-16
* Add SQL-accessible functions for inspecting index AM properties.Tom Lane2016-08-13
* Fix busted Assert for CREATE MATVIEW ... WITH NO DATA.Tom Lane2016-08-11
* Fix two errors with nested CASE/WHEN constructs.Tom Lane2016-08-08
* Don't CHECK_FOR_INTERRUPTS between WaitLatch and ResetLatch.Tom Lane2016-08-01
* Code review for tqueue.c: fix memory leaks, speed it up, other fixes.Tom Lane2016-07-31
* Fix worst memory leaks in tqueue.c.Tom Lane2016-07-29
* Fix tqueue.c's range-remapping code.Tom Lane2016-07-29
* Message style improvementsPeter Eisentraut2016-07-28
* tqueue.c's record-typmod hashtables need the HASH_BLOBS option.Tom Lane2016-07-28
* Allow functions that return sets of tuples to return simple NULLs.Tom Lane2016-07-26
* Fix constant-folding of ROW(...) IS [NOT] NULL with composite fields.Tom Lane2016-07-26
* Message style improvementsPeter Eisentraut2016-07-25
* Avoid invalidating all foreign-join cached plans when user mappings change.Tom Lane2016-07-15
* Fix failure to handle conflicts in non-arbiter exclusion constraints.Tom Lane2016-07-04
* Rethink node-level representation of partial-aggregation modes.Tom Lane2016-06-26
* Fix type-safety problem with parallel aggregate serial/deserialization.Tom Lane2016-06-22
* Fix handling of argument and result datatypes for partial aggregation.Tom Lane2016-06-17
* pgindent run for 9.6Robert Haas2016-06-09
* Stop the executor if no more tuples can be sent from worker to leader.Robert Haas2016-06-06
* Properly initialize SortSupport for ORDER BY rechecks in nodeIndexscan.c.Tom Lane2016-06-05
* Mark read/write expanded values as read-only in ValuesNext(), too.Tom Lane2016-06-03
* Mark read/write expanded values as read-only in ExecProject().Tom Lane2016-06-03
* Fix latent crash in do_text_output_multiline().Tom Lane2016-05-23
* Use mul_size when multiplying by the number of parallel workers.Robert Haas2016-05-06
* Tweak a few more things in preparation for upcoming pgindent run.Robert Haas2016-05-03