index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
utils
/
adt
/
selfuncs.c
Commit message (
Expand
)
Author
Age
...
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Move estimate_hashagg_tablesize to selfuncs.c, and widen result to double.
Tom Lane
2019-02-21
*
Refactor index cost estimation functions in view of IndexClause changes.
Tom Lane
2019-02-15
*
Simplify the planner's new representation of indexable clauses a little.
Tom Lane
2019-02-14
*
Move pattern selectivity code from selfuncs.c to like_support.c.
Tom Lane
2019-02-14
*
Clean up planner confusion between ncolumns and nkeycolumns.
Tom Lane
2019-02-12
*
Build out the planner support function infrastructure.
Tom Lane
2019-02-09
*
Refactor the representation of indexable clauses in IndexPaths.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Teach nulltestsel() that system columns are never NULL.
Tom Lane
2019-01-25
*
Move generic snapshot related code from tqual.h to snapmgr.h.
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
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Add text-vs-name cross-type operators, and unify name_ops with text_ops.
Tom Lane
2018-12-19
*
Make type "name" collation-aware.
Tom Lane
2018-12-19
*
Make pg_statistic and related code account more honestly for collations.
Tom Lane
2018-12-14
*
Clamp semijoin selectivity to be not more than inner-join selectivity.
Tom Lane
2018-11-23
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Introduce notion of different types of slots (without implementing them).
Andres Freund
2018-11-15
*
Remove deprecated abstime, reltime, tinterval datatypes.
Andres Freund
2018-10-11
*
Split ExecStoreTuple into ExecStoreHeapTuple and ExecStoreBufferHeapTuple.
Andres Freund
2018-09-25
*
Rethink how to get float.h in old Windows API for isnan/isinf
Alvaro Herrera
2018-07-11
*
Cleanup covering infrastructure
Teodor Sigaev
2018-04-12
*
Indexes with INCLUDE columns and their support in B-tree
Teodor Sigaev
2018-04-07
*
Add prefix operator for TEXT type.
Teodor Sigaev
2018-04-03
*
Fix assorted issues in convert_to_scalar().
Tom Lane
2018-03-03
*
Update copyright for 2018
Bruce Momjian
2018-01-02
*
Fix neqjoinsel's behavior for semi/anti join cases.
Tom Lane
2017-11-29
*
Improve planner's handling of set-returning functions in grouping columns.
Tom Lane
2017-11-25
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Distinguish selectivity of < from <= and > from >=.
Tom Lane
2017-09-13
*
Improve performance of get_actual_variable_range with recently-dead tuples.
Tom Lane
2017-09-07
*
Make the planner assume that the entries in a VALUES list are distinct.
Tom Lane
2017-08-16
*
Avoid out-of-memory in a hash join with many duplicate inner keys.
Tom Lane
2017-08-15
*
Manually un-break a few URLs that pgindent used to insist on splitting.
Tom Lane
2017-06-21
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Initial pgindent run with pg_bsd_indent version 2.0.
Tom Lane
2017-06-21
*
Teach predtest.c about CHECK clauses to fix partitioning bugs.
Robert Haas
2017-06-14
*
Remove dead variables.
Tom Lane
2017-06-03
*
Fix <> and pattern-NOT-match estimators to handle nulls correctly.
Tom Lane
2017-06-03
*
Post-PG 10 beta1 pgindent run
Bruce Momjian
2017-05-17
*
Standardize terminology for pg_statistic_ext entries.
Tom Lane
2017-05-14
*
Redesign get_attstatsslot()/free_attstatsslot() for more safety and speed.
Tom Lane
2017-05-13
*
Add security checks to selectivity estimation functions
Peter Eisentraut
2017-05-08
*
Improve castNode notation by introducing list-extraction-specific variants.
Tom Lane
2017-04-10
*
Reset API of clause_selectivity()
Simon Riggs
2017-04-06
[prev]
[next]