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
*
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
*
pgindent run for release 9.3
Bruce Momjian
2013-05-29
*
Clean up the mess around EXPLAIN and materialized views.
Tom Lane
2013-04-12
*
Extend object-access hook machinery to support post-alter events.
Robert Haas
2013-03-17
*
Add a materialized view relations.
Kevin Grittner
2013-03-03
*
Provide database object names as separate fields in error messages.
Tom Lane
2013-01-29
*
Make some spelling more consistent
Peter Eisentraut
2013-01-05
*
Update copyrights for 2013
Bruce Momjian
2013-01-01
*
Fix ruleutils to cope with conflicts from adding/dropping/renaming columns.
Tom Lane
2012-12-31
*
Adjust more backend functions to return OID rather than void.
Robert Haas
2012-12-29
*
Adjust many backend functions to return OID rather than void.
Robert Haas
2012-12-23
*
Allow adding values to an enum type created in the current transaction.
Tom Lane
2012-12-01
*
Fix ALTER EXTENSION / SET SCHEMA
Alvaro Herrera
2012-10-31
*
Allow IF NOT EXISTS when add a new enum label.
Andrew Dunstan
2012-09-22
*
Fix a couple other leftover uses of 'conisonly' terminology.
Tom Lane
2012-09-12
*
Split tuple struct defs from htup.h to htup_details.h
Alvaro Herrera
2012-08-30
*
Centralize the logic for detecting misplaced aggregates, window funcs, etc.
Tom Lane
2012-08-10
*
Change syntax of new CHECK NO INHERIT constraints
Alvaro Herrera
2012-07-24
*
Improve reporting of permission errors for array types
Peter Eisentraut
2012-06-15
*
Run pgindent on 9.2 source tree in preparation for first 9.3
Bruce Momjian
2012-06-10
*
Force PL and range-type support functions to be owned by a superuser.
Tom Lane
2012-05-30
*
Lots of doc corrections.
Robert Haas
2012-04-23
[next]