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
*
Renaming for new subscripting mechanism
Alvaro Herrera
2019-02-01
*
Rename nodes/relation.h to nodes/pathnodes.h.
Tom Lane
2019-01-29
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Make some small planner API cleanups.
Tom Lane
2019-01-29
*
In the planner, replace an empty FROM clause with a dummy RTE.
Tom Lane
2019-01-28
*
Allow generalized expression syntax for partition bounds
Peter Eisentraut
2019-01-25
*
Rename RelationData.rd_amroutine to rd_indam.
Andres Freund
2019-01-21
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Replace heapam.h includes with {table, relation}.h where applicable.
Andres Freund
2019-01-21
*
Reorganize planner code moved in b60c39759908
Alvaro Herrera
2019-01-16
*
Avoid sharing PARAM_EXEC slots between different levels of NestLoop.
Tom Lane
2019-01-11
*
Move inheritance expansion code into its own file
Alvaro Herrera
2019-01-10
*
Don't believe MinMaxExpr is leakproof without checking.
Tom Lane
2019-01-02
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Support parameterized TidPaths.
Tom Lane
2018-12-30
*
Teach eval_const_expressions to constant-fold LEAST/GREATEST expressions.
Tom Lane
2018-12-30
*
Remove obsolete IndexIs* macros
Peter Eisentraut
2018-12-27
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Postpone calculating total_table_pages until after pruning/exclusion.
Tom Lane
2018-11-07
*
Optimize nested ConvertRowtypeExpr nodes.
Andrew Gierth
2018-11-06
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
*
Correct constness of system attributes in heap.c & prerequisites.
Andres Freund
2018-10-16
*
Remove some unnecessary fields from Plan trees.
Tom Lane
2018-10-07
*
Prohibit pushing subqueries containing window function calculation to
Amit Kapila
2018-09-04
*
Disable support for partitionwise joins in problematic cases.
Etsuro Fujita
2018-08-31
*
Avoid crash in eval_const_expressions if a Param's type changes.
Tom Lane
2018-07-26
*
Fix re-parameterize of MergeAppendPath
Michael Paquier
2018-07-19
*
Fix bugs with degenerate window ORDER BY clauses in GROUPS/RANGE mode.
Tom Lane
2018-07-11
*
Allow direct lookups of AppendRelInfo by child relid
Alvaro Herrera
2018-06-26
*
Improve coding pattern in Parallel Append code.
Amit Kapila
2018-06-22
*
Fix mishandling of sortgroupref labels while splitting SRF targetlists.
Tom Lane
2018-06-21
*
Post-feature-freeze pgindent run.
Tom Lane
2018-04-26
*
Prevent generation of bogus subquery scan paths.
Robert Haas
2018-04-25
*
Add GUC enable_partition_pruning
Alvaro Herrera
2018-04-23
*
Change more places to be less trusting of RestrictInfo.is_pushed_down.
Tom Lane
2018-04-20
*
Fix incorrect handling of join clauses pushed into parameterized paths.
Tom Lane
2018-04-19
*
Reorganize partitioning code
Alvaro Herrera
2018-04-14
*
Support named and default arguments in CALL
Peter Eisentraut
2018-04-14
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Revert MERGE patch
Simon Riggs
2018-04-12
*
Support partition pruning at execution time
Alvaro Herrera
2018-04-07
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Faster partition pruning
Alvaro Herrera
2018-04-06
*
MERGE SQL Command following SQL:2016
Simon Riggs
2018-04-03
*
Revert "Modified files for MERGE"
Simon Riggs
2018-04-02
*
Modified files for MERGE
Simon Riggs
2018-04-02
*
Fast ALTER TABLE ADD COLUMN with a non-NULL default
Andrew Dunstan
2018-03-28
*
Improve predtest.c's handling of cases with NULL-constant inputs.
Tom Lane
2018-03-21
*
Don't pass the grouping target around unnecessarily.
Robert Haas
2018-03-20
[next]