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 some const decorations to prototypes
Peter Eisentraut
2017-11-10
*
Change TRUE/FALSE to true/false
Peter Eisentraut
2017-11-08
*
Support domains over composite types.
Tom Lane
2017-10-26
*
Support arrays over domains.
Tom Lane
2017-09-30
*
Revert to 9.6 treatment of ALTER TYPE enumtype ADD VALUE.
Tom Lane
2017-09-27
*
Change tupledesc->attrs[n] to TupleDescAttr(tupledesc, n).
Andres Freund
2017-08-20
*
Fix handling of container types in find_composite_type_dependencies.
Tom Lane
2017-08-09
*
Phase 3 of pgindent updates.
Tom Lane
2017-06-21
*
Phase 2 of pgindent updates.
Tom Lane
2017-06-21
*
Fix improper quoting of format_type_be() output.
Tom Lane
2017-05-29
*
Remove objname/objargs split for referring to objects
Peter Eisentraut
2017-03-06
*
Provide CatalogTupleDelete() as a wrapper around simple_heap_delete().
Tom Lane
2017-02-01
*
Tweak catalog indexing abstraction for upcoming WARM
Alvaro Herrera
2017-01-31
*
Remove obsoleted code relating to targetlist SRF evaluation.
Andres Freund
2017-01-19
*
Get rid of ParseState.p_value_substitute; use a columnref hook instead.
Tom Lane
2017-01-07
*
Update copyright via script for 2017
Bruce Momjian
2017-01-03
*
Implement table partitioning.
Robert Haas
2016-12-07
*
Be pickier about converting between Name and Datum.
Tom Lane
2016-09-13
*
Support renaming an existing value of an enum type.
Tom Lane
2016-09-07
*
Add location field to DefElem
Peter Eisentraut
2016-09-06
*
Relax transactional restrictions on ALTER TYPE ... ADD VALUE.
Tom Lane
2016-09-05
*
pgindent run for 9.6
Robert Haas
2016-06-09
*
Revert CREATE INDEX ... INCLUDING ...
Teodor Sigaev
2016-04-08
*
CREATE INDEX ... INCLUDING (column[, ...])
Teodor Sigaev
2016-04-08
*
Type names should not be quoted
Alvaro Herrera
2016-04-01
*
Improve internationalization of messages involving type names
Alvaro Herrera
2016-03-28
*
Move pg_constraint.h function declarations to new file pg_constraint_fn.h.
Tom Lane
2016-02-11
*
Restructure index access method API to hide most of it at the C level.
Tom Lane
2016-01-17
*
Update copyright for 2016
Bruce Momjian
2016-01-02
*
Rework internals of changing a type's ownership
Alvaro Herrera
2015-12-17
*
Make ALTER .. SET SCHEMA do nothing, instead of throwing an ERROR.
Robert Haas
2015-11-19
*
Determine whether it's safe to attempt a parallel plan for a query.
Robert Haas
2015-09-16
*
pgindent run for 9.5
Bruce Momjian
2015-05-23
*
Add transforms feature
Peter Eisentraut
2015-04-26
*
Use the right type OID after creating a shell type
Alvaro Herrera
2015-04-22
*
Integrate pg_upgrade_support module into backend
Peter Eisentraut
2015-04-14
*
Change many routines to return ObjectAddress rather than OID
Alvaro Herrera
2015-03-03
*
Use the typcache to cache constraints for domain types.
Tom Lane
2015-03-01
*
adjust ACL owners for REASSIGN and ALTER OWNER TO
Bruce Momjian
2015-01-22
*
Update copyright for 2015
Bruce Momjian
2015-01-06
*
Make CREATE TYPE print warnings if a datatype's I/O functions are volatile.
Tom Lane
2014-11-05
*
Split builtins.h to a new header ruleutils.h
Alvaro Herrera
2014-10-08
*
pg_upgrade: prevent automatic oid assignment
Bruce Momjian
2014-08-25
*
DefineType: return base type OID, not its array
Alvaro Herrera
2014-08-25
*
pgindent run for 9.4
Bruce Momjian
2014-05-06
*
Make DROP IF EXISTS more consistently not fail
Alvaro Herrera
2014-01-23
*
Update copyright for 2014
Bruce Momjian
2014-01-07
*
Move pg_upgrade_support global variables to their own include file
Bruce Momjian
2013-12-19
*
Update messages, comments and documentation for materialized views.
Noah Misch
2013-07-05
*
Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.
Robert Haas
2013-07-02
[next]