summaryrefslogtreecommitdiff
path: root/src/backend/commands/dbcommands.c
AgeCommit message (Expand)Author
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
2002-08-05Restructure system-catalog index updating logic. Instead of havingTom Lane
2002-07-20oid is needed, it is added at the end of the struct (after the nullBruce Momjian
2002-07-12Second phase of committing Rod Taylor's pg_depend/pg_constraint patch.Tom Lane
2002-06-20Update copyright to 2002.Bruce Momjian
2002-06-20Improve COPY syntax to use WITH clause, keep backward compatibility.Bruce Momjian
2002-06-18Change CREATE DATABASE to use DefElem instead of constructing structureBruce Momjian
2002-05-25AlterDatabaseSet() forgot to update the indexes on pg_database.Tom Lane
2002-05-21Remove global variable scanCommandId in favor of storing a command IDTom Lane
2002-05-20Restructure indexscan API (index_beginscan, index_getnext) perTom Lane
2002-05-17Merge the last few variable.c configuration variables into the genericTom Lane
2002-04-27Support toasting of shared system relations, and provide toast tables forTom Lane
2002-04-21Restructure AclItem representation so that we can have more than eightTom Lane
2002-04-11Make sure that usesuper is always accessed through superuser(), so that thePeter Eisentraut
2002-03-06Change made to elog:Bruce Momjian
2002-03-01User and database-specific session defaults for run-time configurationPeter Eisentraut
2002-02-24Add OWNER option to CREATE DATABASE, so superusers can create databasesTom Lane
2002-02-23Guard against createdb --location=PGDATA foo; without this, the codeTom Lane