aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/remove.c
Commit message (Expand)AuthorAge
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-06
* Make toast-table creation and deletion work somewhat reliably.Tom Lane2000-07-04
* Miscellaneous cleanups of places that needed to account for newTom Lane2000-05-28
* Change remove function warning for built-ins.Bruce Momjian2000-05-18
* Throw NOTICE on built-in function removalBruce Momjian2000-05-18
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-12
* Add:Bruce Momjian2000-01-26
* RemoveFunction didn't defend against too many args.Tom Lane2000-01-12
* Make number of args to a function configurable.Bruce Momjian2000-01-10
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-16
* Rename several destroy* functions/tags to drop*.Bruce Momjian1999-12-10
* Add system indexes to match all caches.Bruce Momjian1999-11-22
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-07
* Hello.Bruce Momjian1999-10-26
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-18
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-17
* Final cleanup.Bruce Momjian1999-07-16
* Remove unused #includes in *.c files.Bruce Momjian1999-07-15
* pgindent run over code.Bruce Momjian1999-05-25
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Initial MVCC code.Vadim B. Mikheev1998-12-15
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-27
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-01
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-01
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* Use Snapshot in heap access methods.Vadim B. Mikheev1998-07-27
* Remove un-needed braces around single statements.Bruce Momjian1998-06-15
* Change parameters to func_error().Thomas G. Lockhart1998-05-09
* This patch...Bruce Momjian1998-04-27
* Goodbye register keyword. Compiler knows better.Bruce Momjian1998-02-11
* Thank god for searchable mail archives.PostgreSQL Daemon1998-01-15
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-05
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-05
* Rename heap_destroyr to heap_destroy, heap_destroy to heap_destroy_with_catalog.Bruce Momjian1997-11-28
* Break parser functions into smaller files, group together.Bruce Momjian1997-11-25
* Remove all time travel stuff. Small parser cleanup.Bruce Momjian1997-11-20
* Inline memset() as MemSet().Bruce Momjian1997-09-18
* Used modified version of indent that understands over 100 typedefs.Bruce Momjian1997-09-08
* Add typdefs to pgindent run.Bruce Momjian1997-09-08
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-08
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-07
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-18
* cc1: warnings being treated as errorsVadim B. Mikheev1997-06-03
* From: Darren King <aixssd!darrenk@abs.net>Marc G. Fournier1997-05-22
* This patch changes quite a few instances of references of Oid'sBruce Momjian1996-11-30
* Clean it up so that it compilesMarc G. Fournier1996-11-06
* Some compile failure fixes from Keith Parks <emkxp01@mtcc.demon.co.uk>Marc G. Fournier1996-11-06
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-03
* Major code cleanups from D'arcy (-Wall -Werror)Marc G. Fournier1996-10-23
* From: Dan McGuirk <mcguirk@indirect.com>Marc G. Fournier1996-08-19