index
:
postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
REL_16_STABLE
REL_17_STABLE
REL_18_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
This is the main PostgreSQL git repository.
git repository user
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
test
/
regress
/
expected
/
rangefuncs.out
Age
Commit message (
Expand
)
Author
2025-09-08
Don't generate fake "*SELECT*" or "*SELECT* %d" subquery aliases.
Robert Haas
2025-04-02
Change SQL-language functions to use the plan cache.
Tom Lane
2024-04-15
Fix type-checking of RECORD-returning functions in FROM, redux.
Tom Lane
2024-03-06
Fix type-checking of RECORD-returning functions in FROM.
Tom Lane
2023-01-18
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2023-01-12
Revert "Get rid of the "new" and "old" entries in a view's rangetable."
Tom Lane
2023-01-12
Get rid of the "new" and "old" entries in a view's rangetable.
Tom Lane
2022-07-22
Close old gap in dependency checks for functions returning composite.
Tom Lane
2021-10-14
Fix planner error with pulling up subquery expressions into function RTEs.
Tom Lane
2021-07-27
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2020-12-20
Multirange datatypes
Alexander Korotkov
2020-10-19
Fix list-munging bug that broke SQL function result coercions.
Tom Lane
2020-09-22
Improve the error message for an inappropriate column definition list.
Tom Lane
2020-03-19
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-17
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-01-08
Improve the handling of result type coercions in SQL functions.
Tom Lane
2019-04-08
Fix improper interaction of FULL JOINs with lateral references.
Tom Lane
2018-03-15
Clean up duplicate table and function names in regression tests.
Tom Lane
2017-06-14
Disallow set-returning functions inside CASE or COALESCE.
Tom Lane
2017-03-28
Make new expression eval code reject references to dropped columns.
Tom Lane
2017-01-30
Add a regression test script dedicated to exercising system views.
Tom Lane
2017-01-18
Move targetlist SRF handling from expression evaluation to new executor node.
Andres Freund
2017-01-18
Make messages mentioning type names more uniform
Alvaro Herrera
2016-07-27
Allow functions that return sets of tuples to return simple NULLs.
Tom Lane
2016-06-07
Revert "Use Foreign Key relationships to infer multi-column join selectivity".
Tom Lane
2016-04-08
Use Foreign Key relationships to infer multi-column join selectivity
Simon Riggs
2015-09-05
Rearrange the handling of error context reports.
Tom Lane
2015-03-12
Support flattening of empty-FROM subqueries and one-row VALUES tables.
Tom Lane
2014-10-20
Fix mishandling of FieldSelect-on-whole-row-Var in nested lateral queries.
Tom Lane
2014-04-30
Fix indentation of JOIN clauses in rule/view dumps.
Tom Lane
2014-01-09
Fix "cannot accept a set" error when only some arms of a CASE return a set.
Tom Lane
2013-12-10
Rename TABLE() to ROWS FROM().
Noah Misch
2013-11-22
Support multi-argument UNNEST(), and TABLE() syntax for multiple functions.
Tom Lane
2013-08-23
In locate_grouping_columns(), don't expect an exact match of Var typmods.
Tom Lane
2013-07-29
Add SQL Standard WITH ORDINALITY support for UNNEST (and any other SRF)
Greg Stark
2013-01-26
Make LATERAL implicit for functions in FROM.
Tom Lane
2012-08-07
Implement SQL-standard LATERAL subqueries.
Tom Lane
2012-07-05
Reduce messages about implicit indexes and sequences to DEBUG1.
Robert Haas
2012-06-26
Make DROP FUNCTION hint more informative.
Robert Haas
2011-10-08
Support index-only scans using the visibility map to avoid heap fetches.
Tom Lane
2010-12-01
Prevent inlining a SQL function with multiple OUT parameters.
Tom Lane
2010-07-12
Make NestLoop plan nodes pass outer-relation variables into their inner
Tom Lane
2010-04-19
Add an 'enable_material' GUC.
Robert Haas
2009-12-14
Fix a bug introduced when set-returning SQL functions were made inline-able:
Tom Lane
2009-10-08
Support use of function argument names to identify which actual arguments
Tom Lane
2009-06-11
Fix things so that you can still do "select foo()" where foo is a SQL
Tom Lane
2009-03-30
Fix an oversight in the support for storing/retrieving "minimal tuples" in
Tom Lane
2008-10-31
Allow SQL-language functions to return the output of an INSERT/UPDATE/DELETE
Tom Lane
2008-09-01
Add a bunch of new error location reports to parse-analysis error messages.
Tom Lane
2008-07-18
Implement SQL-spec RETURNS TABLE syntax for functions.
Tom Lane
[next]