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 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
*
Tighten up sanity checks for parallel aggregate in execQual.c.
Robert Haas
2016-04-27
*
Clean up a few parallelism-related things that pgindent wants to mangle.
Robert Haas
2016-04-27
*
Fix typo in comment
Magnus Hagander
2016-04-26
*
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-20
*
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-15
*
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
*
Modify BufferGetPage() to prepare for "snapshot too old" feature
Kevin Grittner
2016-04-08
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Copyedit comments and documentation.
Noah Misch
2016-04-01
*
Fix bug in aggregate (de)serialization commit.
Robert Haas
2016-03-29
*
Allow aggregate transition states to be serialized and deserialized.
Robert Haas
2016-03-29
*
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-22
*
Support parallel aggregation.
Robert Haas
2016-03-21
*
Directly modify foreign tables.
Robert Haas
2016-03-18
*
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-15
*
Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.
Tom Lane
2016-03-14
*
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-12
*
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-07
*
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-04
*
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-03-01
*
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-17
*
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-07
[next]