Commit Graph

155 Commits (9dc2e6deaf66f97ff9157478a517d0f48a1e5060)

Author SHA1 Message Date
Tom Lane cad86e253b WAL must log CREATE and DROP DATABASE operations *without* using any 21 years ago
Tom Lane 78a572bf0c When cloning template0 (or other fully-frozen databases), set the new 21 years ago
Tom Lane c7bbe99452 Fix ALTER DATABASE RENAME to allow the operation if user is a superuser 21 years ago
Tom Lane 5d5087363d Replace the BufMgrLock with separate locks on the lookup hashtable and 21 years ago
Tom Lane 0fc4ecf935 Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack 21 years ago
Tom Lane 60b2444cc3 Add code to prevent transaction ID wraparound by enforcing a safe limit 21 years ago
Neil Conway a885ecd6ef Change heap_modifytuple() to require a TupleDesc rather than a 21 years ago
PostgreSQL Daemon 2ff501590b Tag appropriate files for rc3 21 years ago
Tom Lane b2a2f4cef7 Force pg_database updates out to disk immediately after ALTER DATABASE; 21 years ago
Tom Lane e6f9bf9b7f On Windows, force a checkpoint just before dropping a database's physical 21 years ago
Tom Lane 830c168e5c Give a more user-friendly error message in situation where CREATE DATABASE 21 years ago
Tom Lane 09c6ac9513 Dept. of second thoughts: it'd be a good idea to flush buffers 21 years ago
Bruce Momjian 15d3f9f6b7 Another pgindent run with lib typedefs added. 21 years ago
Tom Lane 50742aed68 Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE. 21 years ago
Bruce Momjian b6b71b85bc Pgindent run for 8.0. 21 years ago
Bruce Momjian da9a8649d8 Update copyright to 2004. 21 years ago
Tom Lane d6f8a76cf2 Cause ALTER OWNER commands to update the object's ACL, replacing references 21 years ago
Bruce Momjian ca9540d34f Add docs for initdb --auth. 21 years ago
Tom Lane 0adfa2c39d Support renaming of tablespaces, and changing the owners of 21 years ago
Tom Lane 2467394ee1 Tablespaces. Alternate database locations are dead, long live tablespaces. 21 years ago
Bruce Momjian 6cc4175b25 Attached is a patch that takes care of the PATHSEP issue. I made a more 21 years ago
Bruce Momjian cfbfdc557d This patch implement the TODO [ALTER DATABASE foo OWNER TO bar]. 21 years ago
Neil Conway d0b4399d81 Reimplement the linked list data structure used throughout the backend. 21 years ago
Bruce Momjian 31338352bd * Most changes are to fix warnings issued when compiling win32 22 years ago
Tom Lane 87bd956385 Restructure smgr API as per recent proposal. smgr no longer depends on 22 years ago
Neil Conway 192ad63bd7 More janitorial work: remove the explicit casting of NULL literals to a 22 years ago
Bruce Momjian 19055b78ef Add mention with might need to use cp -R someday for portability. 22 years ago
PostgreSQL Daemon 969685ad44 $Header: -> $PostgreSQL Changes ... 22 years ago
Jan Wieck cfeca62148 Background writer process 22 years ago
Tom Lane fa5c8a055a Cross-data-type comparisons are now indexable by btrees, pursuant to my 22 years ago
Tom Lane c1d62bfd00 Add operator strategy and comparison-value datatype fields to ScanKey. 22 years ago
Peter Eisentraut 7438af96fa More message editing, some suggested by Alvaro Herrera 22 years ago
Peter Eisentraut feb4f44d29 Message editing: remove gratuitous variations in message wording, standardize 22 years ago
Tom Lane 9cb4a28f47 Improve error message for cp or rm failur during create/drop database, 22 years ago
Bruce Momjian f3c3deb7d0 Update copyrights to 2003. 22 years ago
Bruce Momjian 089003fb46 pgindent run. 22 years ago
Tom Lane c4cf7fb814 Adjust 'permission denied' messages to be more useful and consistent. 22 years ago
Tom Lane 81b5c8a136 A visit from the message-style police ... 22 years ago
Tom Lane 216311d590 First bits of work on error message editing. 22 years ago
Peter Eisentraut b256f24264 First batch of object rename commands. 22 years ago
Bruce Momjian 09aad5a3a6 Add copydir() function because xcopy doesn't work in XP without a 22 years ago
Bruce Momjian 07d35e4277 Change alternate database location patch to test for symlink() rather 22 years ago
Bruce Momjian a59793f82c Disable alternate locations on Win32 because it doesn't support symlinks. 22 years ago
Bruce Momjian d46e643822 Add Win32 path handling for / vs. \ and drive letters. 23 years ago
Bruce Momjian 9bad936f67 Handle cp, rm, and exec for Win32. 23 years ago
Tom Lane 33875872fd Get rid of last few unadorned 'permission denied' messages. 23 years ago
Bruce Momjian 7816c7cb94 More cleanup of userid to be AclId rather than Oid. 23 years ago
Tom Lane 2802668159 Repair core dump when trying to delete an entry from an already-NULL 23 years ago
Tom Lane 5123139210 Remove encoding lookups from grammar stage, push them back to places 23 years ago
Tom Lane 200b151615 Fix places that were using IsTransactionBlock() as an (inadequate) check 23 years ago