OSDN Git Service

pgindent run. Make it all clean.
[pg-rex/syncrep.git] / src / backend / commands / dbcommands.c
2001-03-22 Bruce Momjianpgindent run. Make it all clean.
2001-01-24 Bruce MomjianChange Copyright from PostgreSQL, Inc to PostgreSQL...
2001-01-23 Tom LaneFix all the places that called heap_update() and heap_d...
2001-01-14 Tom LaneNeed to do BufferSync at end of DROP DATABASE as well...
2000-11-30 Vadim B. MikheevNo more #ifdef XLOG.
2000-11-18 Tom LanePut back BufferSync() for WAL after database creation.
2000-11-16 Tom LaneChange SearchSysCache coding conventions so that a...
2000-11-14 Tom LaneExtend CREATE DATABASE to allow selection of a template...
2000-11-12 Tom LaneKeep track of the last active slot in the shared ProcSt...
2000-11-08 Tom LaneClean up compiler warnings.
2000-11-08 Peter EisentrautReimplement alternative database locations with symlink...
2000-10-28 Vadim B. MikheevWAL
2000-10-22 Philip WarnerAdd new datlastsysoid to pg_database.
2000-10-16 Vadim B. MikheevNew file naming. Database OID is used as "tablespace...
2000-09-06 Peter EisentrautCode cleanup of user name and user id handling in the...
2000-08-03 Tom LaneMore functions updated to new fmgr style --- money...
2000-07-05 Tom LaneUpdate textin() and textout() to new fmgr style. This...
2000-06-02 Tom LaneIf create/drop database are going to call closeAllVfds...
2000-05-30 Bruce MomjianRemove unused include files. Do not touch /port or...
2000-05-28 Tom LaneFirst round of changes for new fmgr interface. fmgr...
2000-05-25 Tatsuo IshiiOn solaris, createdb/dropdb fails because of strange...
2000-04-12 Bruce MomjianYe-old pgindent run. Same 4-space tabs.
2000-03-26 Peter EisentrautUpdated user's guide to match new psql's output format
2000-03-15 Tom LaneRemove gratuitous and incorrect begin/commit transactio...
2000-01-26 Bruce MomjianAdd:
2000-01-13 Peter EisentrautFixed everything in and surrounding createdb and dropdb...
1999-12-20 Tom LaneClean up some minor gcc warnings.
1999-12-12 Bruce MomjianMeanwhile, database names with single quotes in names...
1999-12-10 Bruce MomjianRename several destroy* functions/tags to drop*.
1999-11-24 Bruce MomjianAdd pg_statistic index, add missing Hiroshi file.
1999-11-22 Bruce MomjianAdd system indexes to match all caches.
1999-10-26 Bruce MomjianHello.
1999-10-25 Tom LaneStandardize on MAXPGPATH as the size of a file pathname...
1999-09-24 Tom LaneSeveral changes here, not very related but touching...
1999-09-18 Tom LaneMega-commit to make heap_open/heap_openr/heap_close...
1999-07-17 Bruce Momjian Move some system includes into c.h, and remove duplicates.
1999-07-16 Bruce MomjianFinal cleanup.
1999-07-16 Bruce MomjianUpdate #include cleanups
1999-07-15 Bruce MomjianRemove unused #includes in *.c files.
1999-05-25 Bruce Momjianpgindent run over code.
1999-05-10 Bruce MomjianChange error messages to oids come out as %u and not...
1999-03-16 Bruce MomjianFix snprintf with strings, and nextval('"Aa"');
1999-03-16 Bruce MomjianHere is a patch.
1999-03-15 Bruce MomjianDrop buffers before destroying database files.
1999-02-13 Bruce MomjianChange my-function-name-- to my_function_name, and...
1999-01-17 Bruce MomjianApply Win32 patch from Horak Daniel.
1998-12-15 Vadim B. MikheevInitial MVCC code.
1998-12-14 Marc G. FournierInitial attempt to clean up the code...
1998-11-27 Vadim B. MikheevNew HeapTuple structure/interface.
1998-10-05 Thomas G. LockhartFix up warning and error messages to use single-quotes...
1998-09-01 Bruce MomjianOK, folks, here is the pgindent output.
1998-09-01 Bruce MomjianRenaming cleanup, no pgindent yet.
1998-08-29 Bruce MomjianThis is the first (of hopefully few) AIX port patches...
1998-08-24 Bruce Momjiano note that now pg_database has a new attribuite "encod...
1998-08-19 Bruce Momjianheap_fetch requires buffer pointer, must be released...
1998-08-11 Bruce MomjianChange owner from oid to int4 type.
1998-07-27 Vadim B. MikheevUse Snapshot in heap access methods.
1998-07-26 Marc G. FournierFrom: t-ishii@sra.co.jp
1998-07-24 Marc G. FournierI really hope that I haven't missed anything in this...
1998-06-15 Bruce MomjianRemove un-needed braces around single statements.
1998-06-04 Bruce MomjianShow backend status on ps command line. Remove unused...
1998-04-27 Bruce MomjianThis patch...
1998-04-26 Bruce MomjianRe-apply Darren's char2-16 removal code.
1998-04-07 Bruce MomjianBack out char2-char16 removal. Add later.
1998-04-05 Bruce MomjianRemove GetDatabaseName/Path and use globals. Make...
1998-03-30 Bruce MomjianThe following uuencoded, gzip'd file will ...
1998-02-26 Bruce Momjianpgindent run before 6.3 release, with Thomas' requested...
1998-02-25 Marc G. FournierFrom: Jan Wieck <jwieck@debis.com>
1998-01-31 Bruce MomjianInline fastgetattr and others so data access does not...
1998-01-05 Bruce MomjianChange some ABORTS to ERROR. Add line number when...
1998-01-05 Bruce MomjianChange elog(WARN) to elog(ERROR) and elog(ABORT).
1997-12-11 Bruce MomjianRename pg_plan and pg_eval to be more meaningful.
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...
1997-11-24 Bruce MomjianMove dbcommands.c to commands/. It should not be in...