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
*
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
*
Add support for renaming domain constraints
Peter Eisentraut
2012-04-03
*
Collect and use element-frequency statistics for arrays.
Tom Lane
2012-03-03
*
Remove useless const qualifier
Peter Eisentraut
2012-02-26
*
Allow LEAKPROOF functions for better performance of security views.
Robert Haas
2012-02-13
*
Disallow ALTER DOMAIN on non-domain type everywhere
Peter Eisentraut
2012-01-27
*
Classify DROP operations by whether or not they are user-initiated.
Robert Haas
2012-01-26
*
Prevent adding relations to a concurrently dropped schema.
Robert Haas
2012-01-16
*
Improve ALTER DOMAIN / DROP CONSTRAINT with nonexistent constraint
Peter Eisentraut
2012-01-05
*
Update copyright notices for year 2012.
Bruce Momjian
2012-01-01
*
Add ALTER DOMAIN ... RENAME
Peter Eisentraut
2011-12-22
*
Add support for privileges on types
Peter Eisentraut
2011-12-20
*
Allow CHECK constraints to be declared ONLY
Alvaro Herrera
2011-12-19
*
Improve behavior of concurrent rename statements.
Robert Haas
2011-12-15
*
Creator of a range type must have permission to call support functions.
Tom Lane
2011-11-23
*
Remove user-selectable ANALYZE option for range types.
Tom Lane
2011-11-23
*
Remove zero- and one-argument range constructor functions.
Tom Lane
2011-11-22
*
More code review for rangetypes patch.
Tom Lane
2011-11-21
*
Further code review for range types patch.
Tom Lane
2011-11-20
*
Fix alignment and toasting bugs in range types.
Tom Lane
2011-11-14
*
Rerun pgindent with updated typedef list.
Bruce Momjian
2011-11-14
*
Run pgindent on range type files, per request from Tom.
Bruce Momjian
2011-11-14
*
Support range data types.
Heikki Linnakangas
2011-11-03
*
Consolidate DROP handling for some object types.
Robert Haas
2011-10-19
*
Move Trigger and TriggerDesc structs out of rel.h into a new reltrigger.h
Alvaro Herrera
2011-07-04
*
Don't try to use a constraint name as domain name
Alvaro Herrera
2011-07-04
*
Remove unused variable to silence compiler warning
Peter Eisentraut
2011-07-04
*
Fix bugs in relpersistence handling during table creation.
Robert Haas
2011-07-03
*
Suppress compiler warning about potentially uninitialized variable.
Tom Lane
2011-07-01
*
Enable CHECK constraints to be declared NOT VALID
Alvaro Herrera
2011-06-30
*
Pgindent run before 9.1 beta2.
Bruce Momjian
2011-06-09
*
Add postmaster/postgres undocumented -b option for binary upgrades.
Bruce Momjian
2011-04-25
*
Make a code-cleanup pass over the collations patch.
Tom Lane
2011-04-22
*
pgindent run before PG 9.1 beta 1.
Bruce Momjian
2011-04-10
*
Revise collation derivation method and expression-tree representation.
Tom Lane
2011-03-19
*
Split CollateClause into separate raw and analyzed node types.
Tom Lane
2011-03-11
*
Remove collation information from TypeName, where it does not belong.
Tom Lane
2011-03-09
*
DDL support for collations
Peter Eisentraut
2011-02-12
*
Tweak find_composite_type_dependencies API a bit more.
Robert Haas
2011-02-11
*
Core support for "extensions", which are packages of SQL objects.
Tom Lane
2011-02-08
*
Per-column collation support
Peter Eisentraut
2011-02-08
*
Extend ALTER TABLE to allow Foreign Keys to be added without initial validation.
Simon Riggs
2011-02-08
*
Tighten ALTER FOREIGN TABLE .. SET DATA TYPE checks.
Robert Haas
2011-02-06
*
Force pg_upgrade's to preserve pg_class.oid, not pg_class.relfilenode.
Bruce Momjian
2011-01-07
*
Improve C comments about backend variables set by pg_upgrade_support
Bruce Momjian
2011-01-06
*
Stamp copyrights for year 2011.
Bruce Momjian
2011-01-01
[next]