]> granicus.if.org Git - postgresql/history - src/backend/commands/dbcommands.c
On Windows, force a checkpoint just before dropping a database's physical
[postgresql] / src / backend / commands / dbcommands.c
2004-10-28 Tom LaneOn Windows, force a checkpoint just before dropping...
2004-10-17 Tom LaneGive a more user-friendly error message in situation...
2004-08-30 Tom LaneDept. of second thoughts: it'd be a good idea to flush...
2004-08-30 Bruce MomjianAnother pgindent run with lib typedefs added.
2004-08-29 Tom LaneAdd WAL logging for CREATE/DROP DATABASE and CREATE...
2004-08-29 Bruce MomjianPgindent run for 8.0.
2004-08-29 Bruce MomjianUpdate copyright to 2004.
2004-08-01 Tom LaneCause ALTER OWNER commands to update the object's ACL...
2004-08-01 Bruce MomjianAdd docs for initdb --auth.
2004-06-25 Tom LaneSupport renaming of tablespaces, and changing the owners of
2004-06-18 Tom LaneTablespaces. Alternate database locations are dead...
2004-06-10 Bruce MomjianAttached is a patch that takes care of the PATHSEP...
2004-05-26 Bruce MomjianThis patch implement the TODO [ALTER DATABASE foo OWNER...
2004-05-26 Neil ConwayReimplement the linked list data structure used through...
2004-04-19 Bruce Momjian* Most changes are to fix warnings issued when compilin...
2004-02-10 Tom LaneRestructure smgr API as per recent proposal. smgr...
2004-01-07 Neil ConwayMore janitorial work: remove the explicit casting of...
2003-12-15 Bruce MomjianAdd mention with might need to use cp -R someday for...
2003-11-29 PostgreSQL Daemon$Header: -> $PostgreSQL Changes ...
2003-11-19 Jan WieckBackground writer process
2003-11-12 Tom LaneCross-data-type comparisons are now indexable by btrees...
2003-11-09 Tom LaneAdd operator strategy and comparison-value datatype...
2003-09-29 Peter EisentrautMore message editing, some suggested by Alvaro Herrera
2003-09-25 Peter EisentrautMessage editing: remove gratuitous variations in messag...
2003-09-10 Tom LaneImprove error message for cp or rm failur during create...
2003-08-04 Bruce MomjianUpdate copyrights to 2003.
2003-08-04 Bruce Momjianpgindent run.
2003-08-01 Tom LaneAdjust 'permission denied' messages to be more useful...
2003-07-28 Tom LaneA visit from the message-style police ...
2003-07-18 Tom LaneFirst bits of work on error message editing.
2003-06-27 Peter EisentrautFirst batch of object rename commands.
2003-05-15 Bruce MomjianAdd copydir() function because xcopy doesn't work in...
2003-05-07 Bruce MomjianChange alternate database location patch to test for...
2003-05-04 Bruce MomjianDisable alternate locations on Win32 because it doesn...
2003-04-04 Bruce MomjianAdd Win32 path handling for / vs. \ and drive letters.
2003-04-04 Bruce MomjianHandle cp, rm, and exec for Win32.
2003-01-27 Tom LaneGet rid of last few unadorned 'permission denied' messages.
2002-12-05 Bruce MomjianMore cleanup of userid to be AclId rather than Oid.
2002-12-02 Tom LaneRepair core dump when trying to delete an entry from...
2002-11-02 Tom LaneRemove encoding lookups from grammar stage, push them...
2002-10-21 Tom LaneFix places that were using IsTransactionBlock() as...
2002-09-04 Bruce Momjianpgindent run.
2002-09-03 Tom LaneArrange for the default permissions on a database to...
2002-09-03 Peter EisentrautRemove all traces of multibyte and locale options....
2002-09-02 Bruce MomjianRemove sys/types.h in files that include postgres.h...
2002-09-02 Tom LaneCode review for HeapTupleHeader changes. Add version...
2002-08-29 Tatsuo IshiiRemove #ifdef MULTIBYTE per hackers list discussion.
2002-08-09 Tom Lanehas_table_privilege spawns scions has_database_privileg...
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...
next