aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/comment.c
Commit message (Expand)AuthorAge
* Lock on the rule relation wasn't removed after adding the comment.Bruce Momjian2002-10-09
* pgindent run.Bruce Momjian2002-09-04
* Code review for HeapTupleHeader changes. Add version number to page headersTom Lane2002-09-02
* Code review for standalone composite types, query-specified compositeTom Lane2002-08-29
* Add a bunch of pseudo-types to replace the behavior formerly associatedTom Lane2002-08-22
* has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane2002-08-09
* Restructure system-catalog index updating logic. Instead of havingTom Lane2002-08-05
* ALTER TABLE DROP COLUMN works. Patch by Christopher Kings-Lynne,Tom Lane2002-08-02
* Centralize code for interpreting schema references, which had gottenTom Lane2002-07-29
* oid is needed, it is added at the end of the struct (after the nullBruce Momjian2002-07-20
* Add COMMENT ON CONSTRAINT facility (from Rod Taylor's pg_constraint patch).Tom Lane2002-07-14
* Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane2002-07-12
* Clean up some copyrights.Bruce Momjian2002-06-20
* Remove global variable scanCommandId in favor of storing a command IDTom Lane2002-05-21
* Restructure indexscan API (index_beginscan, index_getnext) perTom Lane2002-05-20
* Make operators have their own comments separate from those of theTom Lane2002-05-13
* Restructure aclcheck error reporting to make permission-failureTom Lane2002-04-27
* Restrict comment to the current database in order to prevent them fromBruce Momjian2002-04-24
* pg_trigger's index on tgrelid is replaced by a unique index onTom Lane2002-04-19
* Rule names are now unique per-relation, rather than unique globally.Tom Lane2002-04-18
* Operators live in namespaces. CREATE/DROP/COMMENT ON OPERATOR takeTom Lane2002-04-16
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-11
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-09
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-29
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-26
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-02
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-25
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-03
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-10
* Optimizer can now estimate selectivity of IS NULL, IS NOT NULL,Tom Lane2001-06-25
* Allow a non-superuser database owner to vacuum all tables in hisTom Lane2001-06-13
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-05
* Make UPDATE and DELETE privileges distinct. Add REFERENCES and TRIGGERPeter Eisentraut2001-05-27
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Rename int4 to int32 in a few places.Bruce Momjian2001-01-23
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-08
* Remove NO_SECURITY define.Bruce Momjian2000-10-16
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* This patch implements a different "relkind"Bruce Momjian2000-09-12
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Update textin() and textout() to new fmgr style. This is just phaseTom Lane2000-07-05
* Mark functions as static and ifdef NOT_USED as appropriate.Bruce Momjian2000-06-08
* Latest round of fmgr updates. All functions with bool,char, or int2Tom Lane2000-06-05
* Remove unused include files. Do not touch /port or includes used by defines.Bruce Momjian2000-05-30
* First round of changes for new fmgr interface. fmgr itself and theTom Lane2000-05-28
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Fix a bunch of minor portability problems and maybe-bugs revealed byTom Lane2000-03-17