summaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAgeFilesLines
* Move the HTSU_Result enum definition into snapshot.h, to avoid includingAlvaro Herrera2008-03-261-1/+2
* Simplify and standardize conversions between TEXT datums and ordinary CTom Lane2008-03-251-3/+3
* Update copyrights in source tree to 2008.Bruce Momjian2008-01-011-2/+2
* pgindent run for 8.3.Bruce Momjian2007-11-151-3/+3
* Ensure that typmod decoration on a datatype name is validated in all cases,Tom Lane2007-11-111-4/+4
* Tsearch2 functionality migrates to core. The bulk of this work is byTom Lane2007-08-211-1/+79
* Wording cleanup for error messages. Also change can't -> cannot.Bruce Momjian2007-02-011-6/+6
* Add CREATE/ALTER/DROP OPERATOR FAMILY commands, also COMMENT ON OPERATORTom Lane2007-01-231-1/+92
* Update CVS HEAD for 2007 copyright. Back branches are typically notBruce Momjian2007-01-051-2/+2
* Fix some typos in comments.Neil Conway2006-11-121-2/+2
* pgindent run for 8.2.Bruce Momjian2006-10-041-28/+29
* Get rid of the separate RULE privilege for tables: now only a table's ownerTom Lane2006-09-051-5/+3
* Remove 576 references of include files that were not needed.Bruce Momjian2006-07-141-2/+1
* Support the syntaxTom Lane2006-04-151-16/+5
* Improve parser so that we can show an error cursor position for errorsTom Lane2006-03-141-21/+11
* Update copyright for 2006. Update scripts.Bruce Momjian2006-03-051-2/+2
* I've created a new shared catalog table pg_shdescription to storeBruce Momjian2006-02-121-18/+215
* Re-run pgindent, fixing a problem where comment lines after a blankBruce Momjian2005-11-221-3/+3
* Standard pgindent run for 8.1.Bruce Momjian2005-10-151-32/+30
* Completion of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-63/+30
* First phase of project to use fixed OIDs for all system catalogs andTom Lane2005-04-141-7/+9
* Change heap_modifytuple() to require a TupleDesc rather than aNeil Conway2005-01-271-2/+2
* Tag appropriate files for rc3PostgreSQL Daemon2004-12-311-2/+2
* Pgindent run for 8.0.Bruce Momjian2004-08-291-24/+26
* Update copyright to 2004.Bruce Momjian2004-08-291-2/+2
* Reimplement the linked list data structure used throughout the backend.Neil Conway2004-05-261-30/+30
* Add comment about why ON COMMENT in non-current database throws just anBruce Momjian2004-03-081-2/+2
* $Header: -> $PostgreSQL Changes ...PostgreSQL Daemon2003-11-291-1/+1
* COMMENT ON casts, conversions, languages, operator classes, andTom Lane2003-11-211-2/+320
* Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane2003-11-121-43/+41
* Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane2003-11-091-41/+40
* Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut2003-09-251-10/+10
* Code cleanup inspired by recent resname bug report (doesn't fix the bugTom Lane2003-08-111-5/+5
* Fix some copyright notices that weren't updated. Improve copyright toolTom Lane2003-08-041-2/+2
* pgindent run.Bruce Momjian2003-08-041-17/+18
* Adjust 'permission denied' messages to be more useful and consistent.Tom Lane2003-08-011-12/+23
* Another round of error message editing, covering backend/commands/.Tom Lane2003-07-201-41/+68
* For COMMENT ON DATABASE where database name is unknown or not the currentTom Lane2003-07-171-7/+25
* Some early work on error message editing. Operator-not-found andTom Lane2003-07-041-6/+4
* First batch of object rename commands.Peter Eisentraut2003-06-271-20/+20
* This patch fixes a bunch of spelling mistakes in comments throughout theTom Lane2003-03-101-4/+4
* Lock on the rule relation wasn't removed after adding the comment.Bruce Momjian2002-10-091-3/+3
* pgindent run.Bruce Momjian2002-09-041-20/+18
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-021-4/+1
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-291-3/+3
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-221-3/+4
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-091-29/+9
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-051-12/+2
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-021-3/+3
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-291-19/+8