index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
executor
Age
Commit message (
Expand
)
Author
2016-05-23
Fix latent crash in do_text_output_multiline().
Tom Lane
2016-05-06
Use mul_size when multiplying by the number of parallel workers.
Robert Haas
2016-05-03
Tweak a few more things in preparation for upcoming pgindent run.
Robert Haas
2016-04-27
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-26
Fix typo in comment
Magnus Hagander
2016-04-20
Revert no-op changes to BufferGetPage()
Kevin Grittner
2016-04-15
Tweak EXPLAIN for parallel query to show workers launched.
Robert Haas
2016-04-15
Remove trailing commas in enums.
Andres Freund
2016-04-12
Fix _SPI_execute_plan() for CREATE TABLE IF NOT EXISTS foo AS ...
Tom Lane
2016-04-08
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-02
Copyedit comments and documentation.
Noah Misch
2016-03-29
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-22
Fix EvalPlanQual bug when query contains both locked and not-locked rels.
Tom Lane
2016-03-21
Support parallel aggregation.
Robert Haas
2016-03-18
Directly modify foreign tables.
Robert Haas
2016-03-15
Avoid incorrectly indicating exclusion constraint wait
Stephen Frost
2016-03-14
Use repalloc_huge() to enlarge a SPITupleTable's tuple pointer array.
Tom Lane
2016-03-12
Widen query numbers-of-tuples-processed counters to uint64.
Tom Lane
2016-03-07
Make the upper part of the planner work by generating and comparing Paths.
Tom Lane
2016-03-04
Minor optimizations based on ParallelContext having nworkers_launched.
Robert Haas
2016-03-02
Change the format of the VM fork to add a second bit per page.
Robert Haas
2016-02-17
Reuse abbreviated keys in ordered [set] aggregates.
Robert Haas
2016-02-07
ExecHashRemoveNextSkewBucket must physically copy tuples to main hashtable.
Tom Lane
2016-02-06
Fix comment block trashed by pgindent.
Tom Lane
2016-02-06
Improve HJDEBUG code a bit.
Tom Lane
2016-02-05
When modifying a foreign table, initialize tableoid field properly.
Robert Haas
2016-02-03
Allow parallel custom and foreign scans.
Robert Haas
2016-01-28
Only try to push down foreign joins if the user mapping OIDs match.
Robert Haas
2016-01-20
Support parallel joins, and make related improvements.
Robert Haas
2016-01-20
Support multi-stage aggregation.
Robert Haas
2016-01-18
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-15
Fix spelling mistakes.
Robert Haas
2016-01-02
Update copyright for 2016
Bruce Momjian
2015-12-23
Read from the same worker repeatedly until it returns no tuple.
Robert Haas
2015-12-23
Allow omitting one or both boundaries in an array slice specifier.
Tom Lane
2015-12-18
Revert 9246af6799819847faa33baf441251003acbb8fe because
Teodor Sigaev
2015-12-18
Fix TupleQueueReaderNext not to ignore its nowait argument.
Robert Haas
2015-12-18
Allow to omit boundaries in array subscript
Teodor Sigaev
2015-12-11
Improve some messages
Peter Eisentraut
2015-12-10
Fix ON CONFLICT UPDATE bug breaking AFTER UPDATE triggers.
Andres Freund
2015-12-09
Allow EXPLAIN (ANALYZE, VERBOSE) to display per-worker statistics.
Robert Haas
2015-12-08
Allow foreign and custom joins to handle EvalPlanQual rechecks.
Robert Haas
2015-11-30
Fix obsolete comment.
Robert Haas
2015-11-20
Avoid server crash when worker registration fails at execution time.
Robert Haas
2015-11-18
Avoid aggregating worker instrumentation multiple times.
Robert Haas
2015-11-18
Fix dumb bug in tqueue.c
Robert Haas
[next]