index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
partitioning
Commit message (
Expand
)
Author
Age
*
Remove useless casts to (void *) in arguments of some system functions
Peter Eisentraut
2023-02-07
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add copyright notices to meson files
Andrew Dunstan
2022-12-20
*
Move PartitioPruneInfo out of plan nodes into PlannedStmt
Alvaro Herrera
2022-12-01
*
Resolve partition strategy during early parsing
Alvaro Herrera
2022-11-03
*
Remove unnecessary uses of Abs()
Peter Eisentraut
2022-10-07
*
Rename shadowed local variables
David Rowley
2022-10-05
*
meson: Add initial version of meson based build system
Andres Freund
2022-09-21
*
Harmonize more parameter names in bulk.
Peter Geoghegan
2022-09-20
*
Split up guc.c for better build speed and ease of maintenance.
Tom Lane
2022-09-13
*
Fix planner to consider matches to boolean columns in extension indexes.
Tom Lane
2022-09-02
*
Improve performance of adjust_appendrel_attrs_multilevel.
Tom Lane
2022-08-18
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Have ExecFindPartition cache the last found partition
David Rowley
2022-08-02
*
Small cleanup of create_list_bounds()
David Rowley
2022-07-13
*
Pre-beta mechanical code beautification.
Tom Lane
2022-05-12
*
Refactor and cleanup runtime partition prune code a little
Alvaro Herrera
2022-04-05
*
Fix misuse of "const" qualifier.
Tom Lane
2022-02-13
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Fix duplicate words in comments
Daniel Gustafsson
2021-10-04
*
Ensure interleaved_parts field is always initialized
David Rowley
2021-10-01
*
Allow ordered partition scans in more cases
David Rowley
2021-08-03
*
Track a Bitmapset of non-pruned partitions in RelOptInfo
David Rowley
2021-08-03
*
Avoid using ambiguous word "non-negative" in error messages.
Fujii Masao
2021-07-28
*
Use l*_node() family of functions where appropriate
Peter Eisentraut
2021-07-19
*
Remove unused function parameter in get_qual_from_partbound
John Naylor
2021-07-14
*
Use a hash table to speed up NOT IN(values)
David Rowley
2021-07-07
*
Reduce the number of pallocs when building partition bounds
David Rowley
2021-07-06
*
Fix bogus logic for reporting which hash partition conflicts.
Tom Lane
2021-06-29
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Fix typo
Peter Eisentraut
2021-05-07
*
Track detached partitions more accurately in partdescs
Alvaro Herrera
2021-05-06
*
Allow a partdesc-omitting-partitions to be cached
Alvaro Herrera
2021-04-28
*
Fix uninitialized memory bug
Alvaro Herrera
2021-04-22
*
Fix relcache inconsistency hazard in partition detach
Alvaro Herrera
2021-04-22
*
Speedup ScalarArrayOpExpr evaluation
David Rowley
2021-04-08
*
Cleanup partition pruning step generation
David Rowley
2021-04-08
*
ALTER TABLE ... DETACH PARTITION ... CONCURRENTLY
Alvaro Herrera
2021-03-25
*
Message style fix
Peter Eisentraut
2021-02-24
*
Improve new hash partition bound check error messages
Peter Eisentraut
2021-02-22
*
Use errmsg_internal for debug messages
Peter Eisentraut
2021-02-17
*
Remove [Merge]AppendPath.partitioned_rels.
Tom Lane
2021-02-01
*
Revise make_partition_pruneinfo to not use its partitioned_rels input.
Tom Lane
2021-02-01
*
Fix hash partition pruning with asymmetric partition sets.
Tom Lane
2021-01-28
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix typos and grammar in docs and comments
Michael Paquier
2020-12-24
*
Improve hash_create()'s API for some added robustness.
Tom Lane
2020-12-15
*
Do not return NULL for error cases in satisfies_hash_partition().
Tom Lane
2020-11-16
*
Move catalog index declarations
Peter Eisentraut
2020-11-07
*
Fix some grammar and typos in comments and docs
Michael Paquier
2020-11-02
[next]