aboutsummaryrefslogtreecommitdiff
path: root/src/backend/commands/rename.c
Commit message (Expand)AuthorAge
* Add new postgres -O option to allow system table structure changes.Bruce Momjian1999-03-17
* Change my-function-name-- to my_function_name, and optimizer renames.Bruce Momjian1999-02-13
* Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.Bruce Momjian1999-02-02
* 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
* o note that now pg_database has a new attribuite "encoding" evenBruce Momjian1998-08-24
* heap_fetch requires buffer pointer, must be released; heap_getnextBruce Momjian1998-08-19
* From: t-ishii@sra.co.jpMarc G. Fournier1998-07-26
* I really hope that I haven't missed anything in this one...Marc G. Fournier1998-07-24
* 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
* 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
* Remove more (void) and fix -Wall warnings.Bruce Momjian1997-08-12
* Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...Bruce Momjian1997-08-12
* All external function definitions now have prototypes that are checked.Bruce Momjian1996-11-10
* Clean it up so that it compilesMarc G. Fournier1996-11-06
* Another first pass at cleaning up the #includesMarc G. Fournier1996-11-03
* Postgres95 1.01 Distribution - Virgin SourcesPG95-1_01Marc G. Fournier1996-07-09