aboutsummaryrefslogtreecommitdiff
path: root/src/backend/executor
Commit message (Expand)AuthorAge
* 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
* Tighten up sanity checks for parallel aggregate in execQual.c.Robert Haas2016-04-27
* Clean up a few parallelism-related things that pgindent wants to mangle.Robert Haas2016-04-27
* Fix typo in commentMagnus Hagander2016-04-26
* Revert no-op changes to BufferGetPage()Kevin Grittner2016-04-20
* Tweak EXPLAIN for parallel query to show workers launched.Robert Haas2016-04-15
* Remove trailing commas in enums.Andres Freund2016-04-14
* Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...Tom Lane2016-04-11
* Modify BufferGetPage() to prepare for "snapshot too old" featureKevin Grittner2016-04-08
* Revert CREATE INDEX ... INCLUDING ...Teodor Sigaev2016-04-08
* CREATE INDEX ... INCLUDING (column[, ...])Teodor Sigaev2016-04-08
* Copyedit comments and documentation.Noah Misch2016-04-01
* Fix bug in aggregate (de)serialization commit.Robert Haas2016-03-29
* Allow aggregate transition states to be serialized and deserialized.Robert Haas2016-03-29
* Fix EvalPlanQual bug when query contains both locked and not-locked rels.Tom Lane2016-03-22
* Support parallel aggregation.Robert Haas2016-03-21
* Directly modify foreign tables.Robert Haas2016-03-18
* Avoid incorrectly indicating exclusion constraint waitStephen Frost2016-03-15
* Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.Tom Lane2016-03-14
* Widen query numbers-of-tuples-processed counters to uint64.Tom Lane2016-03-12
* Make the upper part of the planner work by generating and comparing Paths.Tom Lane2016-03-07
* Minor optimizations based on ParallelContext having nworkers_launched.Robert Haas2016-03-04
* Change the format of the VM fork to add a second bit per page.Robert Haas2016-03-01
* Reuse abbreviated keys in ordered [set] aggregates.Robert Haas2016-02-17
* ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.Tom Lane2016-02-07