aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAge
* Update copyright for 2016Bruce Momjian2016-01-02
* Change many routines to return ObjectAddress rather than OIDAlvaro Herrera2015-03-03
* Update copyright for 2015Bruce Momjian2015-01-06
* Update copyright for 2014Bruce Momjian2014-01-07
* Update messages, comments and documentation for materialized views.Noah Misch2013-07-05
* Use an MVCC snapshot, rather than SnapshotNow, for catalog scans.Robert Haas2013-07-02
* Add a materialized view relations.Kevin Grittner2013-03-03
* Update copyrights for 2013Bruce Momjian2013-01-01
* Adjust more backend functions to return OID rather than void.Robert Haas2012-12-29
* Split tuple struct defs from htup.h to htup_details.hAlvaro Herrera2012-08-30
* Update copyright notices for year 2012.Bruce Momjian2012-01-01
* Remove rel.h from objectaddress.h; only relcache.h is necessary.Alvaro Herrera2011-06-28
* Add a missing_ok argument to get_object_address().Robert Haas2011-06-27
* Index tuple data arrays using Anum_xxx symbolic constants instead of "i++".Tom Lane2011-06-16
* pgindent run before PG 9.1 beta 1.Bruce Momjian2011-04-10
* Allow non-superusers to create (some) extensions.Tom Lane2011-03-04
* DDL support for collationsPeter Eisentraut2011-02-12
* Fix pg_upgrade to handle extensions.Tom Lane2011-02-09
* Core support for "extensions", which are packages of SQL objects.Tom Lane2011-02-08
* Basic foreign table support.Robert Haas2011-01-01
* Stamp copyrights for year 2011.Bruce Momjian2011-01-01
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-23
* Refactor typenameTypeId()Peter Eisentraut2010-10-25
* Remove cvs keywords from all files.Magnus Hagander2010-09-20
* Remove duplicated code left behind by my recent refactoring of comment.cRobert Haas2010-09-17
* Rewrite comment code for better modularity, and add necessary locking.Robert Haas2010-08-27
* Standardize get_whatever_oid functions for other object types.Robert Haas2010-08-05
* Standardize get_whatever_oid functions for object types withRobert Haas2010-08-05
* Fix ALTER LARGE OBJECT and GRANT ... ON LARGE OBJECT for large OIDs.Robert Haas2010-06-13
* pgindent run for 9.0Bruce Momjian2010-02-26
* Wrap calls to SearchSysCache and related functions using macros.Robert Haas2010-02-14
* Update copyright for the year 2010.Bruce Momjian2010-01-02
* Disallow comments on columns of relation types other than tables, views,Tom Lane2009-12-22
* More cleanups for the recent large object permissions patch.Robert Haas2009-12-21
* Add large object access control.Itagaki Takahiro2009-12-11
* CREATE LIKE INCLUDING COMMENTS and STORAGE, and INCLUDING ALL shortcut. Itaga...Andrew Dunstan2009-10-12
* 8.4 pgindent run, with new combined Linux/FreeBSD/MinGW typedef listBruce Momjian2009-06-11
* Update copyright for 2009.Bruce Momjian2009-01-01
* Remove all uses of the deprecated functions heap_formtuple, heap_modifytuple,Tom Lane2008-11-02
* Use format_type_be() instead of TypeNameToString() for some more user-facingPeter Eisentraut2008-10-21
* Improve our #include situation by moving pointer types away from theAlvaro Herrera2008-06-19
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-26
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-25
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-01
* pgindent run for 8.3.Bruce Momjian2007-11-15
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-11
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-21
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-01
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-23
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-05