summaryrefslogtreecommitdiff
path: root/src/backend/commands/rename.c
Commit message (Expand)AuthorAgeFilesLines
* The contents of command.c, creatinh.c, define.c, remove.c and rename.cTom Lane2002-04-151-591/+0
* Checking to decide whether relations are system relations now dependsTom Lane2002-04-121-7/+3
* This patch adds a missing heap_freetuple() to renamerel(), documentsBruce Momjian2002-04-051-1/+8
* Make renamerel take an OID, not a RangeVar, to identify the relationTom Lane2002-03-311-39/+32
* Reimplement temp tables using schemas. The temp table map is history;Tom Lane2002-03-311-9/+1
* pg_type has a typnamespace column; system now supports creating typesTom Lane2002-03-291-27/+11
* pg_class has a relnamespace column. You can create and access tablesTom Lane2002-03-261-14/+18
* Change the aclchk.c routines to uniformly use OIDs to identify theTom Lane2002-03-211-10/+9
* Indent new rename.c for Tom Lane.Bruce Momjian2001-11-121-56/+56
* Make ALTER TABLE RENAME update foreign-key trigger arguments correctly.Tom Lane2001-11-121-1/+283
* New pgindent run with fixes suggested by Tom. Patch manually reviewed,Bruce Momjian2001-11-051-3/+3
* Fix problem reported by Alex Korn: if a relation has been dropped andTom Lane2001-11-021-13/+4
* pgindent run on all C files. Java run to follow. initdb/regressionBruce Momjian2001-10-251-20/+21
* Make ALTER TABLE RENAME COLUMN update column names of indexes thatTom Lane2001-10-081-5/+64
* Make ALTER TABLE RENAME on a view rename the view's on-select rule too.Tom Lane2001-08-121-1/+16
* pgindent run. Make it all clean.Bruce Momjian2001-03-221-9/+10
* 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