index
:
delta/postgresql.git
REL2_0B
REL6_4
REL6_5_PATCHES
REL7_0_PATCHES
REL7_1_STABLE
REL7_2_STABLE
REL7_3_STABLE
REL7_4_STABLE
REL8_0_STABLE
REL8_1_STABLE
REL8_2_STABLE
REL8_3_STABLE
REL8_4_STABLE
REL8_5_ALPHA1_BRANCH
REL8_5_ALPHA2_BRANCH
REL8_5_ALPHA3_BRANCH
REL9_0_ALPHA4_BRANCH
REL9_0_ALPHA5_BRANCH
REL9_0_STABLE
REL9_1_STABLE
REL9_2_STABLE
REL9_3_STABLE
REL9_4_STABLE
REL9_5_STABLE
REL9_6_STABLE
REL_10_STABLE
REL_11_STABLE
REL_12_STABLE
REL_13_STABLE
REL_14_STABLE
REL_15_STABLE
Release_1_0_3
WIN32_DEV
ecpg_big_bison
master
git.postgresql.org: git/postgresql.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
backend
/
commands
/
dbcommands.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
DROP DATABASE IF EXISTS variant
Andrew Dunstan
2005-11-22
1
-3
/
+19
*
Standard pgindent run for 8.1.
Bruce Momjian
2005-10-15
1
-95
/
+91
*
Use a safer order of operations in dropdb(): rollbackable operations,
Tom Lane
2005-10-10
1
-6
/
+6
*
Fix unwanted denial of ALTER OWNER rights to superusers. There was some
Tom Lane
2005-08-22
1
-2
/
+3
*
Solve the problem of OID collisions by probing for duplicate OIDs
Tom Lane
2005-08-12
1
-4
/
+8
*
Clean up CREATE DATABASE processing to make it more robust and get rid
Tom Lane
2005-08-02
1
-214
/
+165
*
Add per-user and per-database connection limit options.
Tom Lane
2005-07-31
1
-1
/
+106
*
Adjust permissions checking for ALTER OWNER commands: instead of
Tom Lane
2005-07-14
1
-21
/
+32
*
Remove some dead code for handling XLOG_DBASE_CREATE_OLD and
Neil Conway
2005-07-08
1
-89
/
+1
*
Track dependencies on shared objects (which is to say, roles; we already
Tom Lane
2005-07-07
1
-1
/
+17
*
Improve the checkpoint signaling mechanism so that the bgwriter can tell
Tom Lane
2005-06-30
1
-3
/
+3
*
More cleanup on roles patch. Allow admin option to be inherited through
Tom Lane
2005-06-29
1
-4
/
+8
*
Replace pg_shadow and pg_group by new role-capable catalogs pg_authid
Tom Lane
2005-06-28
1
-26
/
+24
*
Force a checkpoint before committing a CREATE DATABASE command. This
Tom Lane
2005-06-25
1
-1
/
+31
*
Cause initdb to create a third standard database "postgres", which
Tom Lane
2005-06-21
1
-2
/
+2
*
Modify XLogInsert API to make callers specify whether pages to be backed
Tom Lane
2005-06-06
1
-3
/
+3
*
Remove the mostly-stubbed-out-anyway support routines for WAL UNDO.
Tom Lane
2005-06-06
1
-7
/
+1
*
Split the shared-memory array of PGPROC pointers out of the sinval
Tom Lane
2005-05-19
1
-2
/
+2
*
Completion of project to use fixed OIDs for all system catalogs and
Tom Lane
2005-04-14
1
-21
/
+20
*
WAL must log CREATE and DROP DATABASE operations *without* using any
Tom Lane
2005-03-23
1
-26
/
+112
*
When cloning template0 (or other fully-frozen databases), set the new
Tom Lane
2005-03-12
1
-7
/
+25
*
Fix ALTER DATABASE RENAME to allow the operation if user is a superuser
Tom Lane
2005-03-12
1
-15
/
+12
*
Replace the BufMgrLock with separate locks on the lookup hashtable and
Tom Lane
2005-03-04
1
-3
/
+3
*
Finish up the flat-files project: get rid of GetRawDatabaseInfo() hack
Tom Lane
2005-02-26
1
-60
/
+29
*
Add code to prevent transaction ID wraparound by enforcing a safe limit
Tom Lane
2005-02-20
1
-1
/
+27
*
Change heap_modifytuple() to require a TupleDesc rather than a
Neil Conway
2005-01-27
1
-3
/
+3
*
Tag appropriate files for rc3
PostgreSQL Daemon
2004-12-31
1
-2
/
+2
*
Force pg_database updates out to disk immediately after ALTER DATABASE;
Tom Lane
2004-11-18
1
-19
/
+47
*
On Windows, force a checkpoint just before dropping a database's physical
Tom Lane
2004-10-28
1
-1
/
+10
*
Give a more user-friendly error message in situation where CREATE DATABASE
Tom Lane
2004-10-17
1
-8
/
+36
*
Dept. of second thoughts: it'd be a good idea to flush buffers
Tom Lane
2004-08-30
1
-1
/
+8
*
Another pgindent run with lib typedefs added.
Bruce Momjian
2004-08-30
1
-7
/
+13
*
Add WAL logging for CREATE/DROP DATABASE and CREATE/DROP TABLESPACE.
Tom Lane
2004-08-29
1
-4
/
+146
*
Pgindent run for 8.0.
Bruce Momjian
2004-08-29
1
-35
/
+38
*
Update copyright to 2004.
Bruce Momjian
2004-08-29
1
-2
/
+2
*
Cause ALTER OWNER commands to update the object's ACL, replacing references
Tom Lane
2004-08-01
1
-7
/
+36
*
Add docs for initdb --auth.
Bruce Momjian
2004-08-01
1
-9
/
+2
*
Support renaming of tablespaces, and changing the owners of
Tom Lane
2004-06-25
1
-18
/
+24
*
Tablespaces. Alternate database locations are dead, long live tablespaces.
Tom Lane
2004-06-18
1
-252
/
+174
*
Attached is a patch that takes care of the PATHSEP issue. I made a more
Bruce Momjian
2004-06-10
1
-2
/
+2
*
This patch implement the TODO [ALTER DATABASE foo OWNER TO bar].
Bruce Momjian
2004-05-26
1
-1
/
+47
*
Reimplement the linked list data structure used throughout the backend.
Neil Conway
2004-05-26
1
-2
/
+2
*
* Most changes are to fix warnings issued when compiling win32
Bruce Momjian
2004-04-19
1
-1
/
+3
*
Restructure smgr API as per recent proposal. smgr no longer depends on
Tom Lane
2004-02-10
1
-1
/
+2
*
More janitorial work: remove the explicit casting of NULL literals to a
Neil Conway
2004-01-07
1
-2
/
+2
*
Add mention with might need to use cp -R someday for portability.
Bruce Momjian
2003-12-15
1
-1
/
+2
*
$Header: -> $PostgreSQL Changes ...
PostgreSQL Daemon
2003-11-29
1
-1
/
+1
*
Background writer process
Jan Wieck
2003-11-19
1
-5
/
+5
*
Cross-data-type comparisons are now indexable by btrees, pursuant to my
Tom Lane
2003-11-12
1
-30
/
+29
*
Add operator strategy and comparison-value datatype fields to ScanKey.
Tom Lane
2003-11-09
1
-24
/
+44
[next]