index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
typecmds.c
Commit message (
Expand
)
Author
Age
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-09-17
*
Revert temporal primary keys and foreign keys
Peter Eisentraut
2024-05-16
*
Repair ALTER EXTENSION ... SET SCHEMA.
Tom Lane
2024-05-09
*
Catalog domain not-null constraints
Peter Eisentraut
2024-03-20
*
Rename pg_constraint.conwithoutoverlaps to conperiod
Peter Eisentraut
2024-03-05
*
Remove unused #include's from backend .c files
Peter Eisentraut
2024-03-04
*
Fix multiranges to behave more like dependent types.
Tom Lane
2024-02-14
*
Add temporal PRIMARY KEY and UNIQUE constraints
Peter Eisentraut
2024-01-24
*
Update copyright for 2024
Bruce Momjian
2024-01-03
*
Make some error strings more generic
Alvaro Herrera
2023-10-20
*
Add more sanity checks with callers of changeDependencyFor()
Michael Paquier
2023-07-10
*
Pre-beta mechanical code beautification.
Tom Lane
2023-05-19
*
Add SysCacheGetAttrNotNull for guaranteed not-null attrs
Daniel Gustafsson
2023-03-25
*
Update copyright for 2023
Bruce Momjian
2023-01-02
*
Add a SET option to the GRANT command.
Robert Haas
2022-11-18
*
Refactor aclcheck functions
Peter Eisentraut
2022-11-13
*
Refactor ownercheck functions
Peter Eisentraut
2022-11-13
*
Record dependencies of a cast on other casts that it requires.
Tom Lane
2022-10-17
*
Avoid using list_length() to test for empty list.
Tom Lane
2022-08-17
*
Replace many MemSet calls with struct initialization
Peter Eisentraut
2022-07-16
*
Remove useless assertions
Peter Eisentraut
2022-07-13
*
Add construct_array_builtin, deconstruct_array_builtin
Peter Eisentraut
2022-07-01
*
Add missing TYPEALIGN macros
John Naylor
2022-02-16
*
Update copyright for 2022
Bruce Momjian
2022-01-07
*
Allow specifying column list for foreign key ON DELETE SET actions
Peter Eisentraut
2021-12-08
*
Fix use-after-free with multirange types in CREATE TYPE
Michael Paquier
2021-10-13
*
Message style improvements
Peter Eisentraut
2021-09-16
*
Prevent ALTER TYPE/DOMAIN/OPERATOR from changing extension membership.
Tom Lane
2021-08-17
*
Improve reporting of "conflicting or redundant options" errors.
Dean Rasheed
2021-07-15
*
Revert 29854ee8d1 due to buildfarm failures
Alexander Korotkov
2021-06-15
*
Support for unnest(multirange) and cast multirange as an array of ranges
Alexander Korotkov
2021-06-15
*
Initial pgindent and pgperltidy run for v14.
Tom Lane
2021-05-12
*
Mark multirange_constructor0() and multirange_constructor2() strict
Alexander Korotkov
2021-04-23
*
SQL-standard function body
Peter Eisentraut
2021-04-07
*
Update copyright for 2021
Bruce Momjian
2021-01-02
*
Fix compiler warning introduced in 6df7a9698b
Alexander Korotkov
2020-12-20
*
Multirange datatypes
Alexander Korotkov
2020-12-20
*
Allow ALTER TYPE to update an existing type's typsubscript value.
Tom Lane
2020-12-11
*
Support subscripting of arbitrary types, not only arrays.
Tom Lane
2020-12-09
*
Make contrib modules' installation scripts more secure.
Tom Lane
2020-08-10
*
Fix oversight in ALTER TYPE: typmodin/typmodout must propagate to arrays.
Tom Lane
2020-07-31
*
Run pgindent with new pg_bsd_indent version 2.1.1.
Tom Lane
2020-05-16
*
Split out CreateCast into src/backend/catalog/pg_cast.c
Alvaro Herrera
2020-03-10
*
Allow ALTER TYPE to change some properties of a base type.
Tom Lane
2020-03-06
*
Remove the "opaque" pseudo-type and associated compatibility hacks.
Tom Lane
2020-03-05
*
Introduce macros for typalign and typstorage constants.
Tom Lane
2020-03-04
*
Update copyrights for 2020
Bruce Momjian
2020-01-01
*
Revert "Rename files and headers related to index AM"
Michael Paquier
2019-12-27
*
Rename files and headers related to index AM
Michael Paquier
2019-12-25
*
Avoid using lcons and list_delete_first where it's easy to do so.
Tom Lane
2019-07-17
[next]