summaryrefslogtreecommitdiff
path: root/src/backend/commands/remove.c
Commit message (Expand)AuthorAgeFilesLines
* Restructure representation of aggregate functions so that they have pg_procTom Lane2002-04-111-14/+40
* Functions live in namespaces. Qualified function names work, egTom Lane2002-04-091-44/+23
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-69/+91
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-32/+27
* Code review for DOMAIN patch.Tom Lane2002-03-201-12/+4
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-191-2/+57
* Back out domain patch until it works properly.Bruce Momjian2002-03-071-57/+2
* Ok. Updated patch attached.Bruce Momjian2002-03-061-2/+57
* Change made to elog:Bruce Momjian2002-03-061-3/+3
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-2/+2
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-2/+1
* DROP AGGREGATE and COMMENT ON AGGREGATE now accept the expected syntaxTom Lane2001-10-031-27/+12
* Make OIDs optional, per discussions in pghackers. WITH OIDS is still theTom Lane2001-08-101-21/+11
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-051-4/+2
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-3/+3
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-241-2/+2
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-231-8/+7
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-151-3/+3
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-201-3/+2
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-34/+36
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-9/+1
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-071-22/+16
* Remove incorrect extra heap_close when deleting a builtin function.Tom Lane2000-09-121-5/+2
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-13/+5
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-041-2/+2
* Miscellaneous cleanups of places that needed to account for newTom Lane2000-05-281-2/+3
* Change remove function warning for built-ins.Bruce Momjian2000-05-181-2/+2
* Throw NOTICE on built-in function removalBruce Momjian2000-05-181-2/+2
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-6/+7
* Add:Bruce Momjian2000-01-261-2/+3
* RemoveFunction didn't defend against too many args.Tom Lane2000-01-121-2/+4
* Make number of args to a function configurable.Bruce Momjian2000-01-101-5/+5
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-2/+2
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-101-2/+2
* Add system indexes to match all caches.Bruce Momjian1999-11-221-8/+8
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-2/+2
* Hello.Bruce Momjian1999-10-261-3/+34
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-26/+26
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* Final cleanup.Bruce Momjian1999-07-161-1/+2
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-7/+1
* pgindent run over code.Bruce Momjian1999-05-251-3/+3
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-4/+4
* Initial MVCC code.Vadim B. Mikheev1998-12-151-7/+7
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-11/+11
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-25/+25
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-2/+2
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-159/+76
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-271-9/+9
* Remove un-needed braces around single statements.Bruce Momjian1998-06-151-7/+1