Commit Graph

213 Commits (15c121b3ed7eb2f290e19533e41ccca734d23574)

Author SHA1 Message Date
Tom Lane c33d575899 More cleanup on roles patch. Allow admin option to be inherited through 20 years ago
Tom Lane 7762619e95 Replace pg_shadow and pg_group by new role-capable catalogs pg_authid 20 years ago
Tom Lane fbcbc5d06f Force a checkpoint before committing a CREATE DATABASE command. This 20 years ago
Tom Lane 6f7fc0bade Cause initdb to create a third standard database "postgres", which 20 years ago
Tom Lane ee7ac7b11e Modify XLogInsert API to make callers specify whether pages to be backed 20 years ago
Tom Lane 4c8495a1f2 Remove the mostly-stubbed-out-anyway support routines for WAL UNDO. 20 years ago
Tom Lane ee3b71f6bc Split the shared-memory array of PGPROC pointers out of the sinval 20 years ago
Tom Lane 162bd08b3f Completion of project to use fixed OIDs for all system catalogs and 21 years ago
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