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
2020-03-18
Disk-based Hash Aggregation.
Jeff Davis
2020-03-17
Remove bogus assertion about polymorphic SQL function result.
Tom Lane
2020-03-16
Simplify the effective_io_concurrency setting.
Thomas Munro
2020-03-10
Remove utils/acl.h from catalog/objectaddress.h
Peter Eisentraut
2020-03-05
Extend ExecBuildAggTrans() to support a NULL pointer check.
Jeff Davis
2020-03-04
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-02
Represent command completion tags as structs
Alvaro Herrera
2020-02-29
Correctly re-use hash tables in buildSubPlanHash().
Tom Lane
2020-02-29
Remove obsolete comment.
Tom Lane
2020-02-27
Move src/backend/utils/hash/hashfn.c to src/common
Robert Haas
2020-02-24
expression eval: Reduce number of steps for agg transition invocations.
Andres Freund
2020-02-21
Fixup for nodeAgg.c refactor.
Jeff Davis
2020-02-19
Minor refactor of nodeAgg.c.
Jeff Davis
2020-02-18
Remove duplicated words in comments
Michael Paquier
2020-02-17
Optimize update of tables with generated columns
Peter Eisentraut
2020-02-10
Change signature of TupleHashTableHash().
Jeff Davis
2020-02-07
Fix bug in Tid scan.
Fujii Masao
2020-02-07
Introduce TupleHashTableHash() and LookupTupleHashEntryHash().
Jeff Davis
2020-02-07
expression eval: Don't redundantly keep track of AggState.
Andres Freund
2020-02-07
expression eval, jit: Minor code cleanups.
Andres Freund
2020-02-06
Refactor hash_agg_entry_size().
Jeff Davis
2020-02-03
Add missing break out seqscan loop in logical replication
Alvaro Herrera
2020-01-30
Clean up newlines following left parentheses
Alvaro Herrera
2020-01-28
Fix dangling pointer in EvalPlanQual machinery.
Tom Lane
2020-01-28
Added relation name in error messages for constraint checks.
Amit Kapila
2020-01-27
Avoid unnecessary shm writes in Parallel Hash Join.
Thomas Munro
2020-01-21
Fix edge case leading to agg transitions skipping ExecAggTransReparent() calls.
Andres Freund
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2020-01-16
Fix problems with "read only query" checks, and refactor the code.
Robert Haas
2020-01-14
Make rewriter prevent auto-updates on views with conditional INSTEAD rules.
Dean Rasheed
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-01
Update copyrights for 2020
Bruce Momjian
2019-12-26
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-25
Load relcache entries' partitioning data on-demand, not immediately.
Tom Lane
2019-12-25
Rename files and headers related to index AM
Michael Paquier
2019-12-24
Avoid splitting C string literals with \-newline
Alvaro Herrera
2019-12-24
Rotate instead of shifting hash join batch number.
Thomas Munro
2019-12-18
Refactor attribute mappings used in logical tuple conversion
Michael Paquier
2019-12-18
Remove redundant not-null test
Bruce Momjian
2019-12-11
Allow executor startup pruning to prune all child nodes.
Tom Lane
2019-12-11
Further adjust EXPLAIN's choices of table alias names.
Tom Lane
2019-12-06
Fix comments in execGrouping.c
Jeff Davis
2019-12-04
Fix whitespace.
Etsuro Fujita
2019-11-28
Remove useless "return;" lines
Alvaro Herrera
2019-11-26
Don't shut down Gather[Merge] early under Limit.
Amit Kapila
2019-11-15
Always call ExecShutdownNode() if appropriate.
Thomas Munro
2019-11-12
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-07
Add reusable routine for making arrays unique.
Thomas Munro
2019-11-06
Minor code review for tuple slot rewrite.
Tom Lane
2019-11-05
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
[next]