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
/
commands
/
typecmds.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
1
-7
/
+1
*
Update copyright for 2023
Bruce Momjian
2023-01-02
1
-1
/
+1
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
1
-1
/
+1
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
1
-8
/
+8
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
1
-14
/
+14
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
1
-1
/
+3
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
1
-1
/
+1
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
1
-6
/
+3
*
Remove useless assertions
Peter Eisentraut
2022-07-13
1
-1
/
+0
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
1
-5
/
+2
*
Add missing TYPEALIGN macros
John Naylor
2022-02-16
1
-2
/
+2
*
Update copyright for 2022
Bruce Momjian
2022-01-07
1
-1
/
+1
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
1
-0
/
+2
*
Fix use-after-free with multirange types in CREATE TYPE
Michael Paquier
2021-10-13
1
-1
/
+0
*
Message style improvements
Peter Eisentraut
2021-09-16
1
-3
/
+3
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
1
-0
/
+2
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
1
-23
/
+8
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
1
-84
/
+8
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
1
-8
/
+84
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
1
-7
/
+7
*
Mark multirange_constructor0() and multirange_constructor2() strict
Alexander Korotkov
2021-04-23
1
-2
/
+2
*
SQL-standard function body
Peter Eisentraut
2021-04-07
1
-0
/
+4
*
Update copyright for 2021
Bruce Momjian
2021-01-02
1
-1
/
+1
*
Fix compiler warning introduced in 6df7a9698b
Alexander Korotkov
2020-12-20
1
-1
/
+1
*
Multirange datatypes
Alexander Korotkov
2020-12-20
1
-3
/
+354
*
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
1
-0
/
+20
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
1
-8
/
+87
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
1
-14
/
+36
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
1
-11
/
+52
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
1
-1
/
+1
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
1
-0
/
+1
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
1
-56
/
+434
*
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
1
-191
/
+91
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
1
-24
/
+24
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
1
-1
/
+1
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
1
-1
/
+1
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
1
-1
/
+1
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
1
-1
/
+1
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
1
-5
/
+5
*
Generated columns
Peter Eisentraut
2019-03-30
1
-2
/
+4
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
1
-12
/
+17
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
1
-0
/
+1
*
Refactor planner's header files.
Tom Lane
2019-01-29
1
-1
/
+1
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
1
-34
/
+34
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
1
-0
/
+1
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
1
-0
/
+1
*
Update copyright for 2019
Bruce Momjian
2019-01-02
1
-1
/
+1
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
1
-3
/
+19
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
1
-19
/
+19
*
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
1
-1
/
+1
[next]