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
*
Fix erroneous construction of functions' dependencies on transforms.
Tom Lane
2025-04-07
*
Remove dead code
Peter Eisentraut
2025-01-16
*
Add support for NOT ENFORCED in CHECK constraints
Peter Eisentraut
2025-01-11
*
Update copyright for 2025
Bruce Momjian
2025-01-01
*
Fix incorrect source filename references
David Rowley
2024-12-23
*
Print out error position for some more DDLs
Michael Paquier
2024-12-17
*
Print out error position for CREATE DOMAIN
Michael Paquier
2024-12-16
*
Fix handling of CREATE DOMAIN with GENERATED constraint syntax
Peter Eisentraut
2024-12-03
*
Remove useless casts to (void *)
Peter Eisentraut
2024-11-28
*
Add pg_constraint rows for not-null constraints
Álvaro Herrera
2024-11-08
*
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
[next]