]> granicus.if.org Git - postgresql/history - src/backend/commands/dbcommands.c
Restructure system-catalog index updating logic. Instead of having
[postgresql] / src / backend / commands / dbcommands.c
2002-08-05 Tom LaneRestructure system-catalog index updating logic. Inste...
2002-07-20 Bruce Momjianoid is needed, it is added at the end of the struct...
2002-07-12 Tom LaneSecond phase of committing Rod Taylor's pg_depend/pg_co...
2002-06-20 Bruce MomjianUpdate copyright to 2002.
2002-06-20 Bruce MomjianImprove COPY syntax to use WITH clause, keep backward...
2002-06-18 Bruce MomjianChange CREATE DATABASE to use DefElem instead of constr...
2002-05-25 Tom LaneAlterDatabaseSet() forgot to update the indexes on...
2002-05-21 Tom LaneRemove global variable scanCommandId in favor of storin...
2002-05-20 Tom LaneRestructure indexscan API (index_beginscan, index_getne...
2002-05-17 Tom LaneMerge the last few variable.c configuration variables...
2002-04-27 Tom LaneSupport toasting of shared system relations, and provid...
2002-04-21 Tom LaneRestructure AclItem representation so that we can have...
2002-04-11 Peter EisentrautMake sure that usesuper is always accessed through...
2002-03-06 Bruce MomjianChange made to elog:
2002-03-01 Peter EisentrautUser and database-specific session defaults for run...
2002-02-24 Tom LaneAdd OWNER option to CREATE DATABASE, so superusers...
2002-02-23 Tom LaneGuard against createdb --location=PGDATA foo; without...
2001-10-25 Bruce Momjianpgindent run on all C files. Java run to follow. ...
2001-09-06 Tatsuo IshiiCommit Karel's patch.
2001-08-26 Tom LaneTransaction IDs wrap around, per my proposal of 13...
2001-08-10 Tom LaneMake OIDs optional, per discussions in pghackers. ...
2001-08-04 Tom LaneFix handling of SIGCHLD, per recent pghackers discussio...
2001-07-02 Tom LaneFirst non-stub implementation of shared free space...
2001-06-12 Tom LaneClean up various to-do items associated with system...
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...