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
/
include
/
nodes
Age
Commit message (
Expand
)
Author
2022-01-03
Fix index-only scan plans, take 2.
Tom Lane
2022-01-01
Fix index-only scan plans when not all index columns can be returned.
Tom Lane
2021-08-19
Avoid trying to lock OLD/NEW in a rule with FOR UPDATE.
Tom Lane
2021-03-23
Use correct spelling of statistics kind
Tomas Vondra
2021-02-08
Fix permission checks on constraint violation errors on partitions.
Heikki Linnakangas
2020-12-01
Ensure that expandTableLikeClause() re-examines the same table.
Tom Lane
2020-11-24
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-08-15
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-03-22
Revert "Skip WAL for new relfilenodes, under wal_level=minimal."
Noah Misch
2020-03-21
Skip WAL for new relfilenodes, under wal_level=minimal.
Noah Misch
2020-01-17
Repair more failures with SubPlans in multi-row VALUES lists.
Tom Lane
2019-10-03
Selectively include window frames in expression walks/mutates.
Andrew Gierth
2019-09-13
Fix under-parenthesized macro definitions
Alvaro Herrera
2019-06-24
Remove misleading comment from pathnodes.h.
Thomas Munro
2019-05-17
Restructure creation of run-time pruning steps.
Tom Lane
2019-03-07
Fix handling of targetlist SRFs when scan/join relation is known empty.
Tom Lane
2019-01-23
Fix misc typos in comments.
Heikki Linnakangas
2018-11-15
Correct code comments for PartitionedRelPruneInfo struct
Peter Eisentraut
2018-11-08
Revise attribute handling code on partition creation
Alvaro Herrera
2018-10-30
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-03
Fix issues around EXPLAIN with JIT.
Andres Freund
2018-09-25
Collect JIT instrumentation from workers.
Andres Freund
2018-09-18
Fix some probably-minor oversights in readfuncs.c.
Tom Lane
2018-09-17
Fix parsetree representation of XMLTABLE(XMLNAMESPACES(DEFAULT ...)).
Tom Lane
2018-08-31
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-30
Fix IndexInfo comments.
Heikki Linnakangas
2018-08-13
Avoid query-lifetime memory leaks in XMLTABLE (bug #15321)
Andrew Gierth
2018-08-01
Fix run-time partition pruning for appends with multiple source rels.
Tom Lane
2018-07-18
Fix misc typos, mostly in comments.
Heikki Linnakangas
2018-07-11
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-06-27
Fix typo in comment
Alvaro Herrera
2018-06-26
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-11
Improve commentary about run-time partition pruning data structures.
Tom Lane
2018-06-10
Assorted cosmetic cleanup of run-time-partition-pruning code.
Tom Lane
2018-06-10
Relocate partition pruning structs to a saner place.
Tom Lane
2018-06-10
Improve run-time partition pruning to handle any stable expression.
Tom Lane
2018-04-26
Post-feature-freeze pgindent run.
Tom Lane
2018-04-23
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-20
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-17
Update Append's idea of first_partial_plan
Alvaro Herrera
2018-04-15
Reorganize partitioning code
Alvaro Herrera
2018-04-12
Revert MERGE patch
Simon Riggs
2018-04-12
Rename IndexInfo.ii_KeyAttrNumbers array
Teodor Sigaev
2018-04-10
Fix IndexOnlyScan counter for heap fetches in parallel mode
Alvaro Herrera
2018-04-09
Fix incorrect logic for choosing the next Parallel Append subplan
Alvaro Herrera
2018-04-07
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
Add bms_prev_member function
Alvaro Herrera
2018-04-07
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-06
Allow insert and update tuple routing and COPY for foreign tables.
Robert Haas
2018-04-06
Faster partition pruning
Alvaro Herrera
[next]