]> granicus.if.org Git - postgresql/history - src/backend/commands/dbcommands.c
Improve vacuum code to track minimum Xids per table instead of per database.
[postgresql] / src / backend / commands / dbcommands.c
2006-07-10 Alvaro HerreraImprove vacuum code to track minimum Xids per table...
2006-05-04 Tom LaneRethink the locking mechanisms used for CREATE/DROP...
2006-05-03 Tom LaneCreate a syscache for pg_database-indexed-by-oid, and...
2006-03-29 Tom LaneClean up and document the API for XLogOpenRelation...
2006-03-24 Tom LaneArrange to emit a description of the current XLOG recor...
2006-03-05 Bruce MomjianUpdate copyright for 2006. Update scripts.
2006-02-12 Bruce MomjianI've created a new shared catalog table pg_shdescriptio...
2005-11-22 Bruce MomjianRe-run pgindent, fixing a problem where comment lines...
2005-11-22 Andrew Dunstan DROP DATABASE IF EXISTS variant
2005-10-15 Bruce MomjianStandard pgindent run for 8.1.
2005-10-10 Tom LaneUse a safer order of operations in dropdb(): rollbackab...
2005-08-22 Tom LaneFix unwanted denial of ALTER OWNER rights to superusers...
2005-08-12 Tom LaneSolve the problem of OID collisions by probing for...
2005-08-02 Tom LaneClean up CREATE DATABASE processing to make it more...
2005-07-31 Tom LaneAdd per-user and per-database connection limit options.
2005-07-14 Tom LaneAdjust permissions checking for ALTER OWNER commands...
2005-07-08 Neil ConwayRemove some dead code for handling XLOG_DBASE_CREATE_OL...
2005-07-07 Tom LaneTrack dependencies on shared objects (which is to say...
2005-06-30 Tom LaneImprove the checkpoint signaling mechanism so that...
2005-06-29 Tom LaneMore cleanup on roles patch. Allow admin option to...
2005-06-28 Tom LaneReplace pg_shadow and pg_group by new role-capable...
2005-06-25 Tom LaneForce a checkpoint before committing a CREATE DATABASE...
2005-06-21 Tom LaneCause initdb to create a third standard database "postg...
2005-06-06 Tom LaneModify XLogInsert API to make callers specify whether...
2005-06-06 Tom LaneRemove the mostly-stubbed-out-anyway support routines...
2005-05-19 Tom LaneSplit the shared-memory array of PGPROC pointers out...
2005-04-14 Tom LaneCompletion of project to use fixed OIDs for all system...
2005-03-23 Tom LaneWAL must log CREATE and DROP DATABASE operations *witho...
2005-03-12 Tom LaneWhen cloning template0 (or other fully-frozen databases...
2005-03-12 Tom LaneFix ALTER DATABASE RENAME to allow the operation if...
2005-03-04 Tom LaneReplace the BufMgrLock with separate locks on the looku...
2005-02-26 Tom LaneFinish up the flat-files project: get rid of GetRawData...
2005-02-20 Tom LaneAdd code to prevent transaction ID wraparound by enforc...
2005-01-27 Neil ConwayChange heap_modifytuple() to require a TupleDesc rather...
2004-12-31 PostgreSQL DaemonTag appropriate files for rc3
2004-11-18 Tom LaneForce pg_database updates out to disk immediately after...
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...
next