summaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-6/+2
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-4/+0
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-32/+36
* This patch implements a different "relkind"Bruce Momjian2000-09-121-4/+5
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-29/+15
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-051-1/+1
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-081-1/+2
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-051-1/+1
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-301-4/+0
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-281-2/+3
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-470/+521
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-171-9/+9
* Bruce,Bruce Momjian2000-01-201-3/+9
* Bruce,Bruce Momjian2000-01-181-0/+10
* setheapoverride() is history. Uses replaced with CommandCounterIncrement()Tom Lane2000-01-171-2/+0
* CommentProc was careless about too many arguments.Tom Lane2000-01-121-51/+50
* Make number of args to a function configurable.Bruce Momjian2000-01-101-99/+99
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-1/+1
* Add pg_statistic index, add missing Hiroshi file.Bruce Momjian1999-11-241-1/+1
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-8/+8
* Changed pg_rewrite attributes ev_qual and ev_action to the newJan Wieck1999-11-181-1/+1
* Hello.Bruce Momjian1999-10-261-0/+796