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
*
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
*
Phase 2 pgindent run for v12.
Tom Lane
2019-05-22
*
Generated columns
Peter Eisentraut
2019-03-30
*
tableam: Add and use scan APIs.
Andres Freund
2019-03-11
*
Create the infrastructure for planner support functions.
Tom Lane
2019-02-09
*
Refactor planner's header files.
Tom Lane
2019-01-29
*
Replace uses of heap_open et al with the corresponding table_* function.
Andres Freund
2019-01-21
*
Don't include genam.h from execnodes.h and relscan.h anymore.
Andres Freund
2019-01-14
*
Don't include heapam.h from others headers.
Andres Freund
2019-01-14
*
Update copyright for 2019
Bruce Momjian
2019-01-02
*
Drop no-op CoerceToDomain nodes from expressions at planning time.
Tom Lane
2018-12-13
*
Remove WITH OIDS support, change oid catalog column visibility.
Andres Freund
2018-11-20
*
Lower lock level for renaming indexes
Peter Eisentraut
2018-11-14
*
Fix missing role dependencies for some schema and type ACLs.
Tom Lane
2018-11-09
*
Remove obsolete pg_constraint.consrc column
Peter Eisentraut
2018-11-01
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE (redux).
Thomas Munro
2018-10-09
*
Fully enforce uniqueness of constraint names.
Tom Lane
2018-09-04
*
Fix a couple minor typos
Stephen Frost
2018-04-20
*
Merge catalog/pg_foo_fn.h headers back into pg_foo.h headers.
Tom Lane
2018-04-08
[next]