summaryrefslogtreecommitdiff
path: root/src/backend/commands/remove.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Change parameters to func_error().Thomas G. Lockhart1998-05-091-3/+3
* This patch...Bruce Momjian1998-04-271-28/+29
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-111-2/+2
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-151-4/+5
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-18/+18
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-18/+18
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-281-2/+2
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-251-2/+3
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-201-9/+9
* Inline memset() as MemSet().Bruce Momjian1997-09-181-2/+2
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-081-2/+2
* Add typdefs to pgindent run.Bruce Momjian1997-09-081-2/+2
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-48/+48
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-379/+417
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-3/+3