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
*
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
*
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
[next]