summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
AgeCommit message (Expand)Author
2004-12-31Tag appropriate files for rc3PostgreSQL Daemon
2004-11-18Force pg_database updates out to disk immediately after ALTER DATABASE;Tom Lane
2004-10-28On Windows, force a checkpoint just before dropping a database's physicalTom Lane
2004-10-17Give a more user-friendly error message in situation where CREATE DATABASETom Lane
2004-08-30Dept. of second thoughts: it'd be a good idea to flush buffersTom Lane
2004-08-30Another pgindent run with lib typedefs added.Bruce Momjian
2004-08-29Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.Tom Lane
2004-08-29Pgindent run for 8.0.Bruce Momjian
2004-08-29Update copyright to 2004.Bruce Momjian
2004-08-01Cause ALTER OWNER commands to update the object's ACL, replacing referencesTom Lane
2004-08-01Add docs for initdb --auth.Bruce Momjian
2004-06-25Support renaming of tablespaces, and changing the owners ofTom Lane
2004-06-18Tablespaces. Alternate database locations are dead, long live tablespaces.Tom Lane
2004-06-10Attached is a patch that takes care of the PATHSEP issue. I made a moreBruce Momjian
2004-05-26This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].Bruce Momjian
2004-05-26Reimplement the linked list data structure used throughout the backend.Neil Conway
2004-04-19* Most changes are to fix warnings issued when compiling win32Bruce Momjian
2004-02-10Restructure smgr API as per recent proposal. smgr no longer depends onTom Lane
2004-01-07More janitorial work: remove the explicit casting of NULL literals to aNeil Conway
2003-12-15Add mention with might need to use cp -R someday for portability.Bruce Momjian
2003-11-29$Header: -> $PostgreSQL Changes ...PostgreSQL Daemon
2003-11-19Background writer processJan Wieck
2003-11-12Cross-data-type comparisons are now indexable by btrees, pursuant to myTom Lane
2003-11-09Add operator strategy and comparison-value datatype fields to ScanKey.Tom Lane
2003-09-29More message editing, some suggested by Alvaro HerreraPeter Eisentraut
2003-09-25Message editing: remove gratuitous variations in message wording, standardizePeter Eisentraut
2003-09-10Improve error message for cp or rm failur during create/drop database,Tom Lane
2003-08-04Update copyrights to 2003.Bruce Momjian
2003-08-04pgindent run.Bruce Momjian
2003-08-01Adjust 'permission denied' messages to be more useful and consistent.Tom Lane
2003-07-28A visit from the message-style police ...Tom Lane
2003-07-18First bits of work on error message editing.Tom Lane
2003-06-27First batch of object rename commands.Peter Eisentraut
2003-05-15Add copydir() function because xcopy doesn't work in XP without aBruce Momjian
2003-05-07Change alternate database location patch to test for symlink() ratherBruce Momjian
2003-05-04Disable alternate locations on Win32 because it doesn't support symlinks.Bruce Momjian
2003-04-04Add Win32 path handling for / vs. \ and drive letters.Bruce Momjian
2003-04-04Handle cp, rm, and exec for Win32.Bruce Momjian
2003-01-27Get rid of last few unadorned 'permission denied' messages.Tom Lane
2002-12-05More cleanup of userid to be AclId rather than Oid.Bruce Momjian
2002-12-02Repair core dump when trying to delete an entry from an already-NULLTom Lane
2002-11-02Remove encoding lookups from grammar stage, push them back to placesTom Lane
2002-10-21Fix places that were using IsTransactionBlock() as an (inadequate) checkTom Lane
2002-09-04pgindent run.Bruce Momjian
2002-09-03Arrange for the default permissions on a database to allow temp tableTom Lane
2002-09-03Remove all traces of multibyte and locale options. Clean up commentsPeter Eisentraut
2002-09-02Remove sys/types.h in files that include postgres.h, and hence c.h,Bruce Momjian
2002-09-02Code review for HeapTupleHeader changes. Add version number to page headersTom Lane
2002-08-29Remove #ifdef MULTIBYTE per hackers list discussion.Tatsuo Ishii
2002-08-09has_table_privilege spawns scions has_database_privilege, has_function_privil...Tom Lane