index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
Commit message (
Expand
)
Author
Age
*
tableam: bitmap table scan.
Andres Freund
2019-03-31
*
tableam: sample scan.
Andres Freund
2019-03-31
*
tableam: Formatting and other minor cleanups.
Andres Freund
2019-03-31
*
Fix nbtree high key "continuescan" row compare bug.
Peter Geoghegan
2019-03-31
*
Compute root->qual_security_level in a less random place.
Tom Lane
2019-03-31
*
Skip redundant anti-wraparound vacuums
Michael Paquier
2019-03-31
*
tableam: Move heap specific logic from estimate_rel_size below tableam.
Andres Freund
2019-03-30
*
tableam: VACUUM and ANALYZE support.
Andres Freund
2019-03-30
*
Fix typo
Tomas Vondra
2019-03-31
*
Speed up planning when partitions can be pruned at plan time.
Tom Lane
2019-03-30
*
Fix compiler warnings in multivariate MCV code
Tomas Vondra
2019-03-30
*
Additional fixes of memory alignment in pg_mcv_list code
Tomas Vondra
2019-03-30
*
Avoid crash in partitionwise join planning under GEQO.
Tom Lane
2019-03-30
*
Generated columns
Peter Eisentraut
2019-03-30
*
Small code simplification for REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-30
*
Tweak some nbtree-related code comments.
Peter Geoghegan
2019-03-29
*
Fix memory alignment in pg_mcv_list serialization
Tomas Vondra
2019-03-29
*
tableam: Comment fixes.
Andres Freund
2019-03-29
*
Allow existing VACUUM options to take a Boolean argument.
Robert Haas
2019-03-29
*
Warn more strongly about the dangers of exclusive backup mode.
Robert Haas
2019-03-29
*
Fix incorrect code in new REINDEX CONCURRENTLY code
Peter Eisentraut
2019-03-29
*
REINDEX CONCURRENTLY
Peter Eisentraut
2019-03-29
*
tableam: relation creation, VACUUM FULL/CLUSTER, SET TABLESPACE.
Andres Freund
2019-03-28
*
Fix typo.
Thomas Munro
2019-03-29
*
Fix deserialization of pg_mcv_list values
Tomas Vondra
2019-03-28
*
Use FullTransactionId for the transaction stack.
Thomas Munro
2019-03-28
*
Add basic infrastructure for 64 bit transaction IDs.
Thomas Munro
2019-03-28
*
tableam: Support for an index build's initial table scan(s).
Andres Freund
2019-03-27
*
Minor improvements for the multivariate MCV lists
Tomas Vondra
2019-03-27
*
Add support for multivariate MCV lists
Tomas Vondra
2019-03-27
*
Avoid passing query tlist around separately from root->processed_tlist.
Tom Lane
2019-03-27
*
Suppress uninitialized-variable warning.
Tom Lane
2019-03-27
*
Improve error handling of column references in expression transformation
Michael Paquier
2019-03-27
*
Fix off-by-one error in txid_status().
Thomas Munro
2019-03-27
*
Switch some palloc/memset calls to palloc0
Michael Paquier
2019-03-27
*
Track unowned relations in doubly-linked list
Tomas Vondra
2019-03-27
*
Compute XID horizon for page level index vacuum on primary.
Andres Freund
2019-03-26
*
Fix partitioned index creation bug with dropped columns
Alvaro Herrera
2019-03-26
*
Build "other rels" of appendrel baserels in a separate step.
Tom Lane
2019-03-26
*
Fix oversight in data-type change for autovacuum_vacuum_cost_delay.
Tom Lane
2019-03-26
*
Get rid of duplicate child RTE for a partitioned table.
Tom Lane
2019-03-26
*
Fix misplaced const
Peter Eisentraut
2019-03-26
*
Remove heap_hot_search().
Andres Freund
2019-03-25
*
Fix crash when using partition bound expressions
Michael Paquier
2019-03-26
*
tableam: Add table_get_latest_tid, to wrap heap_get_latest_tid.
Andres Freund
2019-03-25
*
tableam: Add helper for indexes to check if a corresponding table tuples exist.
Andres Freund
2019-03-25
*
Improve planner's selectivity estimates for inequalities on CTID.
Tom Lane
2019-03-25
*
Suppress Append and MergeAppend plan nodes that have a single child.
Tom Lane
2019-03-25
*
Add "split after new tuple" nbtree optimization.
Peter Geoghegan
2019-03-25
*
Further code review for new integerset code.
Tom Lane
2019-03-25
[next]