index
:
postgresql
REL_16_STABLE
master
postgresql mirror
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
rename.c
Commit message (
Expand
)
Author
Age
*
Make renaming a temp table behave sensibly. We don't need to touch
Tom Lane
2000-06-20
*
Do table renaming in a sane order: physical file rename must happen
Tom Lane
2000-05-25
*
Revise FlushRelationBuffers/ReleaseRelationBuffers per discussion with
Tom Lane
2000-05-19
*
Fix CLUSTER ... or at least undo the bit-rot it's suffered since 6.5.
Tom Lane
2000-05-11
*
Ye-old pgindent run. Same 4-space tabs.
Bruce Momjian
2000-04-12
*
Add:
Bruce Momjian
2000-01-26
*
added ALTER TABLE DROP COLUMN, early version
Peter Eisentraut
2000-01-22
*
Some changes to prepare for LONG attributes.
Jan Wieck
1999-12-16
*
fix_parsetree_attnums was not nearly smart enough about walking parse
Tom Lane
1999-12-14
*
Enable pg_statistic cache use.
Bruce Momjian
1999-11-25
*
Rename heap_replace to heap_update.
Bruce Momjian
1999-11-24
*
New NameStr macro to convert Name to Str. No need for var.data anymore.
Bruce Momjian
1999-11-07
*
Several changes here, not very related but touching some of the same files.
Tom Lane
1999-09-24
*
Mega-commit to make heap_open/heap_openr/heap_close take an
Tom Lane
1999-09-18
*
Move some system includes into c.h, and remove duplicates.
Bruce Momjian
1999-07-17
*
More cleanup
Bruce Momjian
1999-07-16
*
Final cleanup.
Bruce Momjian
1999-07-16
*
Update #include cleanups
Bruce Momjian
1999-07-16
*
Change #include's to use <> and "" as appropriate.
Bruce Momjian
1999-07-15
*
Remove unused #includes in *.c files.
Bruce Momjian
1999-07-15
*
Clean up #include in /include directory. Add scripts for checking includes.
Bruce Momjian
1999-07-15
*
pgindent run over code.
Bruce Momjian
1999-05-25
*
All works on linux now by my tests and regression(with patch below).
Bruce Momjian
1999-05-17
*
Change error messages to oids come out as %u and not %d. Change has no
Bruce Momjian
1999-05-10
*
Add new postgres -O option to allow system table structure changes.
Bruce Momjian
1999-03-17
*
Change my-function-name-- to my_function_name, and optimizer renames.
Bruce Momjian
1999-02-13
*
Add TEMP tables/indexes. Add COPY pfree(). Other cleanups.
Bruce Momjian
1999-02-02
*
Initial MVCC code.
Vadim B. Mikheev
1998-12-15
*
New HeapTuple structure/interface.
Vadim B. Mikheev
1998-11-27
*
OK, folks, here is the pgindent output.
Bruce Momjian
1998-09-01
*
Renaming cleanup, no pgindent yet.
Bruce Momjian
1998-09-01
*
o note that now pg_database has a new attribuite "encoding" even
Bruce Momjian
1998-08-24
*
heap_fetch requires buffer pointer, must be released; heap_getnext
Bruce Momjian
1998-08-19
*
From: t-ishii@sra.co.jp
Marc G. Fournier
1998-07-26
*
I really hope that I haven't missed anything in this one...
Marc G. Fournier
1998-07-24
*
Change some ABORTS to ERROR. Add line number when COPY Failure.
Bruce Momjian
1998-01-05
*
Change elog(WARN) to elog(ERROR) and elog(ABORT).
Bruce Momjian
1998-01-05
*
Another PGINDENT run that changes variable indenting and case label indenting...
Bruce Momjian
1997-09-08
*
Massive commit to run PGINDENT on all *.c and *.h files.
Bruce Momjian
1997-09-07
*
Now that names are null terminated, no need to do all that NAMEDATALEN stuff.
Bruce Momjian
1997-08-18
*
Remove more (void) and fix -Wall warnings.
Bruce Momjian
1997-08-12
*
Fix pgproc names over 15 chars in output. Add strNcpy() function. remove so...
Bruce Momjian
1997-08-12
*
All external function definitions now have prototypes that are checked.
Bruce Momjian
1996-11-10
*
Clean it up so that it compiles
Marc G. Fournier
1996-11-06
*
Another first pass at cleaning up the #includes
Marc G. Fournier
1996-11-03
*
Postgres95 1.01 Distribution - Virgin Sources
PG95-1_01
Marc G. Fournier
1996-07-09