summaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-201-7/+12
* Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane2002-07-141-25/+109
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-121-17/+24
* Clean up some copyrights.Bruce Momjian2002-06-201-2/+2
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-211-2/+2
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-201-59/+28
* Make operators have their own comments separate from those of theTom Lane2002-05-131-29/+67
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-271-24/+10
* Restrict comment to the current database in order to prevent them fromBruce Momjian2002-04-241-1/+5
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-191-9/+14
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-181-20/+81
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-161-45/+12
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-20/+5
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-173/+141
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-61/+40
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-12/+17
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-53/+59
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-15/+3
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-4/+5
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-031-14/+9
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-200/+256
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-251-4/+4
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-131-29/+6
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-051-22/+2
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-271-2/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-5/+8
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-231-1/+1
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-55/+50