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
*
Pass QueryEnvironment down to EvalPlanQual's EState.
Thomas Munro
2019-07-10
*
pgindent run prior to branching v12.
Tom Lane
2019-07-01
*
Fix many typos and inconsistencies
Michael Paquier
2019-07-01
*
Fix misleading comment in nodeIndexonlyscan.c.
Thomas Munro
2019-06-28
*
Fix more typos and inconsistencies in the tree
Michael Paquier
2019-06-17
*
Fix assorted inconsistencies.
Amit Kapila
2019-06-08
*
Fix inconsistency in comments atop ExecParallelEstimate.
Amit Kapila
2019-06-07
*
Fix confusion on different kinds of slots in IndexOnlyScans.
Heikki Linnakangas
2019-06-06
*
Fix incorrect index behavior in COPY FROM with partitioned tables
David Rowley
2019-06-05
*
Fix typos.
Amit Kapila
2019-05-26
*
Fix typos.
Thomas Munro
2019-05-24
*
tableam: Rename wrapper functions to match callback names.
Andres Freund
2019-05-23
*
Fix array size allocation for HashAggregate hash keys.
Andrew Gierth
2019-05-23
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Initial pgindent run for v12.
Tom Lane
2019-05-22
*
Convert ExecComputeStoredGenerated to use tuple slots
Peter Eisentraut
2019-05-22
*
Minimally fix partial aggregation for aggregates that don't have one argument.
Andres Freund
2019-05-19
*
tableam: Avoid relying on relation size to determine validity of tids.
Andres Freund
2019-05-17
*
Restructure creation of run-time pruning steps.
Tom Lane
2019-05-17
*
Handle table_complete_speculative's succeeded argument as documented.
Andres Freund
2019-05-14
*
Fix duplicated words in comments
Michael Paquier
2019-05-14
*
Fix slot type issue for fuzzy distance index scan over out-of-core table AM.
Andres Freund
2019-04-19
*
Fix two memory leaks around force-storing tuples in slots.
Andres Freund
2019-04-19
*
Fix problems with auto-held portals.
Tom Lane
2019-04-19
*
Fix thinko in ExecCleanupTupleRouting().
Etsuro Fujita
2019-04-15
*
Fix typos.
Thomas Munro
2019-04-10
*
Fix EvalPlanQualStart to handle partitioned result rels correctly.
Tom Lane
2019-04-08
*
Fix a number of issues around modifying a previously updated row.
Andres Freund
2019-04-07
*
Use Append rather than MergeAppend for scanning ordered partitions.
Tom Lane
2019-04-05
*
tableam: Add table_multi_insert() and revamp/speed-up COPY FROM buffering.
Andres Freund
2019-04-04
*
Make queries' locking of indexes more consistent.
Tom Lane
2019-04-04
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
*
tableam: sample scan.
Andres Freund
2019-03-31
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
tableam: Add and use table_fetch_row_version().
Andres Freund
2019-03-25
*
Transaction chaining
Peter Eisentraut
2019-03-24
*
tableam: Add tuple_{insert, delete, update, lock} and use.
Andres Freund
2019-03-23
*
Collations with nondeterministic comparison
Peter Eisentraut
2019-03-22
*
Enable parallel query with SERIALIZABLE isolation.
Thomas Munro
2019-03-15
*
Remove unused #include
Peter Eisentraut
2019-03-14
*
Refactor ParamListInfo initialization
Peter Eisentraut
2019-03-14
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Move hash_any prototype from access/hash.h to utils/hashutils.h
Alvaro Herrera
2019-03-11
*
Allow ATTACH PARTITION with only ShareUpdateExclusiveLock.
Robert Haas
2019-03-07
*
Don't reuse slots between root and partition in ON CONFLICT ... UPDATE.
Andres Freund
2019-03-06
*
Fix bug in clearing of virtual tuple slot.
Andres Freund
2019-03-06
*
Improve performance of index-only scans with many index columns.
Tom Lane
2019-03-03
[next]