aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAge
* 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
* Fix some typos in comments.Neil Conway2006-11-12
* pgindent run for 8.2.Bruce Momjian2006-10-04
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-05
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-14
* Support the syntaxTom Lane2006-04-15
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-14
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-05
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-12
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-22
* Standard pgindent run for 8.1.Bruce Momjian2005-10-15
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-14
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-27
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-31
* Pgindent run for 8.0.Bruce Momjian2004-08-29
* Update copyright to 2004.Bruce Momjian2004-08-29
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-26
* Add comment about why ON COMMENT in non-current database throws just anBruce Momjian2004-03-08
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-29
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-21
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-12
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-09
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-25
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-11
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-04
* pgindent run.Bruce Momjian2003-08-04
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-01
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-20
* For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane2003-07-17