aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/remove.c
Commit message (Expand)AuthorAge
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-15
* 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
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-21
* Code review for DOMAIN patch.Tom Lane2002-03-20
* Add DOMAIN support. Includes manual pages and regression tests, fromBruce Momjian2002-03-19
* Back out domain patch until it works properly.Bruce Momjian2002-03-07
* Ok. Updated patch attached.Bruce Momjian2002-03-06
* Change made to elog:Bruce Momjian2002-03-06
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-05
* 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
* Correct permissions-checking bugs associated with ancient decision toTom Lane2001-06-05
* pgindent run. Make it all clean.Bruce Momjian2001-03-22
* Change Copyright from PostgreSQL, Inc to PostgreSQL Global Development Group.Bruce Momjian2001-01-24
* Fix all the places that called heap_update() and heap_delete() withoutTom Lane2001-01-23
* Remove a few remaining vestiges of elog(WARN).Tom Lane2000-12-15
* Revise handling of oldstyle/newstyle functions per recent discussionsTom Lane2000-11-20
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-16
* Remove NO_SECURITY define.Bruce Momjian2000-10-16
* Arrange that no database accesses are attempted during parser() --- thisTom Lane2000-10-07
* Remove incorrect extra heap_close when deleting a builtin function.Tom Lane2000-09-12
* 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