index
:
delta/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
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
parser
/
parse_coerce.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Make Vars be outer-join-aware.
Tom Lane
2023-01-30
1
-1
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
1
-0
/
+21
*
Fix failure to validate the result of select_common_type().
Tom Lane
2022-01-29
1
-1
/
+65
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Ensure casting to typmod -1 generates a RelabelType.
Tom Lane
2021-12-16
1
-1
/
+9
*
Don't elide casting to typmod -1.
Tom Lane
2021-08-06
1
-9
/
+17
*
Fix bugs in polymorphic-argument resolution for multiranges.
Tom Lane
2021-07-27
1
-139
/
+177
*
Refactor some error messages for easier translation
Peter Eisentraut
2021-05-12
1
-6
/
+6
*
Fix old bug with coercing the result of a COLLATE expression.
Tom Lane
2021-04-12
1
-11
/
+18
*
Re-implement pl/pgsql's expression and assignment parsing.
Tom Lane
2021-01-04
1
-0
/
+8
*
Add the ability for the core grammar to have more than one parse target.
Tom Lane
2021-01-04
1
-2
/
+3
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Multirange datatypes
Alexander Korotkov
2020-12-20
1
-34
/
+316
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-2
/
+3
*
Add select_common_typmod()
Peter Eisentraut
2020-10-27
1
-0
/
+37
*
Clarify comments in enforce_generic_type_consistency().
Tom Lane
2020-09-07
1
-10
/
+10
*
Put back mistakenly removed #include.
Tom Lane
2020-04-08
1
-0
/
+1
*
Remove bogus Assert, add some regression test cases showing why.
Tom Lane
2020-04-04
1
-9
/
+12
*
Go back to returning int from ereport auxiliary functions.
Tom Lane
2020-03-25
1
-3
/
+3
*
Improve the internal implementation of ereport().
Tom Lane
2020-03-24
1
-3
/
+3
*
Introduce "anycompatible" family of polymorphic types.
Tom Lane
2020-03-19
1
-41
/
+486
*
Refactor our checks for valid function and aggregate signatures.
Tom Lane
2020-03-17
1
-0
/
+71
*
Adjust handling of an ANYARRAY actual input for an ANYARRAY argument.
Tom Lane
2020-03-17
1
-184
/
+189
*
Restructure polymorphic-type resolution in funcapi.c.
Tom Lane
2020-03-14
1
-104
/
+0
*
Make parser rely more heavily on the ParseNamespaceItem data structure.
Tom Lane
2020-01-02
1
-4
/
+3
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Represent Lists as expansible arrays, not chains of cons-cells.
Tom Lane
2019-07-15
1
-4
/
+4
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-13
/
+13
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Fix interaction of CASE and ArrayCoerceExpr.
Tom Lane
2018-10-30
1
-1
/
+6
*
Sprinkle some const decorations
Peter Eisentraut
2018-10-23
1
-4
/
+4
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
1
-1
/
+1
*
Add prokind column, replacing proisagg and proiswindow
Peter Eisentraut
2018-03-02
1
-2
/
+1
*
Update copyright for 2018
Bruce Momjian
2018-01-02
1
-1
/
+1
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
1
-2
/
+2
*
Support domains over composite types.
Tom Lane
2017-10-26
1
-5
/
+43
*
Support arrays over domains.
Tom Lane
2017-09-30
1
-67
/
+88
*
Reduce excessive dereferencing of function pointers
Peter Eisentraut
2017-09-07
1
-1
/
+1
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
1
-4
/
+5
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
1
-24
/
+24
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
1
-5
/
+5
*
Support XMLTABLE query expression
Alvaro Herrera
2017-03-08
1
-7
/
+26
*
Make messages mentioning type names more uniform
Alvaro Herrera
2017-01-18
1
-15
/
+20
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
1
-1
/
+1
*
Add defenses against putting expanded objects into Const nodes.
Tom Lane
2016-01-21
1
-0
/
+38
*
Update copyright for 2016
Bruce Momjian
2016-01-02
1
-1
/
+1
*
Rename coerce_type() local variable.
Noah Misch
2015-05-02
1
-8
/
+8
*
Update copyright for 2015
Bruce Momjian
2015-01-06
1
-1
/
+1
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
1
-23
/
+23
[next]