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