index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
optimizer
/
util
Commit message (
Expand
)
Author
Age
*
Get rid of artificial restriction on hash table sizes on Windows.
Tom Lane
2021-07-25
*
Fix planner's row-mark code for inheritance from a foreign table.
Tom Lane
2021-06-02
*
Fix mis-planning of repeated application of a projection.
Tom Lane
2021-05-31
*
Fix error with CREATE PUBLICATION, wal_level=minimal, and new tables.
Noah Misch
2021-01-30
*
Silence another gcc 11 warning.
Tom Lane
2021-01-28
*
Fix pull_varnos' miscomputation of relids set for a PlaceHolderVar.
Tom Lane
2021-01-21
*
Disallow SRFs when considering sorts below Gather Merge
Tomas Vondra
2020-12-21
*
Teach contain_leaked_vars that assignment SubscriptingRefs are leaky.
Tom Lane
2020-12-08
*
Fix missing outfuncs.c support for IncrementalSortPath.
Tom Lane
2020-11-30
*
Fix miscomputation of direct_lateral_relids for join relations.
Tom Lane
2020-11-30
*
Properly check index mark/restore in ExecSupportsMarkRestore.
Andrew Gierth
2020-11-24
*
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-10-19
*
Suppress unnecessary RelabelType nodes in yet more cases.
Tom Lane
2020-08-19
*
Be more careful about the shape of hashable subplan clauses.
Tom Lane
2020-08-14
*
Add hash_mem_multiplier GUC.
Peter Geoghegan
2020-07-29
*
Fix bitmap AND/OR scans on the inside of a nestloop partition-wise join.
Tom Lane
2020-07-14
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Dial back -Wimplicit-fallthrough to level 3
Alvaro Herrera
2020-05-13
*
Add -Wimplicit-fallthrough to CFLAGS and CXXFLAGS
Alvaro Herrera
2020-05-12
*
Remove unnecessary #include.
Etsuro Fujita
2020-05-12
*
Get rid of trailing semicolons in C macro definitions.
Tom Lane
2020-05-01
*
Allow partitionwise join to handle nested FULL JOIN USING cases.
Tom Lane
2020-04-07
*
Allow partitionwise joins in more cases.
Etsuro Fujita
2020-04-08
*
Support FETCH FIRST WITH TIES
Alvaro Herrera
2020-04-07
*
Implement Incremental Sort
Tomas Vondra
2020-04-06
*
Cosmetic improvements for code related to partitionwise join.
Tom Lane
2020-04-03
*
Implement operator class parameters
Alexander Korotkov
2020-03-30
*
Disk-based Hash Aggregation.
Jeff Davis
2020-03-18
*
Save calculated transitionSpace in Agg node.
Jeff Davis
2020-02-27
*
Suppress unnecessary RelabelType nodes in more cases.
Tom Lane
2020-02-26
*
Reconsider the representation of join alias Vars.
Tom Lane
2020-01-09
*
Improve the handling of result type coercions in SQL functions.
Tom Lane
2020-01-08
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Fix EXPLAIN's column alias output for mismatched child tables.
Tom Lane
2019-12-02
*
Add a reverse-translation column number array to struct AppendRelInfo.
Tom Lane
2019-12-02
*
Fix typo in comment.
Etsuro Fujita
2019-11-27
*
Make the order of the header file includes consistent in backend modules.
Amit Kapila
2019-11-12
*
Split all OBJS style lines in makefiles into one-line-per-entry style.
Andres Freund
2019-11-05
*
Generate EquivalenceClass members for partitionwise child join rels.
Tom Lane
2019-11-05
*
Remove last traces of heap_open/close in the tree
Michael Paquier
2019-10-19
*
Remove useless bms_free() calls in build_child_join_rel().
Etsuro Fujita
2019-08-16
*
Don't constraint-exclude partitioned tables as much
Alvaro Herrera
2019-08-13
*
Rationalize use of list_concat + list_copy combinations.
Tom Lane
2019-08-12
*
Cosmetic improvements in setup of planner's per-RTE arrays.
Tom Lane
2019-08-09
*
Fix typo in pathnode.c
Michael Paquier
2019-08-06
*
Allow functions-in-FROM to be pulled up if they reduce to constants.
Tom Lane
2019-08-01
*
Speed up finding EquivalenceClasses for a given set of rels
David Rowley
2019-07-21
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
[next]