summaryrefslogtreecommitdiff
path: root/src/backend/commands/rename.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-3/+3
* Change SearchSysCache coding conventions so that a reference count isTom Lane2000-11-161-33/+29
* Make DROP TABLE rollback-able: postpone physical file delete until commit.Tom Lane2000-11-081-82/+8
* Some small polishing of Mark Hollomon's cleanup of DROP command: mightTom Lane2000-10-221-2/+2
* Clean up gcc warnings.Tom Lane2000-10-201-3/+5
* Remove NO_SECURITY define.Bruce Momjian2000-10-161-3/+1
* New file naming. Database OID is used as "tablespace" id andVadim B. Mikheev2000-10-161-1/+3
* Code cleanup of user name and user id handling in the backend. The currentPeter Eisentraut2000-09-061-4/+3
* Make renaming a temp table behave sensibly. We don't need to touchTom Lane2000-06-201-1/+9
* Do table renaming in a sane order: physical file rename must happenTom Lane2000-05-251-28/+36
* Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion withTom Lane2000-05-191-2/+2
* Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.Tom Lane2000-05-111-2/+23
* Ye-old pgindent run. Same 4-space tabs.Bruce Momjian2000-04-121-20/+23
* Add:Bruce Momjian2000-01-261-2/+3
* added ALTER TABLE DROP COLUMN, early versionPeter Eisentraut2000-01-221-2/+2
* Some changes to prepare for LONG attributes.Jan Wieck1999-12-161-3/+3
* fix_parsetree_attnums was not nearly smart enough about walking parseTom Lane1999-12-141-4/+3
* Enable pg_statistic cache use.Bruce Momjian1999-11-251-6/+8
* Rename heap_replace to heap_update.Bruce Momjian1999-11-241-3/+3
* New NameStr macro to convert Name to Str. No need for var.data anymore.Bruce Momjian1999-11-071-4/+4
* Several changes here, not very related but touching some of the same files.Tom Lane1999-09-241-21/+70
* Mega-commit to make heap_open/heap_openr/heap_close take anTom Lane1999-09-181-16/+32
* Move some system includes into c.h, and remove duplicates.Bruce Momjian1999-07-171-6/+1
* More cleanupBruce Momjian1999-07-161-3/+2
* Final cleanup.Bruce Momjian1999-07-161-7/+7
* Update #include cleanupsBruce Momjian1999-07-161-2/+2
* Change #include's to use <> and "" as appropriate.Bruce Momjian1999-07-151-12/+12
* Remove unused #includes in *.c files.Bruce Momjian1999-07-151-14/+1
* Clean up #include in /include directory. Add scripts for checking includes.Bruce Momjian1999-07-151-2/+1
* pgindent run over code.Bruce Momjian1999-05-251-4/+4
* All works on linux now by my tests and regression(with patch below).Bruce Momjian1999-05-171-2/+13
* Change error messages to oids come out as %u and not %d. Change has noBruce Momjian1999-05-101-2/+2
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-171-4/+4
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-131-2/+2
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-021-20/+7
* Initial MVCC code.Vadim B. Mikheev1998-12-151-3/+3
* New HeapTuple structure/interface.Vadim B. Mikheev1998-11-271-5/+5
* OK, folks, here is the pgindent output.Bruce Momjian1998-09-011-24/+22
* Renaming cleanup, no pgindent yet.Bruce Momjian1998-09-011-3/+3
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-241-5/+1
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-191-97/+81
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-261-2/+2
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-241-1/+5
* Change some ABORTS to ERROR. Add line number when COPY Failure.Bruce Momjian1998-01-051-14/+14
* Change elog(WARN) to elog(ERROR) and elog(ABORT).Bruce Momjian1998-01-051-14/+14
* Another PGINDENT run that changes variable indenting and case label indenting...Bruce Momjian1997-09-081-18/+18
* Massive commit to run PGINDENT on all *.c and *.h files.Bruce Momjian1997-09-071-191/+210
* Now that names are null terminated, no need to do all that NAMEDATALEN stuff.Bruce Momjian1997-08-181-23/+23
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-121-3/+3