summaryrefslogtreecommitdiff
path: root/src/backend/commands/rename.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-121-3/+3
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-101-1/+2
* Clean it up so that it compilesMarc G. Fournier1996-11-061-37/+27
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-031-9/+1
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-091-0/+275